Package | Description |
---|---|
java.rmi.activation | |
java.rmi.registry | |
java.rmi.server |
Modifier and Type | Method and Description |
---|---|
static Remote |
Activatable.exportObject(Remote obj,
ActivationID id,
int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf) |
static ActivationID |
Activatable.exportObject(Remote obj,
String location,
MarshalledObject data,
boolean restart,
int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf) |
Constructor and Description |
---|
Activatable(ActivationID id,
int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf) |
Activatable(String location,
MarshalledObject data,
boolean restart,
int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf) |
Modifier and Type | Method and Description |
---|---|
static Registry |
LocateRegistry.createRegistry(int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf) |
static Registry |
LocateRegistry.getRegistry(String host,
int port,
RMIClientSocketFactory csf) |
Modifier and Type | Class and Description |
---|---|
class |
RMISocketFactory |
Modifier and Type | Method and Description |
---|---|
static Remote |
UnicastRemoteObject.exportObject(Remote obj,
int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf) |
Constructor and Description |
---|
UnicastRemoteObject(int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf) |