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 NamingContextExtstatic Stringid()static voidinsert(Any a, NamingContextExt that) static NamingContextExtstatic NamingContextExtread(InputStream istream) static TypeCodetype()static NamingContextExtunchecked_narrow(Object obj) static voidwrite(OutputStream ostream, NamingContextExt value)
-
Field Details
-
_id
-
__typeCode
-
-
Constructor Details
-
NamingContextExtHelper
public NamingContextExtHelper()
-
-
Method Details
-
insert
-
extract
-
type
-
id
-
read
-
write
-
narrow
-
unchecked_narrow
-