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.connection | |
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.mom.dest |
The
org.objectweb.joram.mom.dest package holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM. |
org.objectweb.joram.mom.notifications |
The
org.objectweb.joram.mom.notifications package holds the notifications used for interacting with the MOM destination agents. |
org.objectweb.joram.mom.proxies |
The
org.objectweb.joram.mom.proxies package holds the classes implementing the MOM proxy, basically linking external client applications to destination agents. |
org.objectweb.joram.mom.proxies.tcp |
The
org.objectweb.joram.mom.proxies.tcp package provides a proxy accessible through the TCP communication protocol. |
org.objectweb.joram.shared.admin |
The
org.objectweb.joram.shared.admin package holds the request and reply objects used in the administrator - administration topic interactions. |
org.objectweb.joram.shared.security | |
org.objectweb.joram.shared.security.jaas | |
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 | Field and Description |
---|---|
private Identity |
Connection.identity |
Modifier and Type | Field and Description |
---|---|
protected Identity |
AbstractConnectionFactory.identity
Authentication identity.
|
Modifier and Type | Method and Description |
---|---|
private static Identity |
User.createIdentity(String user,
String passwd,
String identityClassName)
Create a user Identity.
|
private Identity |
AdminWrapper.createIdentity(String user,
String passwd,
String identityClassName)
Create a user Identity.
|
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 | Method and Description |
---|---|
Identity |
RequestChannel.getIdentity() |
Identity |
MultiThreadSyncChannel.getIdentity() |
Modifier and Type | Field and Description |
---|---|
private Identity |
LocalRequestChannel.identity |
Modifier and Type | Method and Description |
---|---|
Identity |
LocalRequestChannel.getIdentity() |
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 |
---|---|
private Identity |
TcpRequestChannel.identity |
protected Identity |
ReliableTcpClient.identity |
Modifier and Type | Method and Description |
---|---|
Identity |
TcpRequestChannel.getIdentity() |
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. |
Modifier and Type | Field and Description |
---|---|
private Map<String,Identity> |
AdminTopic.usersTable
Table holding the TCP users identifications.
|
Modifier and Type | Method and Description |
---|---|
private AgentId |
AdminTopic.getProxyId(Identity identity,
String inaddr)
Method used by
ConnectionManager proxies to check their
clients identification. |
Modifier and Type | Field and Description |
---|---|
private Identity |
GetProxyIdNot.identity |
Modifier and Type | Method and Description |
---|---|
Identity |
GetProxyIdNot.getIdentity() |
Constructor and Description |
---|
GetProxyIdNot(Identity identity,
String inaddr) |
Modifier and Type | Field and Description |
---|---|
private Identity |
AdminNotification.identity
The administrator's Identity.
|
Modifier and Type | Method and Description |
---|---|
private static Identity |
ConnectionManager.createIdentity(String adminName,
String adminPassword,
String identityClassName)
Create an admin Identity.
|
Identity |
AdminNotification.getIdentity()
Returns the identity of the administrator.
|
Constructor and Description |
---|
AdminNotification(AgentId proxyId,
Identity identity)
Constructs an
AdminNotification instance. |
Modifier and Type | Field and Description |
---|---|
private Identity |
TcpConnection.identity |
Constructor and Description |
---|
TcpConnection(IOControl ioctrl,
ReliableConnectionContext ctx,
AgentId proxyId,
TcpProxyService proxyService,
Identity identity)
Creates a new TCP connection.
|
Modifier and Type | Field and Description |
---|---|
private Identity |
CreateUserRequest.identity
Identity contain Name of the user and password or subject
|
private Identity |
UpdateUser.newIdentity
Identity contain Name of the new user and new password or new Subjet
|
Modifier and Type | Method and Description |
---|---|
Identity |
CreateUserRequest.getIdentity() |
Identity |
UpdateUser.getNewIdentity()
Returns the new identity of the user.
|
Constructor and Description |
---|
CreateUserRequest(Identity identity,
int serverId,
Properties prop)
Constructs a
CreateUserRequest instance. |
UpdateUser(String userName,
String proxId,
Identity newIdentity)
Constructs an
UpdateUser instance. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleIdentity
Default identity class for authentication through user and password.
|
Modifier and Type | Method and Description |
---|---|
static Identity |
Identity.read(InputStream is) |
Modifier and Type | Method and Description |
---|---|
boolean |
SimpleIdentity.check(Identity identity) |
abstract boolean |
Identity.check(Identity identity)
check the identity.
|
static void |
Identity.write(Identity identity,
OutputStream os)
***** ***** ***** ***** ***** ***** *****
Streamable interface
***** ***** ***** ***** ***** ***** ***** *****
|
Modifier and Type | Class and Description |
---|---|
class |
JonasIdentity
JAAS identity class used to authenticate through JOnAS.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JonasIdentity.check(Identity identity) |
Modifier and Type | Field and Description |
---|---|
private Identity |
Connection.identity |
Modifier and Type | Field and Description |
---|---|
protected Identity |
AbstractConnectionFactory.identity
Authentication identity.
|
Modifier and Type | Method and Description |
---|---|
private static Identity |
User.createIdentity(String user,
String passwd,
String identityClassName)
Create a user Identity.
|
private Identity |
AdminWrapper.createIdentity(String user,
String passwd,
String identityClassName)
Create a user Identity.
|
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 | Method and Description |
---|---|
Identity |
RequestChannel.getIdentity() |
Identity |
MultiThreadSyncChannel.getIdentity() |
Modifier and Type | Field and Description |
---|---|
private Identity |
LocalRequestChannel.identity |
Modifier and Type | Method and Description |
---|---|
Identity |
LocalRequestChannel.getIdentity() |
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. |
Constructor and Description |
---|
LocalRequestChannel(FactoryParameters params,
Identity identity)
Creates a local connection channel.
|
Modifier and Type | Field and Description |
---|---|
private Identity |
TcpRequestChannel.identity |
protected Identity |
ReliableTcpClient.identity |
Modifier and Type | Method and Description |
---|---|
Identity |
TcpRequestChannel.getIdentity() |
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. |
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.