org.objectweb.carol.jndi.wrapping

Interface JNDIRemoteResource

All Superinterfaces:
Remote
Known Implementing Classes:
JNDIResourceWrapper

public interface JNDIRemoteResource
extends 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)

Version:
1.0, 15/07/2002

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

Method Summary

Serializable
getResource()
Get the serializable ressource object

Method Details

getResource

public Serializable getResource()
            throws RemoteException
Get the serializable ressource object

Returns:
the serializable resource