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
RemoteException
public static Remote exportObject(Remote obj, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf, int numSockets) throws RemoteException
RemoteException
public static boolean unexportObject(Remote obj, boolean force) throws NoSuchObjectException
NoSuchObjectException
Copyright © 2018 JBoss by Red Hat. All rights reserved.