BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.rmi.AccessException

Packages that use AccessException
weblogic.rmi.registry   
 

Uses of AccessException in weblogic.rmi.registry
 

Methods in weblogic.rmi.registry that throw AccessException
 Remote LocateRegistry.lookup(java.lang.String name)
          Returns a Remote object (an initialized instance of a stub or the instance of a colocated object), if the object is found in the weblogic.rmi name space.
 void LocateRegistry.bind(java.lang.String name, Remote o)
          Binds a name to a Remote object in the registry, unless the name is already bound in the registry.
 void LocateRegistry.unbind(java.lang.String name)
          Unbinds a name.
 void LocateRegistry.rebind(java.lang.String name, Remote o)
          Rebinds a name to a Remote object.
 java.lang.String[] LocateRegistry.list()
          Returns an array of names (URLs) currently bound into the Tengah registry.
 Remote Registry.lookup(java.lang.String string)
           
 void Registry.bind(java.lang.String string, Remote remote)
           
 void Registry.unbind(java.lang.String string)
           
 void Registry.rebind(java.lang.String string, Remote remote)
           
 java.lang.String[] Registry.list()
           
 


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