Package | Description |
---|---|
com.sun.corba.se.impl.naming.cosnaming | |
com.sun.corba.se.impl.naming.pcosnaming | |
org.omg.CosNaming |
Provides a naming service for Java IDL.
|
Modifier and Type | Method and Description |
---|---|
void |
TransientNamingContext.Bind(NameComponent n,
Object obj,
BindingType bt)
Binds the object to the name component as the specified binding type.
|
void |
NamingContextDataStore.Bind(NameComponent n,
Object obj,
BindingType bt)
Method which implements binding a name to an object as
the specified binding type.
|
static void |
NamingContextImpl.doBind(NamingContextDataStore impl,
NameComponent[] n,
Object obj,
boolean rebind,
BindingType bt)
Implements all four flavors of binding.
|
Modifier and Type | Field and Description |
---|---|
BindingType |
InternalBindingValue.theBindingType |
Modifier and Type | Method and Description |
---|---|
void |
NamingContextImpl.Bind(NameComponent n,
Object obj,
BindingType bt)
Implements all flavors of binding( bind and bindcontext)
This method will be called from the superclass's doBind( ) method
which takes care of all the conditions before calling this method.
|
Constructor and Description |
---|
InternalBindingValue(BindingType b,
String o) |
Modifier and Type | Field and Description |
---|---|
BindingType |
Binding.binding_type |
static BindingType |
BindingType.ncontext |
static BindingType |
BindingType.nobject |
BindingType |
BindingTypeHolder.value |
Modifier and Type | Method and Description |
---|---|
static BindingType |
BindingTypeHelper.extract(Any a) |
static BindingType |
BindingType.from_int(int value) |
static BindingType |
BindingTypeHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
BindingTypeHelper.insert(Any a,
BindingType that) |
static void |
BindingTypeHelper.write(OutputStream ostream,
BindingType value) |
Constructor and Description |
---|
Binding(NameComponent[] _binding_name,
BindingType _binding_type) |
BindingTypeHolder(BindingType initialValue) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.