|
JBoss Remoting 3 3.2.0.CR6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionHandlerContext
The context for connection handlers. Used to inform the endpoint of incoming events on an established connection.
Method Summary | |
---|---|
Connection |
getConnection()
Get the connection corresponding to this connection handler context. |
ConnectionProviderContext |
getConnectionProviderContext()
Get the connection provider context associated with this connection handler context. |
OpenListener |
getServiceOpenListener(String serviceType)
Get the open listener for a service. |
void |
remoteClosed()
Indicate that the remote side has terminated the connection, so the local side should be closed as well. |
Method Detail |
---|
ConnectionProviderContext getConnectionProviderContext()
OpenListener getServiceOpenListener(String serviceType)
serviceType
- the service type string
void remoteClosed()
Connection getConnection()
|
JBoss Remoting 3 3.2.0.CR6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |