Uses of Class
org.objectweb.joram.client.jms.MultiSessionConsumer
-
Packages that use MultiSessionConsumer Package Description org.objectweb.joram.client.jms Theorg.objectweb.joram.client.jmspackage holds the classes implementing the interfaces defined by the JMS 2.0 specification. -
-
Uses of MultiSessionConsumer in org.objectweb.joram.client.jms
Fields in org.objectweb.joram.client.jms with type parameters of type MultiSessionConsumer Modifier and Type Field Description private Vector<MultiSessionConsumer>Connection. cconsumersVector of the connection's consumers.Methods in org.objectweb.joram.client.jms with parameters of type MultiSessionConsumer Modifier and Type Method Description (package private) voidConnection. closeConnectionConsumer(MultiSessionConsumer cc)Called by MultiSessionConsumer.
-