Joram 5.0.8

org.objectweb.joram.mom.proxies
Class ReliableConnectionContext

java.lang.Object
  extended by org.objectweb.joram.mom.proxies.ReliableConnectionContext
All Implemented Interfaces:
java.io.Serializable, ConnectionContext

public class ReliableConnectionContext
extends java.lang.Object
implements ConnectionContext, java.io.Serializable

See Also:
Serialized Form

Method Summary
 int getHeartBeat()
           
 long getInputCounter()
           
 int getKey()
           
 AckedQueue getQueue()
           
 AbstractJmsRequest getRequest(java.lang.Object obj)
           
 boolean isClosed()
           
 void pushError(MomException exc)
           
 void pushReply(AbstractJmsReply reply)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getKey

public int getKey()
Specified by:
getKey in interface ConnectionContext

getQueue

public AckedQueue getQueue()

getHeartBeat

public int getHeartBeat()

getInputCounter

public long getInputCounter()

getRequest

public AbstractJmsRequest getRequest(java.lang.Object obj)
Specified by:
getRequest in interface ConnectionContext

pushReply

public void pushReply(AbstractJmsReply reply)
Specified by:
pushReply in interface ConnectionContext

pushError

public void pushError(MomException exc)
Specified by:
pushError in interface ConnectionContext

isClosed

public boolean isClosed()
Specified by:
isClosed in interface ConnectionContext

Joram 5.0.8

Copyright © 2005 Scalagent - All rights reserved