|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClientConnector<I,O>

A client connector. Such a connector can usually be sent across a link to a specific peer. Attempting to access the client from the wrong peer, or attempting to send the connector to a peer for whom it is not intended, will result in an exception.
| Method Summary | |
|---|---|
ClientContext |
getClientContext()
Get the client context associated with this connector. |
org.jboss.xnio.IoFuture<? extends Client<I,O>> |
getFutureClient()
Get the future client associated with this connector. |
| Method Detail |
|---|
org.jboss.xnio.IoFuture<? extends Client<I,O>> getFutureClient()
throws SecurityException
SecurityException - if this client is being accessed from the wrong peer
ClientContext getClientContext()
throws SecurityException
SecurityException - if the client context is accessed on the remote side of the connection
|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||