org.objectweb.joram.mom.notifications
Class AdminReply
- Cloneable, Serializable
An AdminReply
is used by a destination agent for replying to
a client administration request.
String | getInfo() - Returns the info related to the processing of the request.
|
Object | getReplyObject() - Returns an object related to the processing of the request.
|
String | getRequestId() - Returns the request identifier.
|
boolean | getSuccess() - Returns
true if the request was successful.
|
AdminReply
public AdminReply(AdminRequest request,
boolean success,
String info)
Constructs an AdminReply
.
AdminReply
public AdminReply(AdminRequest request,
boolean success,
String info,
Object replyObj)
Constructs an AdminReply
.
getInfo
public String getInfo()
Returns the info related to the processing of the request.
getReplyObject
public Object getReplyObject()
Returns an object related to the processing of the request.
getRequestId
public String getRequestId()
Returns the request identifier.
getSuccess
public boolean getSuccess()
Returns true
if the request was successful.
Copyright B) 2004 Scalagent - All rights reserved