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 java.lang.Stringname()DestinationTypetype()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AtDestinationRecord
-
AtDestinationRecord
-
-
Method Details
-
name
public java.lang.String name()- Specified by:
namein interfaceAtDestination
-
type
- Specified by:
typein interfaceAtDestination
-