public class RMIMultiSocketServer extends Object
| Constructor and Description |
|---|
RMIMultiSocketServer() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static Remote exportObject(Remote obj, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf, Class[] interfaces, int numSockets) throws RemoteException
RemoteExceptionpublic static Remote exportObject(Remote obj, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf, int numSockets) throws RemoteException
RemoteExceptionpublic static boolean unexportObject(Remote obj, boolean force) throws NoSuchObjectException
NoSuchObjectExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.