Uses of Class
org.omg.CosNaming.NamingContextPackage.AlreadyBound
-
Packages that use AlreadyBound Package Description com.sun.corba.ee.impl.naming.cosnaming org.omg.CosNaming org.omg.CosNaming.NamingContextPackage -
-
Uses of AlreadyBound in com.sun.corba.ee.impl.naming.cosnaming
Methods in com.sun.corba.ee.impl.naming.cosnaming that throw AlreadyBound Modifier and Type Method Description voidNamingContextImpl. bind(NameComponent[] n, Object obj)Bind an object under a name in this NamingContext.voidNamingContextImpl. bind_context(NameComponent[] n, NamingContext nc)Bind a NamingContext under a name in this NamingContext.NamingContextNamingContextImpl. bind_new_context(NameComponent[] n)Create a new NamingContext, bind it in this Naming Context and return its object reference.static voidNamingContextImpl. doBind(NamingContextDataStore impl, NameComponent[] n, Object obj, boolean rebind, BindingType bt)Implements all four flavors of binding. -
Uses of AlreadyBound in org.omg.CosNaming
Methods in org.omg.CosNaming that throw AlreadyBound Modifier and Type Method Description void_NamingContextExtStub. bind(NameComponent[] n, Object obj)Creates a binding of a name and an object in the naming context.void_NamingContextStub. bind(NameComponent[] n, Object obj)Creates a binding of a name and an object in the naming context.voidNamingContextExtPOATie. bind(NameComponent[] n, Object obj)Creates a binding of a name and an object in the naming context.voidNamingContextOperations. bind(NameComponent[] n, Object obj)Creates a binding of a name and an object in the naming context.voidNamingContextPOATie. bind(NameComponent[] n, Object obj)Creates a binding of a name and an object in the naming context.void_NamingContextExtStub. bind_context(NameComponent[] n, NamingContext nc)Names an object that is a naming context.void_NamingContextStub. bind_context(NameComponent[] n, NamingContext nc)Names an object that is a naming context.voidNamingContextExtPOATie. bind_context(NameComponent[] n, NamingContext nc)Names an object that is a naming context.voidNamingContextOperations. bind_context(NameComponent[] n, NamingContext nc)Names an object that is a naming context.voidNamingContextPOATie. bind_context(NameComponent[] n, NamingContext nc)Names an object that is a naming context.NamingContext_NamingContextExtStub. bind_new_context(NameComponent[] n)This operation creates a new context and binds it to the name supplied as an argument.NamingContext_NamingContextStub. bind_new_context(NameComponent[] n)This operation creates a new context and binds it to the name supplied as an argument.NamingContextNamingContextExtPOATie. bind_new_context(NameComponent[] n)This operation creates a new context and binds it to the name supplied as an argument.NamingContextNamingContextOperations. bind_new_context(NameComponent[] n)This operation creates a new context and binds it to the name supplied as an argument.NamingContextNamingContextPOATie. bind_new_context(NameComponent[] n)This operation creates a new context and binds it to the name supplied as an argument. -
Uses of AlreadyBound in org.omg.CosNaming.NamingContextPackage
Fields in org.omg.CosNaming.NamingContextPackage declared as AlreadyBound Modifier and Type Field Description AlreadyBoundAlreadyBoundHolder. valueMethods in org.omg.CosNaming.NamingContextPackage that return AlreadyBound Modifier and Type Method Description static AlreadyBoundAlreadyBoundHelper. extract(Any a)static AlreadyBoundAlreadyBoundHelper. read(InputStream istream)Methods in org.omg.CosNaming.NamingContextPackage with parameters of type AlreadyBound Modifier and Type Method Description static voidAlreadyBoundHelper. insert(Any a, AlreadyBound that)static voidAlreadyBoundHelper. write(OutputStream ostream, AlreadyBound value)Constructors in org.omg.CosNaming.NamingContextPackage with parameters of type AlreadyBound Constructor Description AlreadyBoundHolder(AlreadyBound initialValue)
-