|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.dyade.aaa.agent.Notification
org.objectweb.joram.mom.notifications.AbstractNotification
org.objectweb.joram.mom.notifications.AdminReply
An AdminReply
is used by a destination agent for replying to
a client administration request.
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 |
public AdminReply(AdminRequest request, boolean success, java.lang.String info)
AdminReply
.
public AdminReply(AdminRequest request, boolean success, java.lang.String info, java.lang.Object replyObj)
AdminReply
.
Method Detail |
public java.lang.String getRequestId()
public boolean getSuccess()
true
if the request was successful.
public java.lang.String getInfo()
public java.lang.Object getReplyObject()
|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |