Class DestinationRef
- java.lang.Object
-
- net.timewalker.ffmq4.common.destination.DestinationRef
-
- All Implemented Interfaces:
Serializable,javax.jms.Destination,Referenceable
public abstract class DestinationRef extends Object implements javax.jms.Destination, Serializable, Referenceable
Base implementation for a Destination reference (not the real destination). Implements both
SerializableandReferenceableto enable remote usage over JNDI.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DestinationRef()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract StringgetResourceName()Get the resource name for this destination reference-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.naming.Referenceable
getReference
-
-
-
-
Method Detail
-
getResourceName
public abstract String getResourceName()
Get the resource name for this destination reference
-
-