Package | Description |
---|---|
org.jacorb.naming | |
org.jacorb.naming.namemanager | |
org.omg.CosNaming | |
org.omg.CosNaming.NamingContextPackage |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
NamingContextExtPOATie.bind_context(NameComponent[] n,
NamingContext nc) |
void |
NamingContextPOATie.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 |
NamingContextExtPOATie.bind_new_context(NameComponent[] n) |
NamingContext |
NamingContextPOATie.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 |
NamingContextExtPOATie.bind(NameComponent[] n,
Object obj) |
void |
NamingContextPOATie.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) |
Modifier and Type | Method and Description |
---|---|
static AlreadyBound |
AlreadyBoundHelper.extract(Any any) |
static AlreadyBound |
AlreadyBoundHelper.read(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static void |
AlreadyBoundHelper.insert(Any any,
AlreadyBound s) |
static void |
AlreadyBoundHelper.write(OutputStream out,
AlreadyBound s) |