Uses of Package
org.objectweb.joram.client.jms
-
Packages that use org.objectweb.joram.client.jms 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 org.objectweb.joram.client.jms.local org.objectweb.joram.client.jms.pool org.objectweb.joram.client.jms.tcp Theorg.objectweb.joram.client.jms.tcppackage holds the ConnectionFactory and Connection classes specialized for supporting the TCP protocol as client - server communication protocol. -
Classes in org.objectweb.joram.client.jms used by org.objectweb.joram.client.jms Class Description Connection Implements thejavax.jms.Connectioninterface.Connection.AtomicCounter Connection.Closer This class synchronizes the close.ConnectionMBean ConnectionMetaData Implements thejavax.jms.ConnectionMetaDatainterface.ContextConnection Destination Implements thejavax.jms.Destinationinterface and provides JORAM specific administration and monitoring methods.DestinationMBean FactoryParameters AFactoryParametersinstance holds a<XA>ConnectionFactoryconfiguration parameters, it allows to configure the related ConnectionFactory.JMSConsumer JMSContext AJMSContextis the main interface in the simplified JMS API introduced for JMS 2.0.JMSProducer Message Implements thejavax.jms.Messageinterface.MessageAcks AMessageAcksinstance holds the identifiers of messages to acknowledge on a queue or on a proxy subscription.MessageConsumer Implements thejavax.jms.MessageConsumerinterface.MessageConsumer.Closer This class synchronizes the close.MessageConsumerListener This class listens to replies asynchronously returned by the user proxy for a message consumer.MessageInterceptor Session level message interceptor interface.MessageProducer Implements thejavax.jms.MessageProducerinterface.MultiSessionConsumer The MultiSessionConsumer is threaded (see MessageDispatcher) because the session pool can hang if there is no more available ServerSession.MultiSessionConsumer.MessageDispatcher Queue Implements thejavax.jms.Queueinterface.QueueBrowser Implements thejavax.jms.QueueBrowserinterface.QueueConnection Implements thejavax.jms.QueueConnectioninterface.QueueMBean QueueSession Implements thejavax.jms.QueueSessioninterface.Session Implements thejavax.jms.Sessioninterface.Session.Closer This class synchronizes the close.Session.MessageListenerContext Context used to associate a message consumer with a set of messages to consume.Session.SessionCloseTask TheSessionCloseTaskclass is used by non-XA transacted sessions for taking care of closing them if they tend to be pending, and if a transaction timer has been set.Session.SessionDaemon This thread controls the session in mode LISTENER.SessionMBean SingleSessionConsumer Topic Implements thejavax.jms.Topicinterface.TopicConnection Implements thejavax.jms.TopicConnectioninterface.TopicMBean TopicSession Implements thejavax.jms.TopicSessioninterface.XAConnection Connection used within global transactions; an instance of this class acts as a resource manager.XAQueueConnection Implements thejavax.jms.XAQueueConnectioninterface.XAResource AXAResourceinstance is used by aXASessioninstance as a delegate to a Transaction Manager.XAResourceMngr Utility class used by XA connections for managing XA resources.XASession Implements thejavax.jms.XASessioninterface.XATopicConnection Implements thejavax.jms.XATopicConnectioninterface. -
Classes in org.objectweb.joram.client.jms used by org.objectweb.joram.client.jms.admin Class Description ConnectionFactory Implements all thejavax.jms.ConnectionFactoryinterfaces.Destination Implements thejavax.jms.Destinationinterface and provides JORAM specific administration and monitoring methods.DestinationMBean FactoryParameters AFactoryParametersinstance holds a<XA>ConnectionFactoryconfiguration parameters, it allows to configure the related ConnectionFactory.JMSContext AJMSContextis the main interface in the simplified JMS API introduced for JMS 2.0.Message Implements thejavax.jms.Messageinterface.Queue Implements thejavax.jms.Queueinterface.QueueMBean Session Implements thejavax.jms.Sessioninterface.Topic Implements thejavax.jms.Topicinterface. -
Classes in org.objectweb.joram.client.jms used by org.objectweb.joram.client.jms.connection Class Description Connection Implements thejavax.jms.Connectioninterface.MessageProducer Implements thejavax.jms.MessageProducerinterface.Session Implements thejavax.jms.Sessioninterface. -
Classes in org.objectweb.joram.client.jms used by org.objectweb.joram.client.jms.local Class Description ConnectionFactory Implements all thejavax.jms.ConnectionFactoryinterfaces.FactoryParameters AFactoryParametersinstance holds a<XA>ConnectionFactoryconfiguration parameters, it allows to configure the related ConnectionFactory.QueueConnectionFactory Deprecated.Replaced next to Joram 5.2.1 by ConnectionFactory.TopicConnectionFactory Deprecated.Replaced next to Joram 5.2.1 by ConnectionFactory.XAConnectionFactory Deprecated.Replaced next to Joram 5.2.1 by ConnectionFactory.XAQueueConnectionFactory Deprecated.Replaced next to Joram 5.2.1 by ConnectionFactory.XATopicConnectionFactory Deprecated.Replaced next to Joram 5.2.1 by ConnectionFactory. -
Classes in org.objectweb.joram.client.jms used by org.objectweb.joram.client.jms.pool Class Description Connection Implements thejavax.jms.Connectioninterface.ConnectionFactory Implements all thejavax.jms.ConnectionFactoryinterfaces. -
Classes in org.objectweb.joram.client.jms used by org.objectweb.joram.client.jms.tcp Class Description ConnectionFactory Implements all thejavax.jms.ConnectionFactoryinterfaces.FactoryParameters AFactoryParametersinstance holds a<XA>ConnectionFactoryconfiguration parameters, it allows to configure the related ConnectionFactory.QueueConnectionFactory Deprecated.Replaced next to Joram 5.2.1 by ConnectionFactory.TopicConnectionFactory Deprecated.Replaced next to Joram 5.2.1 by ConnectionFactory.XAConnectionFactory Deprecated.Replaced next to Joram 5.2.1 by ConnectionFactory.XAQueueConnectionFactory Deprecated.Replaced next to Joram 5.2.1 by ConnectionFactory.XATopicConnectionFactory Deprecated.Replaced next to Joram 5.2.1 by ConnectionFactory.