|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.admin.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.
Constructor Summary | |
AdminReply(boolean success,
java.lang.String info)
Constructs an AdminReply instance. |
|
AdminReply(boolean success,
java.lang.String info,
java.lang.Object replyObj)
Constructs an AdminReply instance. |
Method Summary | |
java.lang.String |
getInfo()
Returns the carried info. |
java.lang.Object |
getReplyObject()
Returns the carried object. |
boolean |
succeeded()
Returns true if this reply replies to a successful request. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AdminReply(boolean success, java.lang.String info)
AdminReply
instance.
success
- true
if this reply replies to a successful
request.info
- Information to carry.public AdminReply(boolean success, java.lang.String info, java.lang.Object replyObj)
AdminReply
instance.
success
- true
if this reply replies to a successful
request.info
- Information to carry.replyObj
- Object to carry.Method Detail |
public boolean succeeded()
true
if this reply replies to a successful request.
public java.lang.String getInfo()
public java.lang.Object getReplyObject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |