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.notifications |
The
org.objectweb.joram.mom.notifications package holds the notifications used for interacting with the MOM 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. |
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 |
AdminRequestor.request(AdminRequest request)
Sends an administration request and waits for a reply.
|
Modifier and Type | Method and Description |
---|---|
private void |
AdminTopic.broadcastRequest(AdminRequest request,
int avoidServerId,
AgentId replyTo,
String msgId)
Sends the administration request to AdminTopic of all servers except the given one.
|
private void |
AdminTopic.processAdminRequests(AgentId replyTo,
String msgId,
AdminRequest request,
AgentId from)
Method getting the administration requests from messages, and
distributing them to the appropriate reactions.
|
Modifier and Type | Field and Description |
---|---|
private AdminRequest |
FwdAdminRequestNot.request
The request
|
Modifier and Type | Method and Description |
---|---|
AdminRequest |
FwdAdminRequestNot.getRequest()
Returns the original request.
|
Constructor and Description |
---|
FwdAdminRequestNot(AdminRequest request,
AgentId replyTo,
String requestMsgId)
Creates a new
FwdAdminRequestNot to send to a remote AdminTopic. |
FwdAdminRequestNot(AdminRequest request,
AgentId replyTo,
String requestMsgId,
String replyMsgId)
Creates a new
FwdAdminRequestNot to send to an administered
target (user or destination). |
Modifier and Type | Class and Description |
---|---|
class |
AddDomainRequest |
class |
AddRemoteDestination |
class |
AddServerRequest |
class |
AddServiceRequest |
class |
AdminCommandRequest |
class |
ClearQueue |
class |
ClearSubscription |
class |
ClusterAdd |
class |
ClusterLeave |
class |
ClusterList |
class |
CreateDestinationRequest
A
CreateDestinationRequest instance requests the creation of a
destination on a given server. |
class |
CreateUserRequest
A
CreateUserRequest instance requests the creation of a JMS
user proxy. |
class |
DeleteDestination
A
DeleteDestination instance requests the deletion of
a given destination. |
class |
DeleteQueueMessage |
class |
DeleteSubscriptionMessage |
class |
DeleteUser
A
DeleteUser instance requests the deletion of a user proxy
on a given server. |
class |
DelRemoteDestination |
class |
DestinationAdminRequest
An
SpecialAdmin is a request sent by a client administrator
inside a org.objectweb.joram.shared.messages.Message to an
org.objectweb.joram.mom.dest.AdminTopic topic for requesting an
administration operation which will occur on the specified destination. |
class |
GetConfigRequest |
class |
GetDeliveredMessages
A
Monitor_GetPendingMessages instance requests the number of
pending messages on a given queue. |
class |
GetDestinationsRequest
A
Monitor_GetDestinations instance requests the list of
the destinations of a given server. |
class |
GetDMQSettingsRequest
A
Monitor_GetDMQSettings instance requests the DMQ settings
of a server, a user or a destination. |
class |
GetDomainNames |
class |
GetFatherRequest
A
Monitor_GetFather instance requests the identifier of a
topic father. |
class |
GetJMXAttsRequest
A
GetJMXAttsRequest instance requests the dump of selected
JMX attributes server side. |
class |
GetLocalServer |
class |
GetNbMaxMsgRequest
A
Monitor_GetNbMaxMsg instance requests the
NbMaxMsg of the destination. |
class |
GetPendingMessages
A
Monitor_GetPendingMessages instance requests the number of
pending messages on a given queue. |
class |
GetPendingRequests
A
Monitor_GetPendingRequests instance requests the number of
pending requests on a given queue. |
class |
GetQueueMessage |
class |
GetQueueMessageIds |
class |
GetRightsRequest
A
Monitor_GetReaders instance requests the list of
the readers on a given destination. |
class |
GetServersIdsRequest
A
Monitor_GetServersIds instance requests the list of
the platform's servers' identifiers. |
class |
GetStatsRequest
A
Monitor_GetStat instance requests the
statistic of the destination. |
class |
GetSubscriberIds |
class |
GetSubscription |
class |
GetSubscriptionMessage |
class |
GetSubscriptionMessageIds |
class |
GetSubscriptions |
class |
GetSubscriptionsRequest
A
Monitor_GetSubscriptions instance requests the number of
subscriptions on a given topic. |
class |
GetUsersRequest
A
Monitor_GetUsers instance requests the list of
the users of a given server. |
class |
RemoveDomainRequest |
class |
RemoveServerRequest |
class |
RemoveServiceRequest |
class |
ScaleRequest
Class to gather all scaling requests
|
class |
SendDestinationsWeights |
class |
SetDMQRequest
A
SetDestinationDMQ instance requests to set a given DMQ as
the DMQ for a given destination. |
class |
SetFather
A
SetFather instance is used for linking two topics in a
hierarchical relationship. |
class |
SetNbMaxMsgRequest
A
SetNbMaxMsg instance requests to set a
number max of message in Queue or Subscription. |
class |
SetReader
A
SetReader instance requests the authorization for a given
user to be a reader on a given destination. |
class |
SetRight
A
SetRight instance requests a given right to be granted to a
given user. |
class |
SetSyncExceptionOnFullDestRequest
A
SetSyncExceptionOnFullDestRequest instance requests to set the
syncExceptionOnFullDest value in Queue. |
class |
SetThresholdRequest
A
SetQueueThreshold instance requests to set a given
threshold value as the threshold for a given queue. |
class |
SetWriter
A
SetWriter instance requests the authorization for a given
user to be a writer on a given destination. |
class |
StopServerRequest
A
StopServerRequest instance requests to stop a given server. |
class |
SubscriptionAdminRequest |
class |
UnsetReader
An
UnsetReader instance requests to unset a given user as
a reader on a given destination. |
class |
UnsetWriter
An
UnsetWriter instance requests to unset a given user as
a writer on a destination. |
class |
UpdateUser
An
UpdateUser instance requests the modification of a
user identification |
class |
UserAdminRequest |
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. |
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 |
AdminRequestor.request(AdminRequest request)
Sends an administration request and waits for a reply.
|
Copyright © 2022 ScalAgent D.T.. All rights reserved.