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

Packages that use AdminReply
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.proxies The org.objectweb.joram.mom.proxies package holds the classes implementing the MOM proxy, basically linking external client applications to 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 AdminReply in org.objectweb.joram.client.jms
 

Methods in org.objectweb.joram.client.jms that return AdminReply
 AdminReply Destination.doRequest(AdminRequest request)
          Method actually sending an AdminRequest instance to the platform and getting an AdminReply instance.
 

Uses of AdminReply in org.objectweb.joram.client.jms.admin
 

Methods in org.objectweb.joram.client.jms.admin that return AdminReply
 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.  
static AdminReply AdminHelper.listQueueCluster(Queue clusterQueue)
          Deprecated.  
 AdminReply AdminRequestor.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
private  void AdminRequestor.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
private  AdminReply AdminTopicImpl.doProcess(GetRightsReplyNot not)
          Processes a Monit_GetUsersRep notification holding a destination's readers' or writers' identifiers.
 

Methods in org.objectweb.joram.mom.dest with parameters of type AdminReply
private  void AdminTopicImpl.distributeReply(AgentId to, java.lang.String msgId, AdminReply reply)
          Actually sends an AdminReply object to an identified destination.
protected  void DestinationImpl.replyToTopic(AdminReply reply, AgentId replyTo, java.lang.String requestMsgId, java.lang.String replyMsgId)
           
 

Uses of AdminReply in org.objectweb.joram.mom.proxies
 

Methods in org.objectweb.joram.mom.proxies with parameters of type AdminReply
private  void ProxyImpl.replyToTopic(AdminReply reply, AgentId replyTo, java.lang.String requestMsgId, java.lang.String replyMsgId)
           
 

Uses of AdminReply in org.objectweb.joram.shared.admin
 

Subclasses of AdminReply in org.objectweb.joram.shared.admin
 class CreateDestinationReply
          A CreateDestinationReply instance replies to a destination creation request, produced by the AdminTopic.
 class CreateUserReply
          A CreateUserReply instance replies to a user creation request, produced by the AdminTopic.
 class GetClusterReply
          A Monitor_GetClusterRep instance holds the identifiers of a cluster's topics.
 class GetDestinationsReply
          A Monitor_GetDestinationsRep instance replies to a get destinations monitoring request, and holds the destinations on a given server.
 class GetDMQSettingsReply
          A Monitor_GetDMQSettingsRep instance holds the dead message queue and threshold settings of a server, a destination or a user.
 class GetDomainNamesRep
           
 class GetFatherReply
          A Monitor_GetFatherRep instance holds the identifier of a topic's hierarchical father.
 class GetLocalServerRep
           
 class GetNumberReply
          A Monitor_GetNumberRep instance is a reply wrapping an integer value.
 class GetQueueMessageIdsRep
           
 class GetQueueMessageRep
           
 class GetRightsReply
          A Monitor_GetUsersRep instance replies to a get users, readers or writers monitoring request.
 class GetServersIdsReply
          A Monitor_GetServersIdsRep instance holds the list of the platform's servers' identifiers.
 class GetStatsReply
          A Monitor_GetStatRep instance replies to a get stat, monitoring request.
 class GetSubscriberIdsRep
           
 class GetSubscriptionMessageIdsRep
           
 class GetSubscriptionMessageRep
           
 class GetSubscriptionRep
           
 class GetSubscriptionsRep
           
 class GetUsersReply
          A Monitor_GetUsersRep instance replies to a get users, readers or writers monitoring request.
 



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