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.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.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.shared.admin |
The
org.objectweb.joram.shared.admin package holds the request and reply objects used in the administrator - administration topic interactions. |
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. |
Modifier and Type | Method and Description |
---|---|
(package private) AdminReply |
Destination.doRequest(AdminRequest request)
Method actually sending an
AdminRequest instance to
the platform and getting an AdminReply instance. |
AdminReply |
Queue.setProperties(Properties prop)
Administration method to set properties.
|
AdminReply |
Destination.setProperties(Properties prop)
Administration method to set properties.
|
Modifier and Type | Method and Description |
---|---|
private AdminReply |
User.doRequest(AdminRequest request)
Method actually sending an
AdminRequest instance to
the platform and getting an AdminReply instance. |
AdminReply |
JoramAdmin.doRequest(AdminRequest request) |
AdminReply |
AdminWrapper.doRequest(AdminRequest request)
Method actually sending an
AdminRequest instance to
the platform and getting an AdminReply instance. |
static AdminReply |
AdminModule.doRequest(AdminRequest request)
Deprecated.
|
AdminReply |
AdminItf.doRequest(AdminRequest request)
Method actually sending an
AdminRequest instance to
the platform and getting an AdminReply instance. |
static AdminReply |
AdminHelper.listQueueCluster(Queue clusterQueue)
Deprecated.
|
AdminReply |
JoramAdminMBean.processAdmin(String targetId,
int command,
Properties prop)
The method send the admin JMS message on JORAM server (AdminTopic).
|
AdminReply |
JoramAdmin.processAdmin(String targetId,
int command,
Properties prop)
The method send the admin JMS message on JORAM server (AdminTopic).
|
AdminReply |
AdminWrapper.processAdmin(String targetId,
int command,
Properties prop)
The method send the admin JMS message on JORAM server (AdminTopic).
|
static AdminReply |
AdminModule.processAdmin(String targetId,
int command,
Properties prop)
The method send the admin JMS message on JORAM server (AdminTopic).
|
AdminReply |
AdminItf.processAdmin(String targetId,
int command,
Properties prop)
The method send the admin JMS message on JORAM server (AdminTopic).
|
AdminReply |
AdminRequestor.request(AdminRequest request)
Sends an administration request and waits for a reply.
|
Modifier and Type | Method and Description |
---|---|
private void |
AdminRequestor.throwException(AdminReply reply)
Throws an exception corresponding to the error code of the reply if needed.
|
Modifier and Type | Method and Description |
---|---|
private AdminReply |
AdminTopic.doProcess(GetRightsReplyNot not)
Processes a
Monit_GetUsersRep notification holding a
destination's readers' or writers' identifiers. |
Modifier and Type | Method and Description |
---|---|
private void |
AdminTopic.distributeReply(AgentId to,
String msgId,
AdminReply reply)
Actually sends an
AdminReply object to an identified
destination. |
protected void |
Destination.replyToTopic(AdminReply reply,
AgentId replyTo,
String requestMsgId,
String replyMsgId) |
Modifier and Type | Method and Description |
---|---|
private void |
UserAgent.replyToTopic(AdminReply reply,
AgentId replyTo,
String requestMsgId,
String replyMsgId) |
Modifier and Type | Class and Description |
---|---|
class |
AdminCommandReply |
class |
ClusterListReply
A
ClusterListReply instance holds the identifiers of a cluster's
destinations. |
class |
CreateDestinationReply
A
CreateDestinationReply instance replies to a
destination creation request, produced by the AdminTopic. |
class |
CreateUserReply
A
CreateUserReply instance replies to a user creation request,
produced by the AdminTopic. |
class |
GetDestinationsReply
A
Monitor_GetDestinationsRep instance replies to a get
destinations monitoring request, and holds the destinations on a given
server. |
class |
GetDMQSettingsReply
A
Monitor_GetDMQSettingsRep instance holds the dead message
queue and threshold settings of a server, a destination or a user. |
class |
GetDomainNamesRep |
class |
GetFatherReply
A
Monitor_GetFatherRep instance holds the identifier of a
topic's hierarchical father. |
class |
GetJMXAttsReply
A
GetJMXAttsReply instance replies to a GetJMXAttsRequest
monitoring request. |
class |
GetLocalServerRep |
class |
GetNumberReply
A
Monitor_GetNumberRep instance is a reply wrapping an
integer value. |
class |
GetQueueMessageIdsRep |
class |
GetQueueMessageRep |
class |
GetRightsReply
A
Monitor_GetUsersRep instance replies to a get users,
readers or writers monitoring request. |
class |
GetServersIdsReply
A
Monitor_GetServersIdsRep instance holds the list of the
platform's servers' identifiers. |
class |
GetStatsReply
A
Monitor_GetStatRep instance replies to a get stat,
monitoring request. |
class |
GetSubscriberIdsRep |
class |
GetSubscriptionMessageIdsRep |
class |
GetSubscriptionMessageRep |
class |
GetSubscriptionRep |
class |
GetSubscriptionsRep |
class |
GetUsersReply
A
Monitor_GetUsersRep instance replies to a get users,
readers or writers monitoring request. |
Modifier and Type | Method and Description |
---|---|
(package private) AdminReply |
Destination.doRequest(AdminRequest request)
Method actually sending an
AdminRequest instance to
the platform and getting an AdminReply instance. |
AdminReply |
Queue.setProperties(Properties prop)
Administration method to set properties.
|
AdminReply |
Destination.setProperties(Properties prop)
Administration method to set properties.
|
Modifier and Type | Method and Description |
---|---|
private AdminReply |
User.doRequest(AdminRequest request)
Method actually sending an
AdminRequest instance to
the platform and getting an AdminReply instance. |
AdminReply |
JoramAdmin.doRequest(AdminRequest request) |
AdminReply |
AdminWrapper.doRequest(AdminRequest request)
Method actually sending an
AdminRequest instance to
the platform and getting an AdminReply instance. |
static AdminReply |
AdminModule.doRequest(AdminRequest request)
Deprecated.
|
AdminReply |
AdminItf.doRequest(AdminRequest request)
Method actually sending an
AdminRequest instance to
the platform and getting an AdminReply instance. |
AdminReply |
JoramAdminMBean.processAdmin(String targetId,
int command,
Properties prop)
The method send the admin JMS message on JORAM server (AdminTopic).
|
AdminReply |
JoramAdmin.processAdmin(String targetId,
int command,
Properties prop)
The method send the admin JMS message on JORAM server (AdminTopic).
|
AdminReply |
AdminWrapper.processAdmin(String targetId,
int command,
Properties prop)
The method send the admin JMS message on JORAM server (AdminTopic).
|
static AdminReply |
AdminModule.processAdmin(String targetId,
int command,
Properties prop)
The method send the admin JMS message on JORAM server (AdminTopic).
|
AdminReply |
AdminItf.processAdmin(String targetId,
int command,
Properties prop)
The method send the admin JMS message on JORAM server (AdminTopic).
|
AdminReply |
AdminRequestor.request(AdminRequest request)
Sends an administration request and waits for a reply.
|
Modifier and Type | Method and Description |
---|---|
private void |
AdminRequestor.throwException(AdminReply reply)
Throws an exception corresponding to the error code of the reply if needed.
|
Copyright © 2022 ScalAgent D.T.. All rights reserved.