java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
- All Implemented Interfaces:
- Serializable, Remote
- Direct Known Subclasses:
- ActivationGroup
- See Also:
- Top Examples, Source Code,
RemoteObjectInvocationHandler
, Proxy
, StubNotFoundException
, RemoteRef
, RemoteStub
, UnicastRemoteObject.exportObject(Remote)
public Object clone()
throws CloneNotSupportedException
- See Also:
Cloneable
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static RemoteStub exportObject(Remote obj)
throws RemoteException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static Remote exportObject(Remote obj,
int port)
throws RemoteException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static Remote exportObject(Remote obj,
int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf)
throws 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
protected UnicastRemoteObject()
throws RemoteException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected UnicastRemoteObject(int port)
throws RemoteException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected UnicastRemoteObject(int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf)
throws RemoteException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples