|
JBoss Remoting 4.0.0.Beta3 | |||||||||
| 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. |
RegisteredService |
getRegisteredService(String serviceType)
Get a registered service. |
OpenListener |
getServiceOpenListener(String serviceType)
Deprecated. |
void |
remoteClosed()
Indicate that the remote side has terminated the connection, so the local side should be closed as well. |
| Method Detail |
|---|
ConnectionProviderContext getConnectionProviderContext()
@Deprecated OpenListener getServiceOpenListener(String serviceType)
serviceType - the service type string
RegisteredService getRegisteredService(String serviceType)
serviceType - the service type string
null if no such service is currently registeredvoid remoteClosed()
Connection getConnection()
|
JBoss Remoting 4.0.0.Beta3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||