org.objectweb.jac.core.dist.rmi
Class RMINaming

java.lang.Object
  extended byorg.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

Constructor Summary
RMINaming()
           
 
Method Summary
static RemoteContainer resolve(String contName)
          This method resolves a container from a container name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMINaming

public RMINaming()
Method Detail

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