|
JBoss Remoting 3 3.2.0.Beta2-redhat-1 | |||||||||
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 | |
---|---|
ConnectionProviderContext |
getConnectionProviderContext()
Get the connection provider context associated with this connection handler context. |
void |
openService(Channel newChannel,
String serviceType)
Open 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()
void openService(Channel newChannel, String serviceType) throws ServiceNotFoundException
newChannel
- the new incoming channelserviceType
- the service type string
ServiceNotFoundException
- if the service is not foundvoid remoteClosed()
|
JBoss Remoting 3 3.2.0.Beta2-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |