Class AdminReplyNot
- java.lang.Object
-
- fr.dyade.aaa.agent.Notification
-
- fr.dyade.aaa.agent.CallbackNotification
-
- org.objectweb.joram.mom.notifications.AbstractNotification
-
- org.objectweb.joram.mom.notifications.AdminReplyNot
-
- All Implemented Interfaces:
Encodable,Serializable,Cloneable
- Direct Known Subclasses:
GetRightsReplyNot
public class AdminReplyNot extends AbstractNotification
AnAdminReplyis used by a destination agent for replying to a client administration request.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private StringinfoInfo related to the processing of the request.private StringrequestIdField identifying the original request.private static longserialVersionUIDdefine serialVersionUID for interoperabilityprivate booleansuccesstrueif the request succeeded.-
Fields inherited from class fr.dyade.aaa.agent.Notification
detachable, detached, persistent
-
Fields inherited from interface fr.dyade.aaa.common.encoding.Encodable
BOOLEAN_ENCODED_SIZE, BYTE_ENCODED_SIZE, DOUBLE_ENCODED_SIZE, FLOAT_ENCODED_SIZE, INT_ENCODED_SIZE, LONG_ENCODED_SIZE, SHORT_ENCODED_SIZE
-
-
Constructor Summary
Constructors Constructor Description AdminReplyNot(AdminRequestNot request, boolean success, String info)Constructs anAdminReply.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInfo()Returns the info related to the processing of the request.StringgetRequestId()Returns the request identifier.booleangetSuccess()Returnstrueif the request was successful.-
Methods inherited from class org.objectweb.joram.mom.notifications.AbstractNotification
decode, encode, getClientContext, getEncodedSize, setPersistent, toString
-
Methods inherited from class fr.dyade.aaa.agent.CallbackNotification
done, failed, hasCallback, passCallback, setCountDownCallback
-
Methods inherited from class fr.dyade.aaa.agent.Notification
clone, getContext, getDeadNotificationAgentId, getEncodableClassId, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
define serialVersionUID for interoperability- See Also:
- Constant Field Values
-
requestId
private String requestId
Field identifying the original request.
-
success
private boolean success
trueif the request succeeded.
-
info
private String info
Info related to the processing of the request.
-
-
Constructor Detail
-
AdminReplyNot
public AdminReplyNot(AdminRequestNot request, boolean success, String info)
Constructs anAdminReply.
-
-