|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.aspects.remoting.AOPRemotingInvocationHandler
AOPRemotingInvocationHandler is a ServerInvocationHandler that will forward requests to the aop Dispatcher
Constructor Summary | |
AOPRemotingInvocationHandler()
|
Method Summary | |
void |
addListener(org.jboss.remoting.InvokerCallbackHandler callbackHandler)
Adds a callback handler that will listen for callbacks from the server invoker handler. |
void |
destroy()
method is called to destroy the handler and remove all pending notifications and listeners from the notification cache |
protected void |
finalize()
|
Object |
invoke(org.jboss.remoting.InvocationRequest invocation)
|
void |
removeListener(org.jboss.remoting.InvokerCallbackHandler callbackHandler)
Removes the callback handler that was listening for callbacks from the server invoker handler. |
void |
setInvoker(org.jboss.remoting.ServerInvoker invoker)
set the invoker that owns this handler |
void |
setMBeanServer(javax.management.MBeanServer server)
set the mbean server that the handler can reference |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AOPRemotingInvocationHandler()
Method Detail |
public void setInvoker(org.jboss.remoting.ServerInvoker invoker)
setInvoker
in interface org.jboss.remoting.ServerInvocationHandler
invoker
- public void setMBeanServer(javax.management.MBeanServer server)
setMBeanServer
in interface org.jboss.remoting.ServerInvocationHandler
server
- public void destroy()
protected void finalize() throws Throwable
Throwable
public Object invoke(org.jboss.remoting.InvocationRequest invocation) throws Throwable
invoke
in interface org.jboss.remoting.ServerInvocationHandler
Throwable
public void addListener(org.jboss.remoting.InvokerCallbackHandler callbackHandler)
addListener
in interface org.jboss.remoting.ServerInvocationHandler
callbackHandler
- public void removeListener(org.jboss.remoting.InvokerCallbackHandler callbackHandler)
removeListener
in interface org.jboss.remoting.ServerInvocationHandler
callbackHandler
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |