|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.remoting.ClientInvokerAdapter
ClientInvokerAdapter.java is a ClientInterceptor for the end of the interceptor chain: it finds the right RemoteClientInvoker and calls it. This is an mbean only for ease of configuration of interceptor chains. Created: Wed Apr 30 19:30:36 2003
Constructor Summary | |
ClientInvokerAdapter()
|
|
ClientInvokerAdapter(java.lang.ClassLoader cl)
|
Method Summary | |
void |
addListener(InvokerLocator (src) locator,
java.lang.String subsystem,
InvokerCallbackHandler (src) callbackHandler)
The addListener method |
void |
connect(InvokerLocator (src) locator)
The connect method |
void |
disconnect(InvokerLocator (src) locator)
The disconnect method |
java.util.List |
getCallbacks(InvokerLocator (src) locator,
java.lang.String subsystem)
The getCallbacks method |
protected ClientInvoker (src) |
getClientInvoker(InvokerLocator (src) locator)
|
java.lang.Object |
invoke(InvocationRequest (src) invocation)
The invoke method |
boolean |
isConnected(InvokerLocator (src) locator)
The isConnected method |
void |
removeListener(InvokerLocator (src) locator,
java.lang.String subsystem,
InvokerCallbackHandler (src) callbackHandler)
The removeListener method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClientInvokerAdapter()
public ClientInvokerAdapter(java.lang.ClassLoader cl)
Method Detail |
public void addListener(InvokerLocator (src) locator, java.lang.String subsystem, InvokerCallbackHandler (src) callbackHandler) throws java.lang.Throwable
addListener
method
addListener
in interface ClientInterceptor (src)
callbackHandler
-
java.lang.Throwable
- if an error occurspublic void removeListener(InvokerLocator (src) locator, java.lang.String subsystem, InvokerCallbackHandler (src) callbackHandler) throws java.lang.Throwable
removeListener
method
removeListener
in interface ClientInterceptor (src)
callbackHandler
-
java.lang.Throwable
- if an error occurspublic java.util.List getCallbacks(InvokerLocator (src) locator, java.lang.String subsystem) throws java.lang.Throwable
getCallbacks
method
getCallbacks
in interface ClientInterceptor (src)
List
value
java.lang.Throwable
- if an error occurspublic java.lang.Object invoke(InvocationRequest (src) invocation) throws java.lang.Throwable
invoke
method
invoke
in interface ClientInterceptor (src)
Object
value
java.lang.Throwable
- if an error occurspublic void connect(InvokerLocator (src) locator) throws java.lang.Exception
connect
method
connect
in interface ClientInterceptor (src)
java.lang.Exception
- if an error occurspublic boolean isConnected(InvokerLocator (src) locator) throws java.lang.Exception
isConnected
method
isConnected
in interface ClientInterceptor (src)
boolean
value
java.lang.Exception
public void disconnect(InvokerLocator (src) locator) throws java.lang.Exception
disconnect
method
disconnect
in interface ClientInterceptor (src)
java.lang.Exception
protected ClientInvoker (src) getClientInvoker(InvokerLocator (src) locator) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |