Package | Description |
---|---|
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.shared.admin |
The
org.objectweb.joram.shared.admin package holds the request and reply objects used in the administrator - administration topic interactions. |
Modifier and Type | Method and Description |
---|---|
private void |
AdminTopic.doProcess(DestinationAdminRequest request,
AgentId replyTo,
String msgId)
Processes a
DestinationRequest request by
forwarding it to its target destination, if local. |
Modifier and Type | Class and Description |
---|---|
class |
AddRemoteDestination |
class |
ClearQueue |
class |
ClusterAdd |
class |
ClusterLeave |
class |
ClusterList |
class |
DeleteQueueMessage |
class |
DelRemoteDestination |
class |
GetDeliveredMessages
A
Monitor_GetPendingMessages instance requests the number of
pending messages on a given queue. |
class |
GetDMQSettingsRequest
A
Monitor_GetDMQSettings instance requests the DMQ settings
of a server, a user or a destination. |
class |
GetFatherRequest
A
Monitor_GetFather instance requests the identifier of a
topic father. |
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 |
GetSubscriberIds |
class |
GetSubscriptionsRequest
A
Monitor_GetSubscriptions instance requests the number of
subscriptions on a given topic. |
class |
ScaleRequest
Class to gather all scaling requests
|
class |
SendDestinationsWeights |
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 |
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. |
Copyright © 2022 ScalAgent D.T.. All rights reserved.