Package | Description |
---|---|
org.jacorb.naming | |
org.omg.ATLAS | |
org.omg.CosNaming | |
org.omg.CosNaming.NamingContextPackage |
Modifier and Type | Method and Description |
---|---|
NamingContext |
NamingContextImpl.bind_new_context(NameComponent[] nc) |
NamingContext |
NamingContextImpl.new_context() |
Modifier and Type | Method and Description |
---|---|
void |
NamingContextImpl.bind_context(NameComponent[] nc,
NamingContext obj)
Bind a context to a name
|
void |
NamingContextImpl.rebind_context(NameComponent[] nc,
NamingContext obj)
Bind an context to a name that's already in use, i.e.
|
Modifier and Type | Field and Description |
---|---|
NamingContext |
CosNamingLocator.name_service |
Constructor and Description |
---|
CosNamingLocator(NamingContext name_service,
NameComponent[] the_name) |
Modifier and Type | Interface and Description |
---|---|
interface |
NamingContextExt
Generated from IDL interface "NamingContextExt".
|
Modifier and Type | Class and Description |
---|---|
class |
_NamingContextExtStub
Generated from IDL interface "NamingContextExt".
|
class |
_NamingContextStub
Generated from IDL interface "NamingContext".
|
Modifier and Type | Field and Description |
---|---|
NamingContext |
NamingContextHolder.value |
Modifier and Type | Method and Description |
---|---|
NamingContext |
NamingContextPOATie._this() |
NamingContext |
NamingContextPOA._this() |
NamingContext |
NamingContextPOATie._this(ORB orb) |
NamingContext |
NamingContextPOA._this(ORB orb) |
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) |
static NamingContext |
NamingContextHelper.extract(Any any) |
static NamingContext |
NamingContextHelper.narrow(Object obj) |
NamingContext |
NamingContextOperations.new_context() |
NamingContext |
NamingContextPOATie.new_context() |
NamingContext |
_NamingContextExtStub.new_context() |
NamingContext |
NamingContextExtPOATie.new_context() |
NamingContext |
_NamingContextStub.new_context() |
static NamingContext |
NamingContextHelper.read(InputStream in) |
static NamingContext |
NamingContextHelper.unchecked_narrow(Object obj) |
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) |
static void |
NamingContextHelper.insert(Any any,
NamingContext s) |
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) |
static void |
NamingContextHelper.write(OutputStream _out,
NamingContext s) |
Constructor and Description |
---|
NamingContextHolder(NamingContext initial) |
Modifier and Type | Field and Description |
---|---|
NamingContext |
CannotProceed.cxt |
Constructor and Description |
---|
CannotProceed(NamingContext cxt,
NameComponent[] rest_of_name) |
CannotProceed(String _reason,
NamingContext cxt,
NameComponent[] rest_of_name) |
Copyright © 2016 JacORB. All rights reserved.