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

Packages that use AbstractAdminMessage
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.shared.admin The org.objectweb.joram.shared.admin package holds the request and reply objects used in the administrator - administration topic interactions. 
org.objectweb.joram.shared.messages The org.objectweb.joram.shared.messages package provides the implementation classes of the messages routed by the MOM. 
 

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

Methods in org.objectweb.joram.client.jms.admin that return AbstractAdminMessage
 AbstractAdminMessage AdminMessage.getAdminMessage()
          get the AbstractAdminMessage body of the message.
 

Methods in org.objectweb.joram.client.jms.admin with parameters of type AbstractAdminMessage
 void AdminMessage.setAdminMessage(AbstractAdminMessage adminMsg)
          Sets an AbstractAdminMessage as the body of the message.
 

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

Subclasses of AbstractAdminMessage in org.objectweb.joram.shared.admin
 class AddDomainRequest
           
 class AddServerRequest
           
 class AddServiceRequest
           
 class AdminCommandReply
           
 class AdminCommandRequest
           
 class AdminReply
          An AdminReply is a reply sent by a org.objectweb.joram.mom.dest.AdminTopic topic and containing data or information destinated to a client administrator.
 class AdminRequest
          An AdminRequest 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 admin operation.
 class ClearQueue
           
 class ClearSubscription
           
 class ClusterAdd
           
 class ClusterLeave
           
 class ClusterList
           
 class ClusterListReply
          A ClusterListReply instance holds the identifiers of a cluster's destinations.
 class CreateDestinationReply
          A CreateDestinationReply instance replies to a destination creation request, produced by the AdminTopic.
 class CreateDestinationRequest
          A CreateDestinationRequest instance requests the creation of a destination on a given server.
 class CreateUserReply
          A CreateUserReply instance replies to a user creation request, produced by the AdminTopic.
 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 GetDestinationsReply
          A Monitor_GetDestinationsRep instance replies to a get destinations monitoring request, and holds the destinations on a given server.
 class GetDestinationsRequest
          A Monitor_GetDestinations instance requests the list of the destinations of 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 GetDMQSettingsRequest
          A Monitor_GetDMQSettings instance requests the DMQ settings of a server, a user or a destination.
 class GetDomainNames
           
 class GetDomainNamesRep
           
 class GetFatherReply
          A Monitor_GetFatherRep instance holds the identifier of a topic's hierarchical father.
 class GetFatherRequest
          A Monitor_GetFather instance requests the identifier of a topic father.
 class GetLocalServer
           
 class GetLocalServerRep
           
 class GetNbMaxMsgRequest
          A Monitor_GetNbMaxMsg instance requests the NbMaxMsg of the destination.
 class GetNumberReply
          A Monitor_GetNumberRep instance is a reply wrapping an integer value.
 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 GetQueueMessageIdsRep
           
 class GetQueueMessageRep
           
 class GetRightsReply
          A Monitor_GetUsersRep instance replies to a get users, readers or writers monitoring request.
 class GetRightsRequest
          A Monitor_GetReaders instance requests the list of the readers on a given destination.
 class GetServersIdsReply
          A Monitor_GetServersIdsRep instance holds the list of the platform's servers' identifiers.
 class GetServersIdsRequest
          A Monitor_GetServersIds instance requests the list of the platform's servers' identifiers.
 class GetStatsReply
          A Monitor_GetStatRep instance replies to a get stat, monitoring request.
 class GetStatsRequest
          A Monitor_GetStat instance requests the statistic of the destination.
 class GetSubscriberIds
           
 class GetSubscriberIdsRep
           
 class GetSubscription
           
 class GetSubscriptionMessage
           
 class GetSubscriptionMessageIds
           
 class GetSubscriptionMessageIdsRep
           
 class GetSubscriptionMessageRep
           
 class GetSubscriptionRep
           
 class GetSubscriptions
           
 class GetSubscriptionsRep
           
 class GetSubscriptionsRequest
          A Monitor_GetSubscriptions instance requests the number of subscriptions on a given topic.
 class GetUsersReply
          A Monitor_GetUsersRep instance replies to a get users, readers or writers monitoring request.
 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
           
 

Methods in org.objectweb.joram.shared.admin that return AbstractAdminMessage
static AbstractAdminMessage AbstractAdminMessage.read(java.io.InputStream is)
           
 

Methods in org.objectweb.joram.shared.admin with parameters of type AbstractAdminMessage
static void AbstractAdminMessage.write(AbstractAdminMessage msg, java.io.OutputStream os)
          ***** ***** ***** ***** ***** ***** ***** Streamable interface ***** ***** ***** ***** ***** ***** ***** *****
 

Uses of AbstractAdminMessage in org.objectweb.joram.shared.messages
 

Methods in org.objectweb.joram.shared.messages that return AbstractAdminMessage
 AbstractAdminMessage Message.getAdminMessage()
          Returns the AbstractAdminMessage body of the message.
 

Methods in org.objectweb.joram.shared.messages with parameters of type AbstractAdminMessage
 void Message.setAdminMessage(AbstractAdminMessage adminMsg)
          Sets an AbstractAdminMessage as the body of the message.
 



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