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.connection | |
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 | Method and Description |
---|---|
void |
Connection.open(FactoryParameters factoryParameters,
RequestChannel requestChannel)
Open the
Connection . |
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 | Class and Description |
---|---|
class |
MultiThreadSyncChannel
Class wrapping the
RequestChannel in order to group the
requests. |
Modifier and Type | Field and Description |
---|---|
private RequestChannel |
RequestMultiplexer.channel |
private RequestChannel |
MultiThreadSyncChannel.channel
The related RequestChannel.
|
Constructor and Description |
---|
MultiThreadSyncChannel(RequestChannel rc,
int delay,
int threshold) |
RequestMultiplexer(Connection cnx,
RequestChannel channel,
long heartBeat) |
Modifier and Type | Class and Description |
---|---|
class |
LocalRequestChannel |
Modifier and Type | Method and Description |
---|---|
protected RequestChannel |
LocalConnectionFactory.createRequestChannel(FactoryParameters params,
Identity identity,
String reliableClass)
Creates the
LocalRequestChannel object needed to connect to the
colocated server. |
Modifier and Type | Class and Description |
---|---|
class |
TcpRequestChannel
A
TcpConnection links a Joram client and a Joram platform
with a TCP socket. |
Modifier and Type | Method and Description |
---|---|
protected RequestChannel |
TcpConnectionFactory.createRequestChannel(FactoryParameters params,
Identity identity,
String reliableClass)
Creates the
TcpRequestChannel object specific to the protocol used. |
Copyright © 2022 ScalAgent D.T.. All rights reserved.