Uses of Interface
org.objectweb.fractal.rmi.registry.NamingService

Packages that use NamingService
org.objectweb.fractal.rmi.registry Provides a Fractal components registry component. 
 

Uses of NamingService in org.objectweb.fractal.rmi.registry
 

Classes in org.objectweb.fractal.rmi.registry that implement NamingService
 class NamingServiceImpl
          Vanilla implementation of a naming service component.
 

Methods in org.objectweb.fractal.rmi.registry that return NamingService
static NamingService Registry.getRegistry()
          Returns a reference to the NamingService on the local host, for the default port.
static NamingService Registry.getRegistry(java.lang.String host)
          Returns a reference to the NamingService on the given host, for the default port.
static NamingService Registry.getRegistry(java.lang.String host, int port)
          Returns a reference to the NamingService on the given host and port.
static NamingService Registry.getRegistry(java.lang.String host, int port, java.lang.ClassLoader cl)
          Returns a reference to the NamingService on the given host and port.
static NamingService Registry.getRegistry(java.lang.String host, int port, java.util.Map hints)
          Returns a reference to the NamingService on the given host and port.
static NamingService Registry.getRegistry(java.lang.String host, int port, NamingContext binder)
          Returns a reference to the NamingService on the given host and port.
static NamingService Registry.getRegistry(java.lang.String host, NamingContext binder)
          Returns a reference to the NamingService on the given host, for the default port.
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.