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.
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnicastRemoteObject
protected UnicastRemoteObject()
throws java.rmi.RemoteException
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Throws:
java.lang.CloneNotSupportedException
exportObject
public static void exportObject(java.rmi.Remote obj)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
unexportObject
public static void unexportObject(java.rmi.Remote obj)
throws java.rmi.NoSuchObjectException
- Throws:
java.rmi.NoSuchObjectException