org.jboss.net.sockets
Class RMIMultiSocketServer

java.lang.Object
  extended byorg.jboss.net.sockets.RMIMultiSocketServer

public class RMIMultiSocketServer
extends java.lang.Object


Constructor Summary
RMIMultiSocketServer()
           
 
Method Summary
static java.rmi.Remote exportObject(java.rmi.Remote obj, int port, java.rmi.server.RMIClientSocketFactory csf, java.rmi.server.RMIServerSocketFactory ssf, java.lang.Class[] interfaces, int numSockets)
           
static java.rmi.Remote exportObject(java.rmi.Remote obj, int port, java.rmi.server.RMIClientSocketFactory csf, java.rmi.server.RMIServerSocketFactory ssf, int numSockets)
           
static boolean unexportObject(java.rmi.Remote obj, boolean force)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMIMultiSocketServer

public RMIMultiSocketServer()
Method Detail

exportObject

public static java.rmi.Remote exportObject(java.rmi.Remote obj,
                                           int port,
                                           java.rmi.server.RMIClientSocketFactory csf,
                                           java.rmi.server.RMIServerSocketFactory ssf,
                                           java.lang.Class[] interfaces,
                                           int numSockets)
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

exportObject

public static java.rmi.Remote exportObject(java.rmi.Remote obj,
                                           int port,
                                           java.rmi.server.RMIClientSocketFactory csf,
                                           java.rmi.server.RMIServerSocketFactory ssf,
                                           int numSockets)
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

unexportObject

public static boolean unexportObject(java.rmi.Remote obj,
                                     boolean force)
                              throws java.rmi.NoSuchObjectException
Throws:
java.rmi.NoSuchObjectException