Package | Description |
---|---|
org.omg.CosNaming | |
org.omg.CosNaming.NamingContextPackage |
Modifier and Type | Field and Description |
---|---|
NameComponent[] |
Binding.binding_name |
NameComponent[] |
NameHolder.value |
NameComponent |
NameComponentHolder.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[] |
NamingContextExtOperations.to_name(String sn) |
Modifier and Type | Method and Description |
---|---|
void |
NamingContextOperations.bind_context(NameComponent[] n,
NamingContext nc) |
NamingContext |
NamingContextOperations.bind_new_context(NameComponent[] n) |
void |
NamingContextOperations.bind(NameComponent[] n,
Object obj) |
static void |
NameComponentHelper.insert(Any any,
NameComponent s) |
static void |
NameHelper.insert(Any any,
NameComponent[] s) |
void |
NamingContextOperations.rebind_context(NameComponent[] n,
NamingContext nc) |
void |
NamingContextOperations.rebind(NameComponent[] n,
Object obj) |
Object |
NamingContextOperations.resolve(NameComponent[] n) |
String |
NamingContextExtOperations.to_string(NameComponent[] n) |
void |
NamingContextOperations.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 © 2013. All Rights Reserved.