org.objectweb.jac.core.dist.rmi
Class RMINaming
java.lang.Object
org.objectweb.jac.core.dist.rmi.RMINaming
- public class RMINaming
- extends Object
RMINaming wraps the RMI naming registry.
The class method resolve()
is dynamically called by org.objectweb.jac.dist.RemoteContainer.resolve(String)
and statically by RMIRemoteRef.resolve(String).
- Author:
- Lionel Seinturier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RMINaming
public RMINaming()
resolve
public static RemoteContainer resolve(String contName)
- This method resolves a container from a container name.
- Parameters:
contName
- the name of the container
- Returns:
- the container reference, null if not resolved