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 | Method and Description |
---|---|
static ConnectionFactory |
LocalConnectionFactory.create()
Administration method creating a
ConnectionFactory
instance for creating local in-VM 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 | Method and Description |
---|---|
static ConnectionFactory |
TcpConnectionFactory.create()
Administration method creating a
ConnectionFactory
instance for creating TCP connections with the default server. |
static ConnectionFactory |
TcpConnectionFactory.create(String host,
int port)
Administration method creating a
ConnectionFactory
instance for creating TCP connections with a given server. |
static ConnectionFactory |
TcpConnectionFactory.create(String host,
int port,
String reliableClass)
Administration method creating a
ConnectionFactory
instance for creating TCP connections with a given server. |
Modifier and Type | Field and Description |
---|---|
private ConnectionFactory |
JoramConnectionFactory.connectionFactory |
Modifier and Type | Method and Description |
---|---|
void |
JoramConnectionFactory.setConnectionFactory(ConnectionFactory connectionFactory) |
Copyright © 2018 ScalAgent D.T.. All Rights Reserved.