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.addInvocationHandler(String subsystem, ServerInvocationHandler handler)
          add a server invocation handler for a particular subsystem.
 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
 ServerInvocationHandler 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 that return ServerInvocationHandler
 ServerInvocationHandler ConnectorMBean.addInvocationHandler(String subsystem, javax.management.ObjectName handlerObjectName)
          Adds a handler to the connector via OjbectName.
 ServerInvocationHandler 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.
 ServerInvocationHandler[] Connector.getInvocationHandlers()
          Will get array of all the handlers registered with the connector's server invoker.
 ServerInvocationHandler Connector.addInvocationHandler(String subsystem, javax.management.ObjectName handlerObjectName)
          Adds a handler to the connector via OjbectName.
 ServerInvocationHandler 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.
 

Methods in org.jboss.remoting.transport with parameters of type ServerInvocationHandler
 ServerInvocationHandler 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.
 ServerInvocationHandler 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 © 2004 JBoss Inc. All Rights Reserved.