Uses of Interface
org.jboss.remoting.ServerInvocationHandler

Packages that use ServerInvocationHandler
org.jboss.remoting   
org.jboss.remoting.marshal   
org.jboss.remoting.transport   
 

Uses of ServerInvocationHandler in org.jboss.remoting
 

Classes in org.jboss.remoting that implement ServerInvocationHandler
 class ServerInterceptorChain
          ServerInterceptorChain.java Created: Fri May 2 10:36:51 2003
 

Methods in org.jboss.remoting that return ServerInvocationHandler
 ServerInvocationHandler[] ServerInvoker.getInvocationHandlers()
          return an array of the server invocation handlers
 ServerInvocationHandler ServerInvoker.removeInvocationHandler(String subsystem)
          remove a subsystem invocation handler
 ServerInvocationHandler ServerInvoker.getInvocationHandler(String subsystem)
          get a ServerInvocationHandler for a given subsystem type
 

Methods in org.jboss.remoting with parameters of type ServerInvocationHandler
 void ServerInvoker.addInvocationHandler(String subsystem, ServerInvocationHandler handler)
          add a server invocation handler for a particular subsystem.
 

Uses of ServerInvocationHandler in org.jboss.remoting.marshal
 

Classes in org.jboss.remoting.marshal that implement ServerInvocationHandler
 class MarshallerLoaderHandler
          The invocation handler that receives requests for getting marshallers/unmarshallers and loading of these and any related classes to remoting client.
 

Uses of ServerInvocationHandler in org.jboss.remoting.transport
 

Methods in org.jboss.remoting.transport with parameters of type ServerInvocationHandler
 void ConnectorMBean.addInvocationHandler(String subsystem, ServerInvocationHandler handler)
          Adds an invocation handler for the named subsystem to the invoker we manage, and sets the mbean server on the invocation handler.
 void Connector.addInvocationHandler(String subsystem, ServerInvocationHandler handler)
          Adds an invocation handler for the named subsystem to the invoker we manage, and sets the mbean server on the invocation handler.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.