org.objectweb.carol.jndi.iiop
Class IIOPReferenceWrapper

java.lang.Object
  |
  +--org.objectweb.carol.jndi.iiop.IIOPReferenceWrapper
All Implemented Interfaces:
IIOPRemoteReference, java.rmi.Remote

public class IIOPReferenceWrapper
extends java.lang.Object
implements IIOPRemoteReference


Field Summary
protected  javax.naming.Reference reference
          Reference reference to wrap
 
Constructor Summary
IIOPReferenceWrapper(javax.naming.Reference reference)
          constructor, export this object
 
Method Summary
 javax.naming.Reference getReference()
          Get the Reference reference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reference

protected javax.naming.Reference reference
Reference reference to wrap

Constructor Detail

IIOPReferenceWrapper

public IIOPReferenceWrapper(javax.naming.Reference reference)
                     throws java.rmi.RemoteException
constructor, export this object

Parameters:
reference - the Reference reference to wrap
Method Detail

getReference

public javax.naming.Reference getReference()
                                    throws java.rmi.RemoteException
Get the Reference reference

Specified by:
getReference in interface IIOPRemoteReference
Returns:
the Reference reference
java.rmi.RemoteException