org.objectweb.joram.mom.proxies
Class ReliableConnectionContext
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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(java.lang.Exception exc)
- Specified by:
pushError
in interface ConnectionContext
isClosed
public boolean isClosed()
- Specified by:
isClosed
in interface ConnectionContext
Copyright © 2005 Scalagent - All rights reserved