Uses of Class
org.objectweb.joram.shared.admin.AdminReply
-
Packages that use AdminReply 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.proxies Theorg.objectweb.joram.mom.proxiespackage holds the classes implementing the MOM proxy, basically linking external client applications to 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 AdminReply in org.objectweb.joram.client.jms
Methods in org.objectweb.joram.client.jms that return AdminReply Modifier and Type Method Description (package private) AdminReplyDestination. doRequest(AdminRequest request)Method actually sending anAdminRequestinstance to the platform and getting anAdminReplyinstance.AdminReplyDestination. setProperties(Properties prop)Administration method to set properties.AdminReplyQueue. setProperties(Properties prop)Administration method to set properties. -
Uses of AdminReply in org.objectweb.joram.client.jms.admin
Methods in org.objectweb.joram.client.jms.admin that return AdminReply 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.static AdminReplyAdminHelper. listQueueCluster(Queue clusterQueue)Deprecated.AdminReplyAdminItf. processAdmin(String targetId, int command, Properties prop)The method send the admin JMS message on JORAM server (AdminTopic).static AdminReplyAdminModule. processAdmin(String targetId, int command, Properties prop)The method send the admin JMS message on JORAM server (AdminTopic).AdminReplyAdminWrapper. processAdmin(String targetId, int command, Properties prop)The method send the admin JMS message on JORAM server (AdminTopic).AdminReplyJoramAdmin. processAdmin(String targetId, int command, Properties prop)The method send the admin JMS message on JORAM server (AdminTopic).AdminReplyJoramAdminMBean. processAdmin(String targetId, int command, Properties prop)The method send the admin JMS message on JORAM server (AdminTopic).AdminReplyAdminRequestor. request(AdminRequest request)Sends an administration request and waits for a reply.Methods in org.objectweb.joram.client.jms.admin with parameters of type AdminReply Modifier and Type Method Description private voidAdminRequestor. throwException(AdminReply reply)Throws an exception corresponding to the error code of the reply if needed. -
Uses of AdminReply in org.objectweb.joram.mom.dest
Methods in org.objectweb.joram.mom.dest that return AdminReply Modifier and Type Method Description private AdminReplyAdminTopic. doProcess(GetRightsReplyNot not)Processes aMonit_GetUsersRepnotification holding a destination's readers' or writers' identifiers.Methods in org.objectweb.joram.mom.dest with parameters of type AdminReply Modifier and Type Method Description private voidAdminTopic. distributeReply(AgentId to, String msgId, AdminReply reply)Actually sends anAdminReplyobject to an identified destination.protected voidDestination. replyToTopic(AdminReply reply, AgentId replyTo, String requestMsgId, String replyMsgId) -
Uses of AdminReply in org.objectweb.joram.mom.proxies
Methods in org.objectweb.joram.mom.proxies with parameters of type AdminReply Modifier and Type Method Description private voidUserAgent. replyToTopic(AdminReply reply, AgentId replyTo, String requestMsgId, String replyMsgId) -
Uses of AdminReply in org.objectweb.joram.shared.admin
Subclasses of AdminReply in org.objectweb.joram.shared.admin Modifier and Type Class Description classAdminCommandReplyclassClusterListReplyAClusterListReplyinstance holds the identifiers of a cluster's destinations.classCreateDestinationReplyACreateDestinationReplyinstance replies to a destination creation request, produced by the AdminTopic.classCreateUserReplyACreateUserReplyinstance replies to a user creation request, produced by the AdminTopic.classGetDestinationsReplyAMonitor_GetDestinationsRepinstance replies to a get destinations monitoring request, and holds the destinations on a given server.classGetDMQSettingsReplyAMonitor_GetDMQSettingsRepinstance holds the dead message queue and threshold settings of a server, a destination or a user.classGetDomainNamesRepclassGetFatherReplyAMonitor_GetFatherRepinstance holds the identifier of a topic's hierarchical father.classGetJMXAttsReplyAGetJMXAttsReplyinstance replies to a GetJMXAttsRequest monitoring request.classGetLocalServerRepclassGetNumberReplyAMonitor_GetNumberRepinstance is a reply wrapping an integer value.classGetQueueMessageIdsRepclassGetQueueMessageRepclassGetRightsReplyAMonitor_GetUsersRepinstance replies to a get users, readers or writers monitoring request.classGetServersIdsReplyAMonitor_GetServersIdsRepinstance holds the list of the platform's servers' identifiers.classGetStatsReplyAMonitor_GetStatRepinstance replies to a get stat, monitoring request.classGetSubscriberIdsRepclassGetSubscriptionMessageIdsRepclassGetSubscriptionMessageRepclassGetSubscriptionRepclassGetSubscriptionsRepclassGetUsersReplyAMonitor_GetUsersRepinstance replies to a get users, readers or writers monitoring request. -
Uses of AdminReply in org.ow2.joram.jakarta.jms
Methods in org.ow2.joram.jakarta.jms that return AdminReply Modifier and Type Method Description (package private) AdminReplyDestination. doRequest(AdminRequest request)Method actually sending anAdminRequestinstance to the platform and getting anAdminReplyinstance.AdminReplyDestination. setProperties(Properties prop)Administration method to set properties.AdminReplyQueue. setProperties(Properties prop)Administration method to set properties. -
Uses of AdminReply in org.ow2.joram.jakarta.jms.admin
Methods in org.ow2.joram.jakarta.jms.admin that return AdminReply 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.AdminReplyAdminItf. processAdmin(String targetId, int command, Properties prop)The method send the admin JMS message on JORAM server (AdminTopic).static AdminReplyAdminModule. processAdmin(String targetId, int command, Properties prop)The method send the admin JMS message on JORAM server (AdminTopic).AdminReplyAdminWrapper. processAdmin(String targetId, int command, Properties prop)The method send the admin JMS message on JORAM server (AdminTopic).AdminReplyJoramAdmin. processAdmin(String targetId, int command, Properties prop)The method send the admin JMS message on JORAM server (AdminTopic).AdminReplyJoramAdminMBean. processAdmin(String targetId, int command, Properties prop)The method send the admin JMS message on JORAM server (AdminTopic).AdminReplyAdminRequestor. request(AdminRequest request)Sends an administration request and waits for a reply.Methods in org.ow2.joram.jakarta.jms.admin with parameters of type AdminReply Modifier and Type Method Description private voidAdminRequestor. throwException(AdminReply reply)Throws an exception corresponding to the error code of the reply if needed.
-