Package org.smallmind.phalanx.wire.jms
Interface SessionEmployer
-
- All Known Implementing Classes:
QueueOperator,RequestListener,ResponseListener,TopicOperator
public interface SessionEmployer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.jms.DestinationgetDestination()StringgetMessageSelector()
-
-
-
Method Detail
-
getDestination
javax.jms.Destination getDestination()
-
getMessageSelector
String getMessageSelector()
-
-