Package | Description |
---|---|
org.omg.CosNaming |
Provides a naming service for Java IDL.
|
Modifier and Type | Class and Description |
---|---|
class |
_NamingContextExtStub
NamingContextExt is the extension of NamingContext
which
contains a set of name bindings in which each name is unique and is
part of Interoperable Naming Service. |
Modifier and Type | Field and Description |
---|---|
NamingContextExt |
NamingContextExtHolder.value |
Modifier and Type | Method and Description |
---|---|
NamingContextExt |
NamingContextExtPOA._this() |
NamingContextExt |
NamingContextExtPOA._this(ORB orb) |
static NamingContextExt |
NamingContextExtHelper.extract(Any a) |
static NamingContextExt |
NamingContextExtHelper.narrow(Object obj) |
static NamingContextExt |
NamingContextExtHelper.read(InputStream istream) |
static NamingContextExt |
NamingContextExtHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
static void |
NamingContextExtHelper.insert(Any a,
NamingContextExt that) |
static void |
NamingContextExtHelper.write(OutputStream ostream,
NamingContextExt value) |
Constructor and Description |
---|
NamingContextExtHolder(NamingContextExt initialValue) |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2015, Oracle and/or its affiliates. All rights reserved.