|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.aspects.remoting.AOPRemotingInvocationHandler
public class 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.ServerInvocationHandlerinvoker - public void setMBeanServer(javax.management.MBeanServer server)
setMBeanServer in interface org.jboss.remoting.ServerInvocationHandlerserver - public void destroy()
protected void finalize()
throws Throwable
finalize in class ObjectThrowable
public Object invoke(org.jboss.remoting.InvocationRequest invocation)
throws Throwable
invoke in interface org.jboss.remoting.ServerInvocationHandlerThrowablepublic void addListener(org.jboss.remoting.InvokerCallbackHandler callbackHandler)
addListener in interface org.jboss.remoting.ServerInvocationHandlercallbackHandler - public void removeListener(org.jboss.remoting.InvokerCallbackHandler callbackHandler)
removeListener in interface org.jboss.remoting.ServerInvocationHandlercallbackHandler -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||