org.objectweb.carol.jndi.wrapping
Class JNDIResourceWrapper
java.lang.Object
org.objectweb.carol.jndi.wrapping.JNDIResourceWrapper
- JNDIRemoteResource, Remote
public class JNDIResourceWrapper
extends java.lang.Object
Class JNDIResourceWrapper
is the CAROL Remote Resource
implementation. This implementation make the serializable resource wrapping
to/from a remote object
Version:
- Guillaume Riviere (Guillaume.Riviere@inrialpes.fr)
protected Serializable | resource -
Serializable resource to wrap
|
Serializable | getResource() - Get the
Serializable resource
|
resource
protected Serializable resource
Serializable
resource to wrap
JNDIResourceWrapper
public JNDIResourceWrapper(Serializable resource)
throws RemoteException
constructor, export this object
resource
- the Serializable
resource to wrap
getResource
public Serializable getResource()
throws RemoteException
Get the Serializable
resource
- getResource in interface JNDIRemoteResource
- the
Serializable
resource