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
- Since:
- 1.0
- Author:
- Lei Yang
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AtDestinationfrom(javax.jms.Destination replyTo) javax.jms.DestinationjmsDestination(javax.jms.Session session) name()toString()type()
-
Constructor Details
-
AtDestinationRecord
-
AtDestinationRecord
-
-
Method Details
-
name
- Specified by:
namein interfaceAtDestination
-
type
- Specified by:
typein interfaceAtDestination
-
toString
-
jmsDestination
public javax.jms.Destination jmsDestination(javax.jms.Session session) -
from
-