Uses of Class
org.objectweb.joram.shared.admin.AdminRequest

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.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.notifications
 

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 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 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 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 RemoveDomainRequest
           
 class RemoveServerRequest
           
 class RemoveServiceRequest
           
 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 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
           
 



Copyright © 2011 ScalAgent D.T.. All Rights Reserved.