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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
key
private int key
inputCounter
private long inputCounter
outputCounter
private long outputCounter
queue
private AckedQueue queue
heartBeat
private int heartBeat
proxyImpl
private ProxyImpl proxyImpl
closed
private boolean closed
ReliableConnectionContext
ReliableConnectionContext(ProxyImpl proxyImpl,
int key,
int heartBeat)
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
Copyright © 2010 ScalAgent D.T.. All Rights Reserved.