Package | Description |
---|---|
org.jacorb.naming | |
org.jacorb.naming.namemanager | |
org.omg.ATLAS | |
org.omg.CosNaming | |
org.omg.CosNaming.NamingContextPackage |
Modifier and Type | Method and Description |
---|---|
NameComponent |
Name.baseNameComponent() |
NameComponent[] |
Name.components() |
NameComponent[] |
NamingContextImpl.to_name(String sn)
convert a string into name
|
static NameComponent[] |
Name.toName(String sn) |
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(NameComponent[] nc)
resolve a name
|
String |
NamingContextImpl.to_string(NameComponent[] n)
convert a name into its string representation
|
static String |
Name.toString(NameComponent[] n) |
void |
NamingContextImpl.unbind(NameComponent[] nc)
unbind a name
|
Constructor and Description |
---|
Name(NameComponent n)
create a name from a singleNameComponent
|
Name(NameComponent[] n)
create a name from an array of NameComponents
|
Modifier and Type | Method and Description |
---|---|
NameComponent[] |
BindNode.getName() |
NameComponent[] |
ContextNode.getName() |
Modifier and Type | Method and Description |
---|---|
void |
ContextNode.unbind(NameComponent[] nc) |
Modifier and Type | Field and Description |
---|---|
NameComponent[] |
CosNamingLocator.the_name |
Constructor and Description |
---|
CosNamingLocator(NamingContext name_service,
NameComponent[] the_name) |
Modifier and Type | Field and Description |
---|---|
NameComponent[] |
Binding.binding_name |
NameComponent |
NameComponentHolder.value |
NameComponent[] |
NameHolder.value |
Modifier and Type | Method and Description |
---|---|
static NameComponent[] |
NameHelper.extract(Any any) |
static NameComponent |
NameComponentHelper.extract(Any any) |
static NameComponent[] |
NameHelper.read(InputStream _in) |
static NameComponent |
NameComponentHelper.read(InputStream in) |
NameComponent[] |
NamingContextExtPOATie.to_name(String sn) |
NameComponent[] |
_NamingContextExtStub.to_name(String sn) |
NameComponent[] |
NamingContextExtOperations.to_name(String sn) |
Modifier and Type | Method and Description |
---|---|
void |
_NamingContextStub.bind_context(NameComponent[] n,
NamingContext nc) |
void |
NamingContextExtPOATie.bind_context(NameComponent[] n,
NamingContext nc) |
void |
_NamingContextExtStub.bind_context(NameComponent[] n,
NamingContext nc) |
void |
NamingContextOperations.bind_context(NameComponent[] n,
NamingContext nc) |
void |
NamingContextPOATie.bind_context(NameComponent[] n,
NamingContext nc) |
NamingContext |
_NamingContextStub.bind_new_context(NameComponent[] n) |
NamingContext |
NamingContextExtPOATie.bind_new_context(NameComponent[] n) |
NamingContext |
_NamingContextExtStub.bind_new_context(NameComponent[] n) |
NamingContext |
NamingContextOperations.bind_new_context(NameComponent[] n) |
NamingContext |
NamingContextPOATie.bind_new_context(NameComponent[] n) |
void |
_NamingContextStub.bind(NameComponent[] n,
Object obj) |
void |
NamingContextExtPOATie.bind(NameComponent[] n,
Object obj) |
void |
_NamingContextExtStub.bind(NameComponent[] n,
Object obj) |
void |
NamingContextOperations.bind(NameComponent[] n,
Object obj) |
void |
NamingContextPOATie.bind(NameComponent[] n,
Object obj) |
static void |
NameComponentHelper.insert(Any any,
NameComponent s) |
static void |
NameHelper.insert(Any any,
NameComponent[] s) |
void |
_NamingContextStub.rebind_context(NameComponent[] n,
NamingContext nc) |
void |
NamingContextExtPOATie.rebind_context(NameComponent[] n,
NamingContext nc) |
void |
_NamingContextExtStub.rebind_context(NameComponent[] n,
NamingContext nc) |
void |
NamingContextOperations.rebind_context(NameComponent[] n,
NamingContext nc) |
void |
NamingContextPOATie.rebind_context(NameComponent[] n,
NamingContext nc) |
void |
_NamingContextStub.rebind(NameComponent[] n,
Object obj) |
void |
NamingContextExtPOATie.rebind(NameComponent[] n,
Object obj) |
void |
_NamingContextExtStub.rebind(NameComponent[] n,
Object obj) |
void |
NamingContextOperations.rebind(NameComponent[] n,
Object obj) |
void |
NamingContextPOATie.rebind(NameComponent[] n,
Object obj) |
Object |
_NamingContextStub.resolve(NameComponent[] n) |
Object |
NamingContextExtPOATie.resolve(NameComponent[] n) |
Object |
_NamingContextExtStub.resolve(NameComponent[] n) |
Object |
NamingContextOperations.resolve(NameComponent[] n) |
Object |
NamingContextPOATie.resolve(NameComponent[] n) |
String |
NamingContextExtPOATie.to_string(NameComponent[] n) |
String |
_NamingContextExtStub.to_string(NameComponent[] n) |
String |
NamingContextExtOperations.to_string(NameComponent[] n) |
void |
_NamingContextStub.unbind(NameComponent[] n) |
void |
NamingContextExtPOATie.unbind(NameComponent[] n) |
void |
_NamingContextExtStub.unbind(NameComponent[] n) |
void |
NamingContextOperations.unbind(NameComponent[] n) |
void |
NamingContextPOATie.unbind(NameComponent[] n) |
static void |
NameComponentHelper.write(OutputStream out,
NameComponent s) |
static void |
NameHelper.write(OutputStream _out,
NameComponent[] _s) |
Constructor and Description |
---|
Binding(NameComponent[] binding_name,
BindingType binding_type) |
NameComponentHolder(NameComponent initial) |
NameHolder(NameComponent[] initial) |
Modifier and Type | Field and Description |
---|---|
NameComponent[] |
NotFound.rest_of_name |
NameComponent[] |
CannotProceed.rest_of_name |
Constructor and Description |
---|
CannotProceed(NamingContext cxt,
NameComponent[] rest_of_name) |
CannotProceed(String _reason,
NamingContext cxt,
NameComponent[] rest_of_name) |
NotFound(NotFoundReason why,
NameComponent[] rest_of_name) |
NotFound(String _reason,
NotFoundReason why,
NameComponent[] rest_of_name) |
Copyright © 2017 JacORB. All rights reserved.