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. Prefer PRODelegate.

Author:
Simon Nieuviarts

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
See Also:
java.rmi.Remote#UnicastRemoteObject
Method Detail

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