|
|||||||||||
PREV CLASS NEXT CLASS | 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(ClassLoader cl)
|
Method Summary | |
void |
addListener(InvokerLocator locator,
String subsystem,
InvokerCallbackHandler callbackHandler)
The addListener method |
void |
connect(InvokerLocator locator)
The connect method |
void |
disconnect(InvokerLocator locator)
The disconnect method |
List |
getCallbacks(InvokerLocator locator,
String subsystem)
The getCallbacks method |
protected ClientInvoker |
getClientInvoker(InvokerLocator locator)
|
Object |
invoke(InvocationRequest invocation)
The invoke method |
boolean |
isConnected(InvokerLocator locator)
The isConnected method |
void |
removeListener(InvokerLocator locator,
String subsystem,
InvokerCallbackHandler 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(ClassLoader cl)
Method Detail |
public void addListener(InvokerLocator locator, String subsystem, InvokerCallbackHandler callbackHandler) throws Throwable
addListener
method
addListener
in interface ClientInterceptor
callbackHandler
-
Throwable
- if an error occurspublic void removeListener(InvokerLocator locator, String subsystem, InvokerCallbackHandler callbackHandler) throws Throwable
removeListener
method
removeListener
in interface ClientInterceptor
callbackHandler
-
Throwable
- if an error occurspublic List getCallbacks(InvokerLocator locator, String subsystem) throws Throwable
getCallbacks
method
getCallbacks
in interface ClientInterceptor
List
value
Throwable
- if an error occurspublic Object invoke(InvocationRequest invocation) throws Throwable
invoke
method
invoke
in interface ClientInterceptor
Object
value
Throwable
- if an error occurspublic void connect(InvokerLocator locator) throws Exception
connect
method
connect
in interface ClientInterceptor
Exception
- if an error occurspublic boolean isConnected(InvokerLocator locator) throws Exception
isConnected
method
isConnected
in interface ClientInterceptor
boolean
value
Exception
public void disconnect(InvokerLocator locator) throws Exception
disconnect
method
disconnect
in interface ClientInterceptor
Exception
protected ClientInvoker getClientInvoker(InvokerLocator locator) throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |