Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » net » sockets » [javadoc | source]
org.jboss.net.sockets
public class: RMIMultiSocketServer [javadoc | source]
java.lang.Object
   org.jboss.net.sockets.RMIMultiSocketServer
Method from org.jboss.net.sockets.RMIMultiSocketServer Summary:
exportObject,   exportObject,   unexportObject
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.net.sockets.RMIMultiSocketServer Detail:
 public static Remote exportObject(Remote obj,
    int port,
    RMIClientSocketFactory csf,
    RMIServerSocketFactory ssf,
    int numSockets) throws RemoteException 
 public static Remote exportObject(Remote obj,
    int port,
    RMIClientSocketFactory csf,
    RMIServerSocketFactory ssf,
    Class[] interfaces,
    int numSockets) throws RemoteException 
 public static boolean unexportObject(Remote obj,
    boolean force) throws NoSuchObjectException