BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Interface
weblogic.rmi.registry.Registry

Packages that use Registry
weblogic.rmi.registry   
 

Uses of Registry in weblogic.rmi.registry
 

Classes in weblogic.rmi.registry that implement Registry
 class LocateRegistry
          This class is provided for compatibility with the java.rmi.* package.
 

Methods in weblogic.rmi.registry that return Registry
 Registry RegistryHandler.registryStub(java.lang.String string, int i)
           
 Registry RegistryHandler.registryImpl(int i)
           
static Registry LocateRegistry.getRegistry()
          This method, which is provided for compatibility with the java.rmi package, returns the Tengah registry located on "localhost".
static Registry LocateRegistry.getRegistry(int port)
          This method, which is provided for compatibility with the java.rmi package, returns the Tengah registry located on "localhost" at the specified port.
static Registry LocateRegistry.getRegistry(java.lang.String name)
          This method, which is provided for compatibility with the java.rmi package, returns the Tengah registry located on the specified host.
static Registry LocateRegistry.getRegistry(java.lang.String name, int port)
          This method, which is provided for compatibility with the java.rmi package, returns the Tengah registry located on the specified host and port.
static Registry LocateRegistry.createRegistry(int port)
          This method, which is provided for compatibility with the java.rmi package, returns the Tengah registry located on "localhost" at the specified port
 


Documentation is available at
http://www.weblogic.com/docs51