org.objectweb.carol.jndi.iiop
Interface IIOPRemoteReference

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
IIOPReferenceWrapper

public interface IIOPRemoteReference
extends java.rmi.Remote

Interface IIOPRemoteReference is the CAROL remote interface for reference ressources wrapping. This wrapping provide simple way to bind/lookup those ressource in the CORBA Name Service (like a CosNaming)

Version:
1.0, 15/07/2002
Author:
Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)

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

Method Detail

getReference

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

Returns:
the reference resource
java.rmi.RemoteException