Uses of Class
org.omg.CosNaming.NamingContextPackage.AlreadyBound

Packages that use AlreadyBound
org.jacorb.naming   
org.jacorb.naming.namemanager   
org.omg.CosNaming   
org.omg.CosNaming.NamingContextPackage   
 

Uses of AlreadyBound in org.jacorb.naming
 

Methods in org.jacorb.naming that throw AlreadyBound
 void NamingContextImpl.bind_context(NameComponent[] nc, NamingContext obj)
          Bind a context to a name
 NamingContext NamingContextImpl.bind_new_context(NameComponent[] nc)
           
 void NamingContextImpl.bind(NameComponent[] nc, Object obj)
          bind a name (an array of name components) to an object
 

Uses of AlreadyBound in org.jacorb.naming.namemanager
 

Methods in org.jacorb.naming.namemanager that throw AlreadyBound
 void NSTree.bind(java.lang.String name)
          Bind a new name context and insert it
 void NSTree.bindObject(java.lang.String name, java.lang.String ior, boolean isRebind)
           
 

Uses of AlreadyBound in org.omg.CosNaming
 

Methods in org.omg.CosNaming that throw AlreadyBound
 void NamingContextPOATie.bind_context(NameComponent[] n, NamingContext nc)
           
 void NamingContextExtPOATie.bind_context(NameComponent[] n, NamingContext nc)
           
 void _NamingContextStub.bind_context(NameComponent[] n, NamingContext nc)
           
 void _NamingContextExtStub.bind_context(NameComponent[] n, NamingContext nc)
           
 void NamingContextOperations.bind_context(NameComponent[] n, NamingContext nc)
           
 NamingContext NamingContextPOATie.bind_new_context(NameComponent[] n)
           
 NamingContext NamingContextExtPOATie.bind_new_context(NameComponent[] n)
           
 NamingContext _NamingContextStub.bind_new_context(NameComponent[] n)
           
 NamingContext _NamingContextExtStub.bind_new_context(NameComponent[] n)
           
 NamingContext NamingContextOperations.bind_new_context(NameComponent[] n)
           
 void NamingContextPOATie.bind(NameComponent[] n, Object obj)
           
 void NamingContextExtPOATie.bind(NameComponent[] n, Object obj)
           
 void _NamingContextStub.bind(NameComponent[] n, Object obj)
           
 void _NamingContextExtStub.bind(NameComponent[] n, Object obj)
           
 void NamingContextOperations.bind(NameComponent[] n, Object obj)
           
 

Uses of AlreadyBound in org.omg.CosNaming.NamingContextPackage
 

Methods in org.omg.CosNaming.NamingContextPackage that return AlreadyBound
static AlreadyBound AlreadyBoundHelper.extract(Any any)
           
static AlreadyBound AlreadyBoundHelper.read(InputStream in)
           
 

Methods in org.omg.CosNaming.NamingContextPackage with parameters of type AlreadyBound
static void AlreadyBoundHelper.insert(Any any, AlreadyBound s)
           
static void AlreadyBoundHelper.write(OutputStream out, AlreadyBound s)