Package | Description |
---|---|
org.objectweb.joram.client.connector |
Modifier and Type | Class and Description |
---|---|
class |
ManagedQueueConnectionFactoryImpl
A
ManagedQueueConnectionFactoryImpl instance manages
PTP outbound connectivity to a given JORAM server. |
class |
ManagedTopicConnectionFactoryImpl
A
ManagedTopicConnectionFactoryImpl instance manages
PubSub outbound connectivity to a given JORAM server. |
Modifier and Type | Field and Description |
---|---|
protected ManagedConnectionFactoryImpl |
OutboundConnectionFactory.mcf
Central manager for outbound connectivity.
|
(package private) ManagedConnectionFactoryImpl |
ManagedConnectionImpl.mcf
Ref to the managed connection factory (use to reconnect)
|
Modifier and Type | Method and Description |
---|---|
void |
JoramResourceAdapter.createCF(String name,
ManagedConnectionFactoryImpl mcf)
Creates a non managed connection factory and binds it to JNDI.
|
void |
JoramResourceAdapter.createQueueCF(String name,
ManagedConnectionFactoryImpl mcf)
Creates a non managed PTP connection factory and binds it to JNDI.
|
void |
JoramResourceAdapter.createTopicCF(String name,
ManagedConnectionFactoryImpl mcf)
Creates a non managed PubSub connection factory and binds it to JNDI.
|
private void |
DefaultConnectionManager.setFactoryParameters(AbstractConnectionFactory factory,
ManagedConnectionFactoryImpl mcf) |
Constructor and Description |
---|
ManagedConnectionImpl(JoramResourceAdapter ra,
ManagedConnectionFactoryImpl mcf,
XAConnection cnx,
String hostName,
int serverPort,
String userName)
Creates a
ManagedConnectionImpl instance wrapping a
physical connection to the underlying JORAM server. |
OutboundConnectionFactory(ManagedConnectionFactoryImpl mcf,
ConnectionManager cxManager)
Constructs an
OutboundConnectionFactory instance. |
OutboundQueueConnectionFactory(ManagedConnectionFactoryImpl mcf,
ConnectionManager cxManager)
Constructs an
OutboundQueueConnectionFactory instance. |
OutboundTopicConnectionFactory(ManagedConnectionFactoryImpl mcf,
ConnectionManager cxManager)
Constructs an
OutboundTopicConnectionFactory instance. |
Copyright © 2021 ScalAgent D.T.. All rights reserved.