Uses of Class
org.objectweb.joram.shared.admin.AdminRequest
-
Packages that use AdminRequest Package Description org.objectweb.joram.client.jms Theorg.objectweb.joram.client.jmspackage holds the classes implementing the interfaces defined by the JMS 2.0 specification.org.objectweb.joram.client.jms.admin Theorg.objectweb.joram.client.jms.adminpackage holds the interfaces and implementation classes for administering a JORAM platform and creating the JMS administered objects.org.objectweb.joram.mom.dest Theorg.objectweb.joram.mom.destpackage holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM.org.objectweb.joram.mom.notifications Theorg.objectweb.joram.mom.notificationspackage holds the notifications used for interacting with the MOM destination agents.org.objectweb.joram.shared.admin Theorg.objectweb.joram.shared.adminpackage holds the request and reply objects used in the administrator - administration topic interactions.org.ow2.joram.jakarta.jms Theorg.ow2.joram.jakarta.jmspackage holds the classes implementing the interfaces defined by the JMS 3.0 Jakarta specification.org.ow2.joram.jakarta.jms.admin Theorg.ow2.joram.jakarta.jms.adminpackage holds the interfaces and implementation classes for administering a JORAM platform and creating the JMS administered objects. -
-
Uses of AdminRequest in org.objectweb.joram.client.jms
Methods in org.objectweb.joram.client.jms with parameters of type AdminRequest Modifier and Type Method Description (package private) AdminReplyDestination. doRequest(AdminRequest request)Method actually sending anAdminRequestinstance to the platform and getting anAdminReplyinstance. -
Uses of AdminRequest in org.objectweb.joram.client.jms.admin
Methods in org.objectweb.joram.client.jms.admin with parameters of type AdminRequest Modifier and Type Method Description AdminReplyAdminItf. doRequest(AdminRequest request)Method actually sending anAdminRequestinstance to the platform and getting anAdminReplyinstance.static AdminReplyAdminModule. doRequest(AdminRequest request)Deprecated.AdminReplyAdminWrapper. doRequest(AdminRequest request)Method actually sending anAdminRequestinstance to the platform and getting anAdminReplyinstance.AdminReplyJoramAdmin. doRequest(AdminRequest request)private AdminReplyUser. doRequest(AdminRequest request)Method actually sending anAdminRequestinstance to the platform and getting anAdminReplyinstance.AdminReplyAdminRequestor. 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 Modifier and Type Method Description private voidAdminTopic. broadcastRequest(AdminRequest request, int avoidServerId, AgentId replyTo, String msgId)Sends the administration request to AdminTopic of all servers except the given one.private voidAdminTopic. processAdminRequests(AgentId replyTo, 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 Modifier and Type Field Description private AdminRequestFwdAdminRequestNot. requestThe requestMethods in org.objectweb.joram.mom.notifications that return AdminRequest Modifier and Type Method Description AdminRequestFwdAdminRequestNot. getRequest()Returns the original request.Constructors in org.objectweb.joram.mom.notifications with parameters of type AdminRequest Constructor Description FwdAdminRequestNot(AdminRequest request, AgentId replyTo, String requestMsgId)Creates a newFwdAdminRequestNotto send to a remote AdminTopic.FwdAdminRequestNot(AdminRequest request, AgentId replyTo, String requestMsgId, String replyMsgId)Creates a newFwdAdminRequestNotto 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 Modifier and Type Class Description classAddDomainRequestclassAddRemoteDestinationclassAddServerRequestclassAddServiceRequestclassAdminCommandRequestclassClearQueueclassClearSubscriptionclassClusterAddclassClusterLeaveclassClusterListclassCreateDestinationRequestACreateDestinationRequestinstance requests the creation of a destination on a given server.classCreateUserRequestACreateUserRequestinstance requests the creation of a JMS user proxy.classDeleteDestinationADeleteDestinationinstance requests the deletion of a given destination.classDeleteQueueMessageclassDeleteSubscriptionMessageclassDeleteUserADeleteUserinstance requests the deletion of a user proxy on a given server.classDelRemoteDestinationclassDestinationAdminRequestAnSpecialAdminis a request sent by a client administrator inside aorg.objectweb.joram.shared.messages.Messageto anorg.objectweb.joram.mom.dest.AdminTopictopic for requesting an administration operation which will occur on the specified destination.classGetConfigRequestclassGetDeliveredMessagesAMonitor_GetPendingMessagesinstance requests the number of pending messages on a given queue.classGetDestinationsRequestAMonitor_GetDestinationsinstance requests the list of the destinations of a given server.classGetDMQSettingsRequestAMonitor_GetDMQSettingsinstance requests the DMQ settings of a server, a user or a destination.classGetDomainNamesclassGetFatherRequestAMonitor_GetFatherinstance requests the identifier of a topic father.classGetJMXAttsRequestAGetJMXAttsRequestinstance requests the dump of selected JMX attributes server side.classGetLocalServerclassGetNbMaxMsgRequestAMonitor_GetNbMaxMsginstance requests the NbMaxMsg of the destination.classGetPendingMessagesAMonitor_GetPendingMessagesinstance requests the number of pending messages on a given queue.classGetPendingRequestsAMonitor_GetPendingRequestsinstance requests the number of pending requests on a given queue.classGetQueueMessageclassGetQueueMessageIdsclassGetRightsRequestAMonitor_GetReadersinstance requests the list of the readers on a given destination.classGetServersIdsRequestAMonitor_GetServersIdsinstance requests the list of the platform's servers' identifiers.classGetStatsRequestAMonitor_GetStatinstance requests the statistic of the destination.classGetSubscriberIdsclassGetSubscriptionclassGetSubscriptionMessageclassGetSubscriptionMessageIdsclassGetSubscriptionsclassGetSubscriptionsRequestAMonitor_GetSubscriptionsinstance requests the number of subscriptions on a given topic.classGetUsersRequestAMonitor_GetUsersinstance requests the list of the users of a given server.classRemoveDomainRequestclassRemoveServerRequestclassRemoveServiceRequestclassScaleRequestClass to gather all scaling requestsclassSendDestinationsWeightsclassSetDMQRequestASetDestinationDMQinstance requests to set a given DMQ as the DMQ for a given destination.classSetFatherASetFatherinstance is used for linking two topics in a hierarchical relationship.classSetNbMaxMsgRequestASetNbMaxMsginstance requests to set a number max of message in Queue or Subscription.classSetReaderASetReaderinstance requests the authorization for a given user to be a reader on a given destination.classSetRightASetRightinstance requests a given right to be granted to a given user.classSetSyncExceptionOnFullDestRequestASetSyncExceptionOnFullDestRequestinstance requests to set the syncExceptionOnFullDest value in Queue.classSetThresholdRequestASetQueueThresholdinstance requests to set a given threshold value as the threshold for a given queue.classSetWriterASetWriterinstance requests the authorization for a given user to be a writer on a given destination.classStopServerRequestAStopServerRequestinstance requests to stop a given server.classSubscriptionAdminRequestclassUnsetReaderAnUnsetReaderinstance requests to unset a given user as a reader on a given destination.classUnsetWriterAnUnsetWriterinstance requests to unset a given user as a writer on a destination.classUpdateUserAnUpdateUserinstance requests the modification of a user identificationclassUserAdminRequest -
Uses of AdminRequest in org.ow2.joram.jakarta.jms
Methods in org.ow2.joram.jakarta.jms with parameters of type AdminRequest Modifier and Type Method Description (package private) AdminReplyDestination. doRequest(AdminRequest request)Method actually sending anAdminRequestinstance to the platform and getting anAdminReplyinstance. -
Uses of AdminRequest in org.ow2.joram.jakarta.jms.admin
Methods in org.ow2.joram.jakarta.jms.admin with parameters of type AdminRequest Modifier and Type Method Description AdminReplyAdminItf. doRequest(AdminRequest request)Method actually sending anAdminRequestinstance to the platform and getting anAdminReplyinstance.static AdminReplyAdminModule. doRequest(AdminRequest request)Deprecated.AdminReplyAdminWrapper. doRequest(AdminRequest request)Method actually sending anAdminRequestinstance to the platform and getting anAdminReplyinstance.AdminReplyJoramAdmin. doRequest(AdminRequest request)private AdminReplyUser. doRequest(AdminRequest request)Method actually sending anAdminRequestinstance to the platform and getting anAdminReplyinstance.AdminReplyAdminRequestor. request(AdminRequest request)Sends an administration request and waits for a reply.
-