Package | Description |
---|---|
org.objectweb.joram.client.connector | |
org.objectweb.joram.client.jms.admin |
The
org.objectweb.joram.client.jms.admin package holds the interfaces and implementation classes for administering a JORAM platform and creating the JMS administered objects. |
org.objectweb.joram.client.jms.local | |
org.objectweb.joram.client.jms.pool | |
org.objectweb.joram.client.jms.tcp |
The
org.objectweb.joram.client.jms.tcp package holds the ConnectionFactory and Connection classes specialized for supporting the TCP protocol as client - server communication protocol. |
org.ow2.joram.spring |
Modifier and Type | Method and Description |
---|---|
private ConnectionFactory |
JoramResourceAdapter.getConnectionFactory(ActivationSpecImpl specImpl) |
Modifier and Type | Method and Description |
---|---|
protected ConnectionFactory |
ClusterConnectionFactory.getConnectionFactory()
Chooses a connection factory from the cluster definition.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterConnectionFactory.addConnectionFactory(ConnectionFactory cf)
Adds a connection factory to the cluster.
|
void |
ClusterConnectionFactory.addConnectionFactory(String location,
ConnectionFactory cf)
Adds a connection factory to the cluster with the specified
location key. |
Modifier and Type | Class and Description |
---|---|
class |
LocalConnectionFactory
A
LocalConnectionFactory instance is a factory of local connections. |
Modifier and Type | Field and Description |
---|---|
(package private) ConnectionFactory |
PooledConnectionFactory.cf
The underlying ConnectionFactory
|
Modifier and Type | Method and Description |
---|---|
ConnectionFactory |
PooledConnectionFactory.getConnectionFactory()
Returns the underlying ConnectionFactory used to create the connections.
|
Modifier and Type | Class and Description |
---|---|
class |
TcpConnectionFactory
A
TcpConnectionFactory instance is a factory of TCP connections. |
Modifier and Type | Field and Description |
---|---|
private ConnectionFactory |
JoramConnectionFactory.connectionFactory |
Modifier and Type | Method and Description |
---|---|
void |
JoramConnectionFactory.setConnectionFactory(ConnectionFactory connectionFactory) |
Copyright © 2023 ScalAgent D.T.. All rights reserved.