org.jboss.net.sockets
Class RMIMultiSocketServer

java.lang.Object
  extended by org.jboss.net.sockets.RMIMultiSocketServer

public class RMIMultiSocketServer
extends Object

Version:
$Revision: 1.2.6.2 $
Author:
bill@jboss.org

Constructor Summary
RMIMultiSocketServer()
           
 
Method Summary
static Remote exportObject(Remote obj, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf, Class[] interfaces, int numSockets)
           
static Remote exportObject(Remote obj, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf, int numSockets)
           
static boolean unexportObject(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 Remote exportObject(Remote obj,
                                  int port,
                                  RMIClientSocketFactory csf,
                                  RMIServerSocketFactory ssf,
                                  Class[] interfaces,
                                  int numSockets)
                           throws RemoteException
Throws:
RemoteException

exportObject

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

unexportObject

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


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