Class DestinationReferenceDescriptor

  • All Implemented Interfaces:
    Checkable

    public final class DestinationReferenceDescriptor
    extends Object
    implements Checkable

    Implementation of a destination reference descriptor.

    • Constructor Detail

      • DestinationReferenceDescriptor

        public DestinationReferenceDescriptor()
    • Method Detail

      • getDestinationType

        public String getDestinationType()
      • setDestinationType

        public void setDestinationType​(String destinationType)
      • getDestinationName

        public String getDestinationName()
      • setDestinationName

        public void setDestinationName​(String destinationName)
      • check

        public void check()
                   throws javax.jms.JMSException
        Description copied from interface: Checkable
        Check the object consistency
        Specified by:
        check in interface Checkable
        Throws:
        javax.jms.JMSException