Class AtDestinationRecord

java.lang.Object
me.ehp246.aufjms.core.jms.AtDestinationRecord
All Implemented Interfaces:
AtDestination
Direct Known Subclasses:
AtQueueRecord, AtTopicRecord

public class AtDestinationRecord
extends java.lang.Object
implements AtDestination
Since:
1.0
Author:
Lei Yang
  • Constructor Summary

    Constructors
    Constructor Description
    AtDestinationRecord​(java.lang.String name, DestinationType type)  
    AtDestinationRecord​(AtDestination at)  
  • Method Summary

    Modifier and Type Method Description
    javax.jms.Destination jmsDestination​(javax.jms.Session session)  
    java.lang.String name()  
    java.lang.String toString()  
    DestinationType type()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • AtDestinationRecord

      public AtDestinationRecord​(AtDestination at)
    • AtDestinationRecord

      public AtDestinationRecord​(java.lang.String name, DestinationType type)
  • Method Details

    • name

      public java.lang.String name()
      Specified by:
      name in interface AtDestination
    • type

      public DestinationType type()
      Specified by:
      type in interface AtDestination
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • jmsDestination

      public javax.jms.Destination jmsDestination​(javax.jms.Session session)