org.objectweb.jeremie.services.registry.jndi
Interface JRMIRemoteReference

All Superinterfaces:
Remote
All Known Implementing Classes:
JRMIReferenceImpl, JRMIReferenceImpl_OWStub, JRMIReferenceImpl_Stub

public interface JRMIRemoteReference
extends Remote

Represents a Jeremie JNDI Reference.


Method Summary
 Reference getReference()
          Retrieves the underlying JNDI Reference.
 

Method Detail

getReference

public Reference getReference()
                       throws RemoteException
Retrieves the underlying JNDI Reference.

Returns:
the JNDI reference.
Throws:
RemoteException - if something goes wrong.