Package org.objectweb.joram.mom.proxies
Interface ConnectionContext
-
- All Known Implementing Classes:
ReliableConnectionContext,StandardConnectionContext
public interface ConnectionContextInterface to abstract the communication between the client and the MOM.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConnectionContext.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetKey()AbstractJmsRequestgetRequest(Object req)voidinitialize(int key, OpenConnectionNot not)booleanisClosed()voidpushError(MomException exc)voidpushReply(AbstractJmsReply reply)
-
-
-
Method Detail
-
initialize
void initialize(int key, OpenConnectionNot not)
-
getRequest
AbstractJmsRequest getRequest(Object req)
-
getKey
int getKey()
-
pushReply
void pushReply(AbstractJmsReply reply)
-
pushError
void pushError(MomException exc)
-
isClosed
boolean isClosed()
-
-