Package org.objectweb.joram.mom.proxies
Class GetConnectionNot
- java.lang.Object
-
- fr.dyade.aaa.agent.Notification
-
- fr.dyade.aaa.agent.SyncNotification
-
- org.objectweb.joram.mom.proxies.GetConnectionNot
-
- All Implemented Interfaces:
Encodable,Serializable,Cloneable
public class GetConnectionNot extends SyncNotification
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class fr.dyade.aaa.agent.SyncNotification
SyncNotification.Context
-
-
Field Summary
Fields Modifier and Type Field Description private intkeyprivate 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 GetConnectionNot(int key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionContextgetConnectionContext()intgetKey()voidReturn(ConnectionContext ctx)StringBuildertoString(StringBuilder output)Appends a string image for this object to the StringBuilder parameter.-
Methods inherited from class fr.dyade.aaa.agent.SyncNotification
getException, getValue, interupt, invoke, invoke, invokeNoWait, Return, Throw, wakeup
-
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
-
key
private int key
-
-
Method Detail
-
getKey
public final int getKey()
-
Return
public void Return(ConnectionContext ctx)
-
getConnectionContext
public ConnectionContext getConnectionContext()
-
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
-
-