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(NameComponent[] nc, Object obj)
          bind a name (an array of name components) to an object
 void NamingContextImpl.bind_context(NameComponent[] nc, NamingContext obj)
          Bind a context to a name
 NamingContext NamingContextImpl.bind_new_context(NameComponent[] nc)
           
 

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(NameComponent[] n, Object obj)
           
 NamingContext NamingContextPOATie.bind_new_context(NameComponent[] n)
           
 void NamingContextPOATie.bind_context(NameComponent[] n, NamingContext nc)
           
 void NamingContextExtPOATie.bind(NameComponent[] n, Object obj)
           
 NamingContext NamingContextExtPOATie.bind_new_context(NameComponent[] n)
           
 void NamingContextExtPOATie.bind_context(NameComponent[] n, NamingContext nc)
           
 void _NamingContextStub.bind(NameComponent[] n, Object obj)
           
 NamingContext _NamingContextStub.bind_new_context(NameComponent[] n)
           
 void _NamingContextStub.bind_context(NameComponent[] n, NamingContext nc)
           
 void _NamingContextExtStub.bind(NameComponent[] n, Object obj)
           
 NamingContext _NamingContextExtStub.bind_new_context(NameComponent[] n)
           
 void _NamingContextExtStub.bind_context(NameComponent[] n, NamingContext nc)
           
 void NamingContextOperations.bind(NameComponent[] n, Object obj)
           
 void NamingContextOperations.bind_context(NameComponent[] n, NamingContext nc)
           
 NamingContext NamingContextOperations.bind_new_context(NameComponent[] n)
           
 

Uses of AlreadyBound in org.omg.CosNaming.NamingContextPackage
 

Fields in org.omg.CosNaming.NamingContextPackage declared as AlreadyBound
 AlreadyBound AlreadyBoundHolder.value
           
 

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)
           
 

Constructors in org.omg.CosNaming.NamingContextPackage with parameters of type AlreadyBound
AlreadyBoundHolder(AlreadyBound initial)