org.objectweb.jeremie.libs.services.registry.jndi
Interface JRMIRemoteReference
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- JRMIReferenceImpl, JRMIReferenceImpl_Stub
- public interface JRMIRemoteReference
- extends java.rmi.Remote
Represents a Jeremie JNDI Reference.
Method Summary |
javax.naming.Reference |
getReference()
Retrieves the underlying JNDI Reference. |
getReference
public javax.naming.Reference getReference()
throws java.rmi.RemoteException
- Retrieves the underlying JNDI Reference.
- Returns:
- the JNDI reference.
- Throws:
java.rmi.RemoteException
- if something goes wrong.