org.objectweb.carol.cmi
Class UnicastRemoteObject

java.lang.Object
  extended byorg.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.


Constructor Summary
protected UnicastRemoteObject()
           
 
Method Summary
 java.lang.Object clone()
           
static void exportObject(java.rmi.Remote obj)
           
static void unexportObject(java.rmi.Remote obj)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnicastRemoteObject

protected UnicastRemoteObject()
                       throws java.rmi.RemoteException
Method Detail

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