org.objectweb.carol.cmi
Class UnicastRemoteObject
java.lang.Object
org.objectweb.carol.cmi.UnicastRemoteObject
- All Implemented Interfaces:
- java.rmi.Remote
- Direct Known Subclasses:
- ReferenceImpl
- public class UnicastRemoteObject
- extends java.lang.Object
- implements java.rmi.Remote
To export objects in the cluster. Prefer PRODelegate
.
- Author:
- Simon Nieuviarts
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnicastRemoteObject
protected UnicastRemoteObject()
throws java.rmi.RemoteException
- See Also:
java.rmi.Remote#UnicastRemoteObject
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Throws:
java.lang.CloneNotSupportedException
- See Also:
java.rmi.Remote#clone
exportObject
public static void exportObject(java.rmi.Remote obj)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
- See Also:
java.rmi.Remote#exportObject
unexportObject
public static void unexportObject(java.rmi.Remote obj)
throws java.rmi.NoSuchObjectException
- Throws:
java.rmi.NoSuchObjectException
- See Also:
java.rmi.Remote#unexportObject