Methods Summary |
---|
public void | addListener(org.jboss.remoting.callback.InvokerCallbackHandler callbackHandler)Adds a callback handler that will listen for callbacks from
the server invoker handler.
//TODO: implement for callback api -TME
|
public synchronized void | destroy()method is called to destroy the handler and remove all pending notifications and listeners
from the notification cache
|
protected void | finalize()
destroy();
super.finalize();
|
public java.lang.Object | invoke(org.jboss.remoting.InvocationRequest invocation)
org.jboss.aop.joinpoint.Invocation inv =(org.jboss.aop.joinpoint.Invocation)invocation.getParameter();
return Dispatcher.singleton.invoke(inv);
|
public void | removeListener(org.jboss.remoting.callback.InvokerCallbackHandler callbackHandler)Removes the callback handler that was listening for callbacks
from the server invoker handler.
//TODO: implement for callback api -TME
|
public void | setInvoker(org.jboss.remoting.ServerInvoker invoker)set the invoker that owns this handler
|
public void | setMBeanServer(javax.management.MBeanServer server)set the mbean server that the handler can reference
|