Package org.omg.CosNaming
Class NamingContextExtHelper
java.lang.Object
org.omg.CosNaming.NamingContextExtHelper
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.
Different names can be bound to an object in the same or different
contexts at the same time. Using NamingContextExt, you can use
URL-based names to bind and resolve. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NamingContextExt
static String
id()
static void
insert
(Any a, NamingContextExt that) static NamingContextExt
static NamingContextExt
read
(InputStream istream) static TypeCode
type()
static NamingContextExt
unchecked_narrow
(Object obj) static void
write
(OutputStream ostream, NamingContextExt value)
-
Field Details
-
_id
-
__typeCode
-
-
Constructor Details
-
NamingContextExtHelper
public NamingContextExtHelper()
-
-
Method Details
-
insert
-
extract
-
type
-
id
-
read
-
write
-
narrow
-
unchecked_narrow
-