|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AdminRequest | |
---|---|
org.objectweb.joram.client.jms | The org.objectweb.joram.client.jms package holds the classes implementing the interfaces defined by the JMS 1.1 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. |
Uses of AdminRequest in org.objectweb.joram.client.jms |
---|
Methods in org.objectweb.joram.client.jms with parameters of type AdminRequest | |
---|---|
AdminReply |
Destination.doRequest(AdminRequest request)
Method actually sending an AdminRequest instance to
the platform and getting an AdminReply instance. |
Uses of AdminRequest in org.objectweb.joram.client.jms.admin |
---|
Methods in org.objectweb.joram.client.jms.admin with parameters of type AdminRequest | |
---|---|
AdminReply |
User.doRequest(AdminRequest request)
Method actually sending an AdminRequest instance to
the platform and getting an AdminReply instance. |
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 |
AdminRequestor.request(AdminRequest request)
Sends an administration request and waits for a reply. |
Uses of AdminRequest in org.objectweb.joram.mom.dest |
---|
Methods in org.objectweb.joram.mom.dest with parameters of type AdminRequest | |
---|---|
private void |
AdminTopicImpl.broadcastRequest(AdminRequest request,
int avoidServerId,
AgentId replyTo,
java.lang.String msgId)
Sends the administration request to AdminTopic of all servers except the given one. |
(package private) void |
AdminTopicImpl.processAdminRequests(AgentId replyTo,
java.lang.String msgId,
AdminRequest request,
AgentId from)
Method getting the administration requests from messages, and distributing them to the appropriate reactions. |
Uses of AdminRequest in org.objectweb.joram.mom.notifications |
---|
Fields in org.objectweb.joram.mom.notifications declared as AdminRequest | |
---|---|
private AdminRequest |
FwdAdminRequestNot.request
The request |
Methods in org.objectweb.joram.mom.notifications that return AdminRequest | |
---|---|
AdminRequest |
FwdAdminRequestNot.getRequest()
Returns the original request. |
Constructors in org.objectweb.joram.mom.notifications with parameters of type AdminRequest | |
---|---|
FwdAdminRequestNot(AdminRequest request,
AgentId replyTo,
java.lang.String requestMsgId)
Creates a new FwdAdminRequestNot to send to a remote AdminTopic. |
|
FwdAdminRequestNot(AdminRequest request,
AgentId replyTo,
java.lang.String requestMsgId,
java.lang.String replyMsgId)
Creates a new FwdAdminRequestNot to send to an administered
target (user or destination). |
Uses of AdminRequest in org.objectweb.joram.shared.admin |
---|
Subclasses of AdminRequest in org.objectweb.joram.shared.admin | |
---|---|
class |
AddDomainRequest
|
class |
AddQueueCluster
|
class |
AddServerRequest
|
class |
AddServiceRequest
|
class |
ClearQueue
|
class |
ClearSubscription
|
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 |
GetClusterRequest
A Monitor_GetCluster instance requests the list of the topics
part of a cluster. |
class |
GetConfigRequest
|
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 |
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 |
ListClusterQueue
|
class |
QueueAdminRequest
|
class |
RemoveDomainRequest
|
class |
RemoveQueueCluster
|
class |
RemoveServerRequest
|
class |
RemoveServiceRequest
|
class |
SetCluster
A SetCluster instance is used for adding a given topic
to a cluster an other topic is part of, or for creating a new cluster. |
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 |
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 |
SpecialAdmin
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 special admin operation. |
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
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |