|
|||||||||||
| 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 ClientInterceptorcallbackHandler -
Throwable - if an error occurs
public void removeListener(InvokerLocator locator,
String subsystem,
InvokerCallbackHandler callbackHandler)
throws Throwable
removeListener method
removeListener in interface ClientInterceptorcallbackHandler -
Throwable - if an error occurs
public List getCallbacks(InvokerLocator locator,
String subsystem)
throws Throwable
getCallbacks method
getCallbacks in interface ClientInterceptorList value
Throwable - if an error occurs
public Object invoke(InvocationRequest invocation)
throws Throwable
invoke method
invoke in interface ClientInterceptorObject value
Throwable - if an error occurs
public void connect(InvokerLocator locator)
throws Exception
connect method
connect in interface ClientInterceptorException - if an error occurs
public boolean isConnected(InvokerLocator locator)
throws Exception
isConnected method
isConnected in interface ClientInterceptorboolean value
Exception
public void disconnect(InvokerLocator locator)
throws Exception
disconnect method
disconnect in interface ClientInterceptorException
protected ClientInvoker getClientInvoker(InvokerLocator locator)
throws Exception
Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||