Package com.scalagent.joram.mom.dest.ftp
Class FtpNot
-
- All Implemented Interfaces:
Encodable,Serializable,Cloneable
public class FtpNot extends ClientMessages
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.objectweb.joram.mom.notifications.ClientMessages
ClientMessages.Factory
-
-
Field Summary
Fields Modifier and Type Field Description private 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
-
-
Method Summary
-
Methods inherited from class org.objectweb.joram.mom.notifications.ClientMessages
addMessage, decode, encode, getAsyncSend, getDMQId, getEncodableClassId, getEncodedSize, getMessageCount, getMessages, getProxyId, setAsyncSend, setDMQId, setProxyId, toString
-
Methods inherited from class org.objectweb.joram.mom.notifications.AbstractRequestNot
getRequestId
-
Methods inherited from class org.objectweb.joram.mom.notifications.AbstractNotification
getClientContext, setPersistent
-
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, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FtpNot
public FtpNot(int clientContext, int requestId, Message msg)
-
-