Package org.objectweb.joram.client.connector

Interface Summary

LocalQueueMBean The LocalQueueMBean interface defines the administration methods provided by the LocalQueue class.
LocalServerMBean The LocalServerMBean interface defines the administration methods provided by the LocalServer class.
LocalTopicMBean The LocalTopicMBean interface defines the administration methods provided by the LocalTopic class.
RemoteServerMBean The RemoteServerMBean interface defines the administration methods provided by the RemoteServer class.

Class Summary

ActivationSpecImpl An ActivationSpecImpl instance holds configuration information related to an endpoint deployment.
ConnectionRequest A ConnectionRequest instance wraps a user connection request for performing unified messaging.
DefaultConnectionManager The DefaultConnectionManager class is the default connection manager provided with JORAM resource adapter, which intercepts connections requests coming from non managed client applications.
JoramAdapter A JoramAdapter instance manages connectivities to an underlying JORAM server: outbound connectivity (JCA connection management contract) and inbound connectivity (asynchronous message delivery as specified by the JCA message inflow contract).
LocalQueue The LocalQueue class allows to manage a queue hosted by the adapter's underlying server.
LocalServer The LocalServer class allows to manage the adapter's underlying server.
LocalTopic The LocalTopic class allows to manage a topic hosted by the adapter's underlying server.
ManagedConnectionFactoryImpl A ManagedConnectionFactoryImpl instance manages outbound connectivity to a given JORAM server.
ManagedConnectionImpl A ManagedConnectionImpl instance wraps a physical connection to an underlying JORAM server, and provides "handles" for handling this physical connection.
ManagedConnectionMetaDataImpl A ManagedConnectionMetaDataImpl instance provides information related to a managed connection.
ManagedQueueConnectionFactoryImpl A ManagedQueueConnectionFactoryImpl instance manages PTP outbound connectivity to a given JORAM server.
ManagedTopicConnectionFactoryImpl A ManagedTopicConnectionFactoryImpl instance manages PubSub outbound connectivity to a given JORAM server.
ObjectFactoryImpl This class is a factory for building non managed outbound connection factories from their JNDI reference.
OutboundConnection An OutboundConnection instance is a handler for a physical connection to an underlying JORAM server, allowing a component to transparently use this physical connection possibly within a transaction (local or global).
OutboundConnectionFactory An OutboundConnectionFactory instance is used for getting a connection to an underlying JORAM server.
OutboundConsumer An OutboundConsumer instance wraps a JMS consumer for a component involved in outbound messaging.
OutboundProducer An OutboundProducer instance wraps a JMS producer for a component involved in outbound messaging.
OutboundPublisher An OutboundPublisher instance wraps a JMS producer for a component involved in PubSub outbound messaging.
OutboundQueueConnection An OutboundQueueConnection instance is a handler for a physical PTP connection to an underlying JORAM server, allowing a component to transparently use this physical connection possibly within a transaction (local or global).
OutboundQueueConnectionFactory An OutboundQueueConnectionFactory instance is used for getting a PTP connection to an underlying JORAM server.
OutboundQueueSession An OutboundQueueSession instance wraps a JMS QueueSession (XA or not) for a component involved in PTP outbound messaging.
OutboundReceiver An OutboundReceiver instance wraps a JMS PTP consumer for a component involved in outbound messaging.
OutboundSender An OutboundSender instance wraps a JMS producer for a component involved in PTP outbound messaging.
OutboundSession An OutboundSession instance wraps a JMS session (XA or not) for a component involved in outbound messaging.
OutboundSubscriber An OutboundSubscriber instance wraps a JMS PubSub consumer for a component involved in outbound messaging.
OutboundTopicConnection An OutboundTopicConnection instance is a handler for a physical PubSub connection to an underlying JORAM server, allowing a component to transparently use this physical connection possibly within a transaction (local or global).
OutboundTopicConnectionFactory An OutboundTopicConnectionFactory instance is used for getting a PubSub connection to an underlying JORAM server.
OutboundTopicSession An OutboundTopicSession instance wraps a JMS TopicSession (XA or not) for a component involved in PubSub outbound messaging.
QueueConnectionRequest A QueueConnectionRequest instance wraps a user connection request for performing PTP messaging.
RemoteServer The RemoteServer class allows to handle remote JORAM servers.
TopicConnectionRequest A TopicConnectionRequest instance wraps a user connection request for performing PubSub messaging.

Copyright B) 2004 Scalagent - All rights reserved