Package | Description |
---|---|
org.objectweb.joram.client.jms |
The
org.objectweb.joram.client.jms package holds the classes implementing the interfaces defined by the JMS 2.0 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. |
Modifier and Type | Field and Description |
---|---|
private FactoryParameters |
Connection.factoryParameters
The factory's parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
Connection.open(FactoryParameters factoryParameters,
RequestChannel requestChannel)
Open the
Connection . |
Modifier and Type | Field and Description |
---|---|
protected FactoryParameters |
AbstractConnectionFactory.params
Object containing the factory's parameters.
|
Modifier and Type | Method and Description |
---|---|
FactoryParameters |
AbstractConnectionFactory.getParameters()
Returns the factory's configuration parameters.
|
Modifier and Type | Method and Description |
---|---|
protected abstract RequestChannel |
AbstractConnectionFactory.createRequestChannel(FactoryParameters params,
Identity identity,
String reliableClass)
Creates the
RequestChannel object specific to the protocol used. |
Modifier and Type | Field and Description |
---|---|
private FactoryParameters |
LocalRequestChannel.params |
Modifier and Type | Method and Description |
---|---|
protected RequestChannel |
XATopicLocalConnectionFactory.createRequestChannel(FactoryParameters params,
Identity identity,
String reliableClass)
Deprecated.
Creates the
LocalRequestChannel object needed to connect to the
colocated server. |
protected RequestChannel |
XAQueueLocalConnectionFactory.createRequestChannel(FactoryParameters params,
Identity identity,
String reliableClass)
Deprecated.
Creates the
LocalRequestChannel object needed to connect to the
colocated server. |
protected RequestChannel |
XALocalConnectionFactory.createRequestChannel(FactoryParameters params,
Identity identity,
String reliableClass)
Deprecated.
Creates the
LocalRequestChannel object needed to connect to the
colocated server. |
protected RequestChannel |
TopicLocalConnectionFactory.createRequestChannel(FactoryParameters params,
Identity identity,
String reliableClass)
Deprecated.
Creates the
LocalRequestChannel object needed to connect to the
colocated server. |
protected RequestChannel |
QueueLocalConnectionFactory.createRequestChannel(FactoryParameters params,
Identity identity,
String reliableClass)
Deprecated.
Creates the
LocalRequestChannel object needed to connect to the
colocated server. |
protected RequestChannel |
LocalConnectionFactory.createRequestChannel(FactoryParameters params,
Identity identity,
String reliableClass)
Creates the
LocalRequestChannel object needed to connect to the
colocated server. |
Constructor and Description |
---|
LocalRequestChannel(FactoryParameters params,
Identity identity)
Creates a local connection channel.
|
Modifier and Type | Field and Description |
---|---|
protected FactoryParameters |
ReliableTcpClient.params |
Modifier and Type | Method and Description |
---|---|
protected RequestChannel |
XATopicTcpConnectionFactory.createRequestChannel(FactoryParameters params,
Identity identity,
String reliableClass)
Deprecated.
Creates the
TcpRequestChannel object specific to the protocol used. |
protected RequestChannel |
XATcpConnectionFactory.createRequestChannel(FactoryParameters params,
Identity identity,
String reliableClass)
Deprecated.
Creates the
TcpRequestChannel object specific to the protocol used. |
protected RequestChannel |
XAQueueTcpConnectionFactory.createRequestChannel(FactoryParameters params,
Identity identity,
String reliableClass)
Deprecated.
Creates the
TcpRequestChannel object specific to the protocol used. |
protected RequestChannel |
TopicTcpConnectionFactory.createRequestChannel(FactoryParameters params,
Identity identity,
String reliableClass)
Deprecated.
Creates the
TcpRequestChannel object specific to the protocol used. |
protected RequestChannel |
TcpConnectionFactory.createRequestChannel(FactoryParameters params,
Identity identity,
String reliableClass)
Creates the
TcpRequestChannel object specific to the protocol used. |
protected RequestChannel |
QueueTcpConnectionFactory.createRequestChannel(FactoryParameters params,
Identity identity,
String reliableClass)
Deprecated.
Creates the
TcpRequestChannel object specific to the protocol used. |
void |
ReliableTcpClient.init(FactoryParameters params,
Identity identity,
boolean reconnect) |
Constructor and Description |
---|
TcpRequestChannel(FactoryParameters params,
Identity identity)
Creates a
TcpConnection instance. |
TcpRequestChannel(FactoryParameters params,
Identity identity,
String reliableClass)
Creates a
TcpConnection instance. |
Copyright © 2022 ScalAgent D.T.. All rights reserved.