Class JMSDestinationInfo

  • All Implemented Interfaces:
    Serializable

    public class JMSDestinationInfo
    extends Object
    implements Serializable
    A class representing the information on one JMS destination created by the JMS provider.
    Version:
    1.0
    Author:
    Isa Hashim
    See Also:
    Serialized Form
    • Constructor Detail

      • JMSDestinationInfo

        public JMSDestinationInfo​(String destName,
                                  String destType)
    • Method Detail

      • getDestinationName

        public String getDestinationName()
      • getDestinationType

        public String getDestinationType()