Uses of Class
org.objectweb.joram.client.jms.Session
-
Packages that use Session 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.admin Theorg.objectweb.joram.client.jms.adminpackage holds the interfaces and implementation classes for administering a JORAM platform and creating the JMS administered objects.org.objectweb.joram.client.jms.connection -
-
Uses of Session in org.objectweb.joram.client.jms
Subclasses of Session in org.objectweb.joram.client.jms Modifier and Type Class Description classQueueSessionImplements thejavax.jms.QueueSessioninterface.classTopicSessionImplements thejavax.jms.TopicSessioninterface.Fields in org.objectweb.joram.client.jms declared as Session Modifier and Type Field Description protected SessionMessageConsumer. sessThe session the consumer belongs to.protected SessionMessageProducer. sessThe session the producer belongs to.private SessionQueueBrowser. sessThe session the browser belongs to.private SessionSingleSessionConsumer. sess(package private) SessionXAResource. sessThe session producing and consuming messages.protected SessionXASession. sessprivate SessionJMSContext. sessionprivate SessionJMSProducer. sessionprotected SessionMessage. sessionIf the message is actually consumed, the session that consumes it,nullotherwise.Fields in org.objectweb.joram.client.jms with type parameters of type Session Modifier and Type Field Description private Vector<Session>Connection. sessionsVector of the connection's sessions.Methods in org.objectweb.joram.client.jms that return Session Modifier and Type Method Description SessionContextConnection. createSession()(package private) SessionContextConnection. createSession(int mode)private SessionJMSContext. getCopyOfSession()SessionXASession. getDelegateSession()(package private) SessionJMSContext. getSession()private SessionMultiSessionConsumer.MessageDispatcher. getSession(ServerSession serverSession)Methods in org.objectweb.joram.client.jms with parameters of type Session Modifier and Type Method Description protected voidConnection. addSession(Session session)Called here and by sub-classes.(package private) booleanConnection. checkCLMessageProducer(Session session, MessageProducer mp)(package private) booleanConnection. checkCLSession(Session session)(package private) voidConnection. closeSession(Session session)Called by Session.(package private) voidXAResourceMngr. end(Xid xid, int flag, Session sess)Notifies the RM that a transaction is ended.(package private) voidXAResourceMngr. start(Xid xid, int flag, Session sess)Notifies the RM that a transaction is starting.static MessageMessage. wrapMomMessage(Session session, org.objectweb.joram.shared.messages.Message momMsg)Builds a Joram/JMS message from a Joram shared message.Constructors in org.objectweb.joram.client.jms with parameters of type Session Constructor Description BytesMessage(Session sess, org.objectweb.joram.shared.messages.Message momMsg)Instantiates aBytesMessagewrapping a consumed MOM message containing a bytes array.JMSProducer(Session session)MapMessage(Session session, org.objectweb.joram.shared.messages.Message momMsg)Instantiates aMapMessagewrapping a consumed MOM message containing an hashtable.Message(Session session, org.objectweb.joram.shared.messages.Message momMsg)Instantiates aMessagewrapping a consumed MOM simple message.MessageConsumer(Session sess, Destination dest, String selector)Constructs a consumer.MessageConsumer(Session sess, Destination dest, String selector, String subName, boolean noLocal, boolean shared, boolean durableSubscriber)Constructs a consumer.MessageProducer(Session sess, Destination dest)Constructs a producer.ObjectMessage(Session session, org.objectweb.joram.shared.messages.Message momMsg)Instantiates anObjectMessagewrapping a consumed MOM message containing an object.QueueBrowser(Session sess, Queue queue, String selector)Constructs a browser.SingleSessionConsumer(boolean queueMode, boolean durable, String selector, String destName, String targetName, Session session, MessageListener listener)StreamMessage(Session session, org.objectweb.joram.shared.messages.Message momMsg)Instantiates aStreamMessagewrapping a consumed MOM message containing a stream of bytes.TextMessage(Session session, org.objectweb.joram.shared.messages.Message momMsg)Instantiates aTextMessagewrapping a consumed MOM message containing a text.TopicSubscriber(Session sess, Destination topic, String name, String selector, boolean noLocal, boolean durableSubscriber)Constructs a subscriber.XAResource(XAResourceMngr rm, Session sess)Constructs an XA resource representing a given session.XASession(Connection cnx, Session sess, XAResourceMngr rm)Constructs anXASession. -
Uses of Session in org.objectweb.joram.client.jms.admin
Constructors in org.objectweb.joram.client.jms.admin with parameters of type Session Constructor Description AdminMessage(Session session, org.objectweb.joram.shared.messages.Message momMsg)Instantiates anAdminMessagewrapping a consumed MOM message containing a Admin message. -
Uses of Session in org.objectweb.joram.client.jms.connection
Fields in org.objectweb.joram.client.jms.connection declared as Session Modifier and Type Field Description (package private) SessionCompletionListener. sessionMethods in org.objectweb.joram.client.jms.connection with parameters of type Session Modifier and Type Method Description booleanRequestMultiplexer. checkCLMessageProducer(Session session, MessageProducer mp)booleanRequestMultiplexer. checkCLSession(Session session)Constructors in org.objectweb.joram.client.jms.connection with parameters of type Session Constructor Description CompletionListener(Session session, MessageProducer messageProducer)
-