| Package | Description |
|---|---|
| org.ow2.joram.jakarta.jms |
The
org.ow2.joram.jakarta.jms package holds the classes implementing the interfaces defined by the JMS 3.0 Jakarta specification. |
| org.ow2.joram.jakarta.jms.admin |
The
org.ow2.joram.jakarta.jms.admin package holds the interfaces and implementation classes for administering a JORAM platform and creating the JMS administered objects. |
| org.ow2.joram.jakarta.jms.local | |
| org.ow2.joram.jakarta.jms.tcp |
The
org.ow2.joram.jakarta.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,
org.objectweb.joram.shared.security.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 |
LocalConnectionFactory.createRequestChannel(FactoryParameters params,
org.objectweb.joram.shared.security.Identity identity,
String reliableClass)
Creates the
LocalRequestChannel object needed to connect to the
colocated server. |
| Constructor and Description |
|---|
LocalRequestChannel(FactoryParameters params,
org.objectweb.joram.shared.security.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 |
TcpConnectionFactory.createRequestChannel(FactoryParameters params,
org.objectweb.joram.shared.security.Identity identity,
String reliableClass)
Creates the
TcpRequestChannel object specific to the protocol used. |
void |
ReliableTcpClient.init(FactoryParameters params,
org.objectweb.joram.shared.security.Identity identity,
boolean reconnect) |
| Constructor and Description |
|---|
TcpRequestChannel(FactoryParameters params,
org.objectweb.joram.shared.security.Identity identity)
Creates a
TcpConnection instance. |
TcpRequestChannel(FactoryParameters params,
org.objectweb.joram.shared.security.Identity identity,
String reliableClass)
Creates a
TcpConnection instance. |
Copyright © 2023 ScalAgent D.T.. All rights reserved.