java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.activation.Activatable
- All Implemented Interfaces:
- Serializable, Remote
- See Also:
- Source Code,
UnicastRemoteObject
protected Activatable(String location,
MarshalledObject data,
boolean restart,
int port)
throws ActivationException,
RemoteException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected Activatable(String location,
MarshalledObject data,
boolean restart,
int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf)
throws ActivationException,
RemoteException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected Activatable(ActivationID id,
int port)
throws RemoteException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected Activatable(ActivationID id,
int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf)
throws RemoteException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static ActivationID exportObject(Remote obj,
String location,
MarshalledObject data,
boolean restart,
int port)
throws ActivationException,
RemoteException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static ActivationID exportObject(Remote obj,
String location,
MarshalledObject data,
boolean restart,
int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf)
throws ActivationException,
RemoteException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static Remote exportObject(Remote obj,
ActivationID id,
int port)
throws RemoteException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static Remote exportObject(Remote obj,
ActivationID id,
int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf)
throws RemoteException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected ActivationID getID()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static boolean inactive(ActivationID id)
throws UnknownObjectException,
ActivationException,
RemoteException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static Remote register(ActivationDesc desc)
throws UnknownGroupException,
ActivationException,
RemoteException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static boolean unexportObject(Remote obj,
boolean force)
throws NoSuchObjectException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static void unregister(ActivationID id)
throws UnknownObjectException,
ActivationException,
RemoteException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples