Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.aspects » remoting » [javadoc | source]
org.jboss.aspects.remoting
public class: AOPRemotingInvocationHandler [javadoc | source]
java.lang.Object
   org.jboss.aspects.remoting.AOPRemotingInvocationHandler

All Implemented Interfaces:
    org.jboss.remoting.ServerInvocationHandler

Direct Known Subclasses:
    ProfileServiceInvocationHandler, DeployHandler

AOPRemotingInvocationHandler is a ServerInvocationHandler that will forward requests to the aop Dispatcher
Constructor:
 public AOPRemotingInvocationHandler() 
Method from org.jboss.aspects.remoting.AOPRemotingInvocationHandler Summary:
addListener,   destroy,   finalize,   invoke,   removeListener,   setInvoker,   setMBeanServer
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.aspects.remoting.AOPRemotingInvocationHandler Detail:
 public  void addListener(InvokerCallbackHandler callbackHandler) 
    Adds a callback handler that will listen for callbacks from the server invoker handler.
 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() throws Throwable 
 public Object invoke(InvocationRequest invocation) throws Throwable 
 public  void removeListener(InvokerCallbackHandler callbackHandler) 
    Removes the callback handler that was listening for callbacks from the server invoker handler.
 public  void setInvoker(ServerInvoker invoker) 
    set the invoker that owns this handler
 public  void setMBeanServer(MBeanServer server) 
    set the mbean server that the handler can reference