org.objectweb.carol.jndi.wrapping

Class JNDIReferenceWrapper

Implemented Interfaces:
Remote

public class JNDIReferenceWrapper
extends java.lang.Object
implements Remote

Class JNDIReferenceWrapper is the CAROL Remote Reference implementation. This implementation make the reference wrapping to/from a remote object

Version:
1.0, 15/07/2002

Author:
Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)

Field Summary

protected Reference
reference
Reference reference to wrap

Constructor Summary

JNDIReferenceWrapper(Reference reference)
constructor, export this object

Method Summary

Reference
getReference()
Get the Reference reference

Field Details

reference

protected Reference reference
Reference reference to wrap

Constructor Details

JNDIReferenceWrapper

public JNDIReferenceWrapper(Reference reference)
            throws RemoteException
constructor, export this object

Parameters:
reference - the Reference reference to wrap

Method Details

getReference

public Reference getReference()
            throws RemoteException
Get the Reference reference

Returns:
the Reference reference