org.omg.CosNaming
public abstract class NamingContextExtHelper extends Object
Method Summary | |
---|---|
static NamingContextExt | extract(Any a)
Extract the naming context from the given {@link Any}. |
static String | id()
Get the {@link NamingContextExt} repository id. |
static void | insert(Any a, NamingContextExt that)
Insert the naming context into the given {@link Any} |
static NamingContextExt | narrow(Object obj)
Cast the passed object into the NamingContextExt. |
static NamingContextExt | read(InputStream istream)
Read the extended naming context from the given CDR input stream. |
static TypeCode | type()
Get the type code of the {@link NamingContextExt}. |
static NamingContextExt | unchecked_narrow(Object obj)
Narrow the given object to the NamingContextExt. |
static void | write(OutputStream ostream, NamingContextExt value)
Write the given extended naming context into the given CDR output stream. |
Parameters: obj the object to cast.
Returns: casted instance.
Parameters: obj the object to cast.
Returns: the casted NamingContextExt
Since: 1.5