Package org.omg.CosNaming
Class NamingContextHelper
java.lang.Object
org.omg.CosNaming.NamingContextHelper
A naming context is an object that contains a set of name bindings in
which each name is unique. Different names can be bound to an object
in the same or different contexts at the same time.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NamingContext
static String
id()
static void
insert
(Any a, NamingContext that) static NamingContext
static NamingContext
read
(InputStream istream) static TypeCode
type()
static NamingContext
unchecked_narrow
(Object obj) static void
write
(OutputStream ostream, NamingContext value)
-
Field Details
-
_id
-
__typeCode
-
-
Constructor Details
-
NamingContextHelper
public NamingContextHelper()
-
-
Method Details
-
insert
-
extract
-
type
-
id
-
read
-
write
-
narrow
-
unchecked_narrow
-