Package fr.dyade.aaa.jndi2.server
Class JndiReplyNot
- java.lang.Object
-
- fr.dyade.aaa.agent.Notification
-
- fr.dyade.aaa.jndi2.server.JndiReplyNot
-
- All Implemented Interfaces:
Encodable,Serializable,Cloneable
public class JndiReplyNot extends Notification
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private JndiReplyreplyprivate JndiRequestrequestprivate static longserialVersionUID-
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 JndiReplyNot(JndiRequest request, JndiReply reply)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JndiReplygetReply()JndiRequestgetRequest()StringBuildertoString(StringBuilder output)Appends a string image for this object to the StringBuilder parameter.-
Methods inherited from class fr.dyade.aaa.agent.Notification
clone, decode, encode, getContext, getDeadNotificationAgentId, getEncodableClassId, getEncodedSize, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
request
private JndiRequest request
-
reply
private JndiReply reply
-
-
Constructor Detail
-
JndiReplyNot
public JndiReplyNot(JndiRequest request, JndiReply reply)
-
-
Method Detail
-
getRequest
public final JndiRequest getRequest()
-
getReply
public final JndiReply getReply()
-
toString
public StringBuilder toString(StringBuilder output)
Appends a string image for this object to the StringBuilder parameter.- Overrides:
toStringin classNotification- Parameters:
output- buffer to fill in- Returns:
outputbuffer is returned
-
-