Uses of Interface
org.jboss.remoting.ServerInvokerMBean

Packages that use ServerInvokerMBean
org.jboss.remoting   
org.jboss.remoting.transport.http   
org.jboss.remoting.transport.rmi   
org.jboss.remoting.transport.socket   
 

Uses of ServerInvokerMBean in org.jboss.remoting
 

Classes in org.jboss.remoting that implement ServerInvokerMBean
 class ServerInvoker
          ServerInvoker is the server-side part of a remote Invoker.
 

Uses of ServerInvokerMBean in org.jboss.remoting.transport.http
 

Classes in org.jboss.remoting.transport.http that implement ServerInvokerMBean
 class HTTPServerInvoker
          Server invoker implementation based on http protocol.
 

Uses of ServerInvokerMBean in org.jboss.remoting.transport.rmi
 

Classes in org.jboss.remoting.transport.rmi that implement ServerInvokerMBean
 class RMIServerInvoker
          RMIServerInvoker
 

Uses of ServerInvokerMBean in org.jboss.remoting.transport.socket
 

Subinterfaces of ServerInvokerMBean in org.jboss.remoting.transport.socket
 interface SocketServerInvokerMBean
          MBean interface.
 

Classes in org.jboss.remoting.transport.socket that implement ServerInvokerMBean
 class SocketServerInvoker
          SocketServerInvoker is the server-side of a SOCKET based transport
 



Copyright © 2004 JBoss Inc. All Rights Reserved.