org.objectweb.joram.mom.proxies
Class GetConnectionNot

java.lang.Object
  extended byfr.dyade.aaa.agent.Notification
      extended byfr.dyade.aaa.agent.SyncNotification
          extended byorg.objectweb.joram.mom.proxies.GetConnectionNot
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class GetConnectionNot
extends SyncNotification

See Also:
Serialized Form

Field Summary
 
Fields inherited from class fr.dyade.aaa.agent.Notification
persistent
 
Constructor Summary
GetConnectionNot(int key)
           
 
Method Summary
 int getHeartBeat()
           
 long getInputCounter()
           
 int getKey()
           
 AckedQueue getQueue()
           
 void Return(long inputCounter, AckedQueue queue, int heartBeat)
           
 java.lang.String toString()
           
 
Methods inherited from class fr.dyade.aaa.agent.SyncNotification
getException, getValue, invoke, Return, Throw
 
Methods inherited from class fr.dyade.aaa.agent.Notification
clone, getContext, setContext
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetConnectionNot

public GetConnectionNot(int key)
Method Detail

getKey

public final int getKey()

Return

public void Return(long inputCounter,
                   AckedQueue queue,
                   int heartBeat)

getInputCounter

public long getInputCounter()

getQueue

public AckedQueue getQueue()

getHeartBeat

public int getHeartBeat()

toString

public java.lang.String toString()
Overrides:
toString in class Notification


Copyright ? 2004 Scalagent - All rights reserved