Uses of Class
org.objectweb.joram.client.jms.Connection
-
Packages that use Connection 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.org.objectweb.joram.client.jms.connection org.objectweb.joram.client.jms.pool -
-
Uses of Connection in org.objectweb.joram.client.jms
Subclasses of Connection in org.objectweb.joram.client.jms Modifier and Type Class Description classQueueConnectionImplements thejavax.jms.QueueConnectioninterface.classTopicConnectionImplements thejavax.jms.TopicConnectioninterface.classXAConnectionConnection used within global transactions; an instance of this class acts as a resource manager.classXAQueueConnectionImplements thejavax.jms.XAQueueConnectioninterface.classXATopicConnectionImplements thejavax.jms.XATopicConnectioninterface.Fields in org.objectweb.joram.client.jms declared as Connection Modifier and Type Field Description private ConnectionMultiSessionConsumer. cnxprivate ConnectionSession. cnxThe connection the session belongs to.private ConnectionTemporaryQueue. cnxThe connection the queue belongs to,nullif not known.private ConnectionTemporaryTopic. cnxThe connection the topic belongs to,nullif not known.(package private) ConnectionXAResourceMngr. cnxThe connection this manager belongs to.private ConnectionContextConnection. connectionMethods in org.objectweb.joram.client.jms that return Connection Modifier and Type Method Description ConnectionTemporaryQueue. getCnx()Returns the connection this temporary queue belongs to,nullif not known.(package private) ConnectionTemporaryTopic. getCnx()Returns the connection this temporary topic belongs to,nullif not known.(package private) ConnectionSession. getConnection()Constructors in org.objectweb.joram.client.jms with parameters of type Connection Constructor Description MultiSessionConsumer(boolean queueMode, boolean durable, String selector, String destName, String targetName, ServerSessionPool sessionPool, int queueMessageReadMax, int topicActivationThreshold, int topicPassivationThreshold, int topicAckBufferMax, RequestMultiplexer reqMultiplexer, Connection connection, int maxMessages)QueueSession(Connection cnx, boolean transacted, int acknowledgeMode, RequestMultiplexer mtpx)Constructs a queue session.Session(Connection cnx, boolean transacted, int acknowledgeMode, RequestMultiplexer mtpx)Opens a session.TemporaryQueue(String agentId, Connection cnx)Constructs a temporary queue.TemporaryTopic(String agentId, Connection cnx)Constructs a temporary topic.TopicSession(Connection cnx, boolean transacted, int acknowledgeMode, RequestMultiplexer mtpx)Constructs a topic session.XAResourceMngr(Connection cnx)Creates aXAResourceMngrinstance.XASession(Connection cnx, Session sess, XAResourceMngr rm)Constructs anXASession. -
Uses of Connection in org.objectweb.joram.client.jms.connection
Fields in org.objectweb.joram.client.jms.connection declared as Connection Modifier and Type Field Description private ConnectionRequestMultiplexer. cnxConstructors in org.objectweb.joram.client.jms.connection with parameters of type Connection Constructor Description RequestMultiplexer(Connection cnx, RequestChannel channel, long heartBeat) -
Uses of Connection in org.objectweb.joram.client.jms.pool
Fields in org.objectweb.joram.client.jms.pool declared as Connection Modifier and Type Field Description (package private) ConnectionPooledConnection. delegateThe underlying connection to Joram's server
-