Joram ${version}

org.objectweb.joram.mom.notifications
Class AdminReply

java.lang.Object
  extended byfr.dyade.aaa.agent.Notification
      extended byorg.objectweb.joram.mom.notifications.AbstractNotification
          extended byorg.objectweb.joram.mom.notifications.AdminReply
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable
Direct Known Subclasses:
Monit_FreeAccessRep, Monit_GetClusterRep, Monit_GetDMQSettingsRep, Monit_GetFatherRep, Monit_GetNbMaxMsgRep, Monit_GetNumberRep, Monit_GetStatRep, Monit_GetUsersRep

public class AdminReply
extends AbstractNotification

An AdminReply is used by a destination agent for replying to a client administration request.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class fr.dyade.aaa.agent.Notification
detachable, detached, persistent
 
Constructor Summary
AdminReply(AdminRequest request, boolean success, java.lang.String info)
          Constructs an AdminReply.
AdminReply(AdminRequest request, boolean success, java.lang.String info, java.lang.Object replyObj)
          Constructs an AdminReply.
 
Method Summary
 java.lang.String getInfo()
          Returns the info related to the processing of the request.
 java.lang.Object getReplyObject()
          Returns an object related to the processing of the request.
 java.lang.String getRequestId()
          Returns the request identifier.
 boolean getSuccess()
          Returns true if the request was successful.
 
Methods inherited from class org.objectweb.joram.mom.notifications.AbstractNotification
getClientContext, getPersistent, setPersistent, toString
 
Methods inherited from class fr.dyade.aaa.agent.Notification
clone, getContext, getMessageId, isPersistent, setContext
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AdminReply

public AdminReply(AdminRequest request,
                  boolean success,
                  java.lang.String info)
Constructs an AdminReply.


AdminReply

public AdminReply(AdminRequest request,
                  boolean success,
                  java.lang.String info,
                  java.lang.Object replyObj)
Constructs an AdminReply.

Method Detail

getRequestId

public java.lang.String getRequestId()
Returns the request identifier.


getSuccess

public boolean getSuccess()
Returns true if the request was successful.


getInfo

public java.lang.String getInfo()
Returns the info related to the processing of the request.


getReplyObject

public java.lang.Object getReplyObject()
Returns an object related to the processing of the request.


Joram ${version}

Copyright © 2005 Scalagent - All rights reserved