org.objectweb.carol.jndi.wrapping
Interface RemoteReference

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
JNDIReferenceWrapper, UnicastJNDIReferenceWrapper

public interface RemoteReference
extends java.rmi.Remote

This interface wrap Reference objects into a remote object


Method Summary
 javax.naming.Reference getReference()
          Get the Reference reference
 

Method Detail

getReference

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

Returns:
the Reference reference
Throws:
java.rmi.RemoteException - if the reference cannot be returned