Interface | Description |
---|---|
InboundConsumerMBean | |
JoramAdapterMBean | |
OutboundConnectionMBean |
Class | Description |
---|---|
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. |
InboundConsumer |
An
InboundConsumer instance is responsible for consuming
messages from a given JORAM destination and through a given JORAM
connection. |
InboundSession |
An
InboundSession instance is responsible for processing
delivered messages within a javax.resource.spi.Work instance,
and passing them to a set of application server endpoints. |
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). |
JoramResourceAdapter |
A
JoramResourceAdapter 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). |
JoramResourceAdapter.Status | |
ManagedConnectionFactoryConfig |
A
ManagedConnectionFactoryConfig store configuration of manages
outbound connectivity to a given JORAM 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. |
TopicConnectionRequest |
A
TopicConnectionRequest instance wraps a user connection
request for performing PubSub messaging. |
Copyright © 2020 ScalAgent D.T.. All rights reserved.