Uses of Interface
org.jboss.remoting.ServerInvocationHandler

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

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.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.
 

Uses of ServerInvocationHandler in org.jboss.remoting.transport.mock
 

Classes in org.jboss.remoting.transport.mock that implement ServerInvocationHandler
 class MockServerInvocationHandler
          MockServerInvocationHandler
 



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