Uses of Class
org.omg.CosNaming.NamingContextPackage.AlreadyBound
Packages that use AlreadyBound
Package
Description
-
Uses of AlreadyBound in com.sun.corba.ee.impl.naming.cosnaming
Methods in com.sun.corba.ee.impl.naming.cosnaming that throw AlreadyBoundModifier and TypeMethodDescriptionvoid
NamingContextImpl.bind
(NameComponent[] n, Object obj) Bind an object under a name in this NamingContext.void
NamingContextImpl.bind_context
(NameComponent[] n, NamingContext nc) Bind a NamingContext under a name in this NamingContext.NamingContextImpl.bind_new_context
(NameComponent[] n) Create a new NamingContext, bind it in this Naming Context and return its object reference.static void
NamingContextImpl.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 AlreadyBoundModifier and TypeMethodDescriptionvoid
_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.void
NamingContextExtPOATie.bind
(NameComponent[] n, Object obj) Creates a binding of a name and an object in the naming context.void
NamingContextOperations.bind
(NameComponent[] n, Object obj) Creates a binding of a name and an object in the naming context.void
NamingContextPOATie.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.void
NamingContextExtPOATie.bind_context
(NameComponent[] n, NamingContext nc) Names an object that is a naming context.void
NamingContextOperations.bind_context
(NameComponent[] n, NamingContext nc) Names an object that is a naming context.void
NamingContextPOATie.bind_context
(NameComponent[] n, NamingContext nc) Names an object that is a naming context._NamingContextExtStub.bind_new_context
(NameComponent[] n) This operation creates a new context and binds it to the name supplied as an argument._NamingContextStub.bind_new_context
(NameComponent[] n) This operation creates a new context and binds it to the name supplied as an argument.NamingContextExtPOATie.bind_new_context
(NameComponent[] n) This operation creates a new context and binds it to the name supplied as an argument.NamingContextOperations.bind_new_context
(NameComponent[] n) This operation creates a new context and binds it to the name supplied as an argument.NamingContextPOATie.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 AlreadyBoundMethods in org.omg.CosNaming.NamingContextPackage that return AlreadyBoundModifier and TypeMethodDescriptionstatic AlreadyBound
static AlreadyBound
AlreadyBoundHelper.read
(InputStream istream) Methods in org.omg.CosNaming.NamingContextPackage with parameters of type AlreadyBoundModifier and TypeMethodDescriptionstatic void
AlreadyBoundHelper.insert
(Any a, AlreadyBound that) static void
AlreadyBoundHelper.write
(OutputStream ostream, AlreadyBound value) Constructors in org.omg.CosNaming.NamingContextPackage with parameters of type AlreadyBound