public class AdminReplyNot extends AbstractNotification
AdminReply
is used by a destination agent for replying to
a client administration request.Modifier and Type | Field and Description |
---|---|
private String |
info
Info related to the processing of the request.
|
private String |
requestId
Field identifying the original request.
|
private static long |
serialVersionUID
define serialVersionUID for interoperability
|
private boolean |
success
true if the request succeeded. |
detachable, detached, persistent
BOOLEAN_ENCODED_SIZE, BYTE_ENCODED_SIZE, DOUBLE_ENCODED_SIZE, FLOAT_ENCODED_SIZE, INT_ENCODED_SIZE, LONG_ENCODED_SIZE, SHORT_ENCODED_SIZE
Constructor and Description |
---|
AdminReplyNot(AdminRequestNot request,
boolean success,
String info)
Constructs an
AdminReply . |
Modifier and Type | Method and Description |
---|---|
String |
getInfo()
Returns the info related to the processing of the request.
|
String |
getRequestId()
Returns the request identifier.
|
boolean |
getSuccess()
Returns
true if the request was successful. |
decode, encode, getClientContext, getEncodedSize, setPersistent, toString
clone, getContext, getDeadNotificationAgentId, getEncodableClassId, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString
private static final long serialVersionUID
private String requestId
private boolean success
true
if the request succeeded.private String info
public AdminReplyNot(AdminRequestNot request, boolean success, String info)
AdminReply
.Copyright © 2013 ScalAgent D.T.. All Rights Reserved.