Package | Description |
---|---|
java.rmi | |
java.rmi.activation | |
java.rmi.dgc | |
java.rmi.registry | |
java.rmi.server |
Modifier and Type | Method and Description |
---|---|
static Remote |
Naming.lookup(String name) |
Modifier and Type | Method and Description |
---|---|
static void |
Naming.bind(String name,
Remote obj) |
static void |
Naming.rebind(String name,
Remote obj) |
Modifier and Type | Interface and Description |
---|---|
interface |
ActivationInstantiator |
interface |
ActivationMonitor |
interface |
ActivationSystem |
interface |
Activator |
Modifier and Type | Class and Description |
---|---|
class |
Activatable |
class |
ActivationGroup |
Modifier and Type | Method and Description |
---|---|
Remote |
ActivationID.activate(boolean force) |
static Remote |
Activatable.exportObject(Remote obj,
ActivationID id,
int port) |
static Remote |
Activatable.exportObject(Remote obj,
ActivationID id,
int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf) |
static Remote |
Activatable.register(ActivationDesc desc) |
Modifier and Type | Method and Description |
---|---|
abstract void |
ActivationGroup.activeObject(ActivationID id,
Remote obj) |
static Remote |
Activatable.exportObject(Remote obj,
ActivationID id,
int port) |
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) |
static ActivationID |
Activatable.exportObject(Remote obj,
String location,
MarshalledObject data,
boolean restart,
int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf) |
static boolean |
Activatable.unexportObject(Remote obj,
boolean force) |
Modifier and Type | Interface and Description |
---|---|
interface |
DGC |
Modifier and Type | Interface and Description |
---|---|
interface |
Registry |
Modifier and Type | Method and Description |
---|---|
Remote |
Registry.lookup(String name) |
Modifier and Type | Method and Description |
---|---|
void |
Registry.bind(String name,
Remote obj) |
void |
Registry.rebind(String name,
Remote obj) |
Modifier and Type | Class and Description |
---|---|
class |
RemoteObject |
class |
RemoteServer |
class |
RemoteStub |
class |
UnicastRemoteObject |
Modifier and Type | Method and Description |
---|---|
static Remote |
UnicastRemoteObject.exportObject(Remote obj,
int port) |
static Remote |
UnicastRemoteObject.exportObject(Remote obj,
int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf) |
static Remote |
RemoteObject.toStub(Remote obj) |
Modifier and Type | Method and Description |
---|---|
void |
Skeleton.dispatch(Remote obj,
RemoteCall theCall,
int opnum,
long hash) |
static RemoteStub |
UnicastRemoteObject.exportObject(Remote obj) |
static Remote |
UnicastRemoteObject.exportObject(Remote obj,
int port) |
static Remote |
UnicastRemoteObject.exportObject(Remote obj,
int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf) |
RemoteStub |
ServerRef.exportObject(Remote obj,
Object data) |
Object |
RemoteRef.invoke(Remote obj,
Method method,
Object[] params,
long opnum) |
static Remote |
RemoteObject.toStub(Remote obj) |
static boolean |
UnicastRemoteObject.unexportObject(Remote obj,
boolean force) |