Package | Description |
---|---|
org.objectweb.joram.client.connector | |
org.objectweb.joram.client.jms |
The
org.objectweb.joram.client.jms package holds the classes implementing the interfaces defined by the JMS 1.1 specification. |
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.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.objectweb.joram.client.osgi |
Modifier and Type | Method and Description |
---|---|
private void |
DefaultConnectionManager.setFactoryParameters(AbstractConnectionFactory factory,
ManagedConnectionFactoryImpl mcf) |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionFactory
Implements all the
javax.jms.ConnectionFactory interfaces. |
class |
QueueConnectionFactory
Deprecated.
Replaced next to Joram 5.2.1 by ConnectionFactory.
|
class |
TopicConnectionFactory
Deprecated.
Replaced next to Joram 5.2.1 by ConnectionFactory.
|
class |
XAConnectionFactory
Deprecated.
Replaced next to Joram 5.2.1 by ConnectionFactory.
|
class |
XAQueueConnectionFactory
Deprecated.
Replaced next to Joram 5.2.1 by ConnectionFactory.
|
class |
XATopicConnectionFactory
Deprecated.
Replaced next to Joram 5.2.1 by ConnectionFactory.
|
Modifier and Type | Field and Description |
---|---|
(package private) AbstractConnectionFactory |
JoramSaxWrapper.cf |
Modifier and Type | Field and Description |
---|---|
(package private) Hashtable<String,AbstractConnectionFactory> |
JoramSaxWrapper.cfs
Contains ConnectionFactory defined in the current script
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
JoramSaxWrapper.configureConnectionFactory(AbstractConnectionFactory cf) |
private static void |
AdminModule.doConnect(AbstractConnectionFactory cf,
String name,
String password,
String identityClass)
Opens a connection dedicated to administering with the Joram server
which parameters are wrapped by a given
ConnectionFactory . |
static JoramAdmin |
JoramAdmin.doCreate(AbstractConnectionFactory cf,
String name,
String password,
String identityClass)
Opens a connection dedicated to administering with the Joram server
which parameters are wrapped by a given
ConnectionFactory . |
Modifier and Type | Class and Description |
---|---|
class |
LocalConnectionFactory
A
LocalConnectionFactory instance is a factory of local connections. |
class |
QueueLocalConnectionFactory
Deprecated.
Replaced next to Joram 5.2.1 by LocalConnectionFactory.
|
class |
TopicLocalConnectionFactory
Deprecated.
Replaced next to Joram 5.2.1 by LocalConnectionFactory.
|
class |
XALocalConnectionFactory
Deprecated.
Replaced next to Joram 5.2.1 by LocalConnectionFactory.
|
class |
XAQueueLocalConnectionFactory
Deprecated.
Replaced next to Joram 5.2.1 by LocalConnectionFactory.
|
class |
XATopicLocalConnectionFactory
Deprecated.
Replaced next to Joram 5.2.1 by LocalConnectionFactory.
|
Modifier and Type | Class and Description |
---|---|
class |
QueueTcpConnectionFactory
Deprecated.
Replaced next to Joram 5.2.1 by TcpConnectionFactory.
|
class |
TcpConnectionFactory
A
TcpConnectionFactory instance is a factory of TCP connections. |
class |
TopicTcpConnectionFactory
Deprecated.
Replaced next to Joram 5.2.1 by TcpConnectionFactory.
|
class |
XAQueueTcpConnectionFactory
Deprecated.
Replaced next to Joram 5.2.1 by TcpConnectionFactory.
|
class |
XATcpConnectionFactory
Deprecated.
Replaced next to Joram 5.2.1 by TcpConnectionFactory.
|
class |
XATopicTcpConnectionFactory
Deprecated.
Replaced next to Joram 5.2.1 by TcpConnectionFactory.
|
Modifier and Type | Field and Description |
---|---|
private HashMap<String,AbstractConnectionFactory> |
ServiceConnectionFactory.cnxFactories |
private HashMap<String,AbstractConnectionFactory> |
ConnectionFactoryMSF.cnxFactories |
Copyright © 2021 ScalAgent D.T.. All rights reserved.