org.objectweb.carol.jndi.iiop
Interface IIOPRemoteResource
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- IIOPResourceWrapper
- public interface IIOPRemoteResource
- extends java.rmi.Remote
Interface IIOPRemoteResource
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 |
java.io.Serializable |
getResource()
Get the serializable ressource object |
getResource
public java.io.Serializable getResource()
throws java.rmi.RemoteException
- Get the serializable ressource object
- Returns:
- the serializable resource
java.rmi.RemoteException