Package me.ehp246.aufjms.core.jms
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.DestinationjmsDestination(javax.jms.Session session)java.lang.Stringname()java.lang.StringtoString()DestinationTypetype()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
AtDestinationRecord
-
AtDestinationRecord
-
-
Method Details
-
name
public java.lang.String name()- Specified by:
namein interfaceAtDestination
-
type
- Specified by:
typein interfaceAtDestination
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
jmsDestination
public javax.jms.Destination jmsDestination(javax.jms.Session session)
-