Package org.objectweb.joram.mom.proxies
Class SendRepliesNot
- java.lang.Object
-
- fr.dyade.aaa.agent.Notification
-
- org.objectweb.joram.mom.proxies.SendRepliesNot
-
- All Implemented Interfaces:
Encodable,Serializable,Cloneable
public class SendRepliesNot extends Notification
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private Vector<SendReplyNot>repliesprivate static longserialVersionUIDdefine serialVersionUID for interoperability-
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 SendRepliesNot(Vector<SendReplyNot> v)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Enumeration<SendReplyNot>getReplies()StringBuildertoString(StringBuilder output)Appends a string image for this object to the StringBuffer 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
define serialVersionUID for interoperability- See Also:
- Constant Field Values
-
replies
private Vector<SendReplyNot> replies
-
-
Constructor Detail
-
SendRepliesNot
public SendRepliesNot(Vector<SendReplyNot> v)
-
-
Method Detail
-
getReplies
public Enumeration<SendReplyNot> getReplies()
-
toString
public StringBuilder toString(StringBuilder output)
Description copied from class:NotificationAppends a string image for this object to the StringBuffer parameter.- Overrides:
toStringin classNotification- Parameters:
output- buffer to fill in.- Returns:
- the resulting buffer.
-
-