org.objectweb.jeremie.services.registry.jndi

Interface JRMIRemoteReference

All Superinterfaces:
Remote
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 Details

getReference

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

Returns:
the JNDI reference.