org.objectweb.carol.jndi.wrapping
Interface JNDIRemoteResource

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

public interface JNDIRemoteResource
extends java.rmi.Remote

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

Author:
Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)

Method Summary
 java.io.Serializable getResource()
          Get the serializable ressource object
 

Method Detail

getResource

java.io.Serializable getResource()
                                 throws java.rmi.RemoteException
Get the serializable ressource object

Returns:
the serializable resource
Throws:
java.rmi.RemoteException - if the ressource cannot be obtained