Package | Description |
---|---|
org.jacorb.naming | |
org.jacorb.naming.namemanager | |
org.jacorb.notification | |
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
|
void |
NamingContextImpl.rebind_context(NameComponent[] nc,
NamingContext obj)
Bind an context to a name that's already in use, i.e.
|
void |
NamingContextImpl.rebind(NameComponent[] nc,
Object obj)
Bind an object to a name that's already in use, i.e.
|
Object |
NamingContextImpl.resolve_str(String n) |
Object |
NamingContextImpl.resolve(NameComponent[] nc)
resolve a name
|
void |
NamingContextImpl.unbind(NameComponent[] nc)
unbind a name
|
Modifier and Type | Method and Description |
---|---|
void |
NSTree.bind(String name)
Bind a new name context and insert it
|
void |
NSTree.bindObject(String name,
String ior,
boolean isRebind) |
void |
ContextNode.unbind(NameComponent[] nc) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractChannelFactory.registerName(String nameId,
String nameKind) |
void |
AbstractChannelFactory.unregisterName() |
Modifier and Type | Method and Description |
---|---|
void |
NamingContextOperations.bind_context(NameComponent[] n,
NamingContext nc) |
void |
NamingContextPOATie.bind_context(NameComponent[] n,
NamingContext nc) |
void |
_NamingContextExtStub.bind_context(NameComponent[] n,
NamingContext nc) |
void |
NamingContextExtPOATie.bind_context(NameComponent[] n,
NamingContext nc) |
void |
_NamingContextStub.bind_context(NameComponent[] n,
NamingContext nc) |
NamingContext |
NamingContextOperations.bind_new_context(NameComponent[] n) |
NamingContext |
NamingContextPOATie.bind_new_context(NameComponent[] n) |
NamingContext |
_NamingContextExtStub.bind_new_context(NameComponent[] n) |
NamingContext |
NamingContextExtPOATie.bind_new_context(NameComponent[] n) |
NamingContext |
_NamingContextStub.bind_new_context(NameComponent[] n) |
void |
NamingContextOperations.bind(NameComponent[] n,
Object obj) |
void |
NamingContextPOATie.bind(NameComponent[] n,
Object obj) |
void |
_NamingContextExtStub.bind(NameComponent[] n,
Object obj) |
void |
NamingContextExtPOATie.bind(NameComponent[] n,
Object obj) |
void |
_NamingContextStub.bind(NameComponent[] n,
Object obj) |
void |
NamingContextOperations.rebind_context(NameComponent[] n,
NamingContext nc) |
void |
NamingContextPOATie.rebind_context(NameComponent[] n,
NamingContext nc) |
void |
_NamingContextExtStub.rebind_context(NameComponent[] n,
NamingContext nc) |
void |
NamingContextExtPOATie.rebind_context(NameComponent[] n,
NamingContext nc) |
void |
_NamingContextStub.rebind_context(NameComponent[] n,
NamingContext nc) |
void |
NamingContextOperations.rebind(NameComponent[] n,
Object obj) |
void |
NamingContextPOATie.rebind(NameComponent[] n,
Object obj) |
void |
_NamingContextExtStub.rebind(NameComponent[] n,
Object obj) |
void |
NamingContextExtPOATie.rebind(NameComponent[] n,
Object obj) |
void |
_NamingContextStub.rebind(NameComponent[] n,
Object obj) |
Object |
NamingContextExtOperations.resolve_str(String n) |
Object |
_NamingContextExtStub.resolve_str(String n) |
Object |
NamingContextExtPOATie.resolve_str(String n) |
Object |
NamingContextOperations.resolve(NameComponent[] n) |
Object |
NamingContextPOATie.resolve(NameComponent[] n) |
Object |
_NamingContextExtStub.resolve(NameComponent[] n) |
Object |
NamingContextExtPOATie.resolve(NameComponent[] n) |
Object |
_NamingContextStub.resolve(NameComponent[] n) |
void |
NamingContextOperations.unbind(NameComponent[] n) |
void |
NamingContextPOATie.unbind(NameComponent[] n) |
void |
_NamingContextExtStub.unbind(NameComponent[] n) |
void |
NamingContextExtPOATie.unbind(NameComponent[] n) |
void |
_NamingContextStub.unbind(NameComponent[] n) |
Modifier and Type | Method and Description |
---|---|
static NotFound |
NotFoundHelper.extract(Any any) |
static NotFound |
NotFoundHelper.read(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static void |
NotFoundHelper.insert(Any any,
NotFound s) |
static void |
NotFoundHelper.write(OutputStream out,
NotFound s) |
Copyright © 2016 JacORB. All rights reserved.