Class TopicReference
- java.lang.Object
-
- org.smallmind.phalanx.wire.transport.jms.spring.ManagedObjectReference
-
- org.smallmind.phalanx.wire.transport.jms.spring.DestinationReference
-
- org.smallmind.phalanx.wire.transport.jms.spring.TopicReference
-
public class TopicReference extends DestinationReference
-
-
Constructor Summary
Constructors Constructor Description TopicReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DestinationTypegetDestinationType()-
Methods inherited from class org.smallmind.phalanx.wire.transport.jms.spring.DestinationReference
getSelector, isDurable, setDurable, setSelector
-
Methods inherited from class org.smallmind.phalanx.wire.transport.jms.spring.ManagedObjectReference
getName, getPath, setName, setPath
-
-
-
-
Method Detail
-
getDestinationType
public DestinationType getDestinationType()
- Specified by:
getDestinationTypein classDestinationReference
-
-