|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CosNaming.NameComponentHelper
public abstract class NameComponentHelper
A helper classes for the name component.
Constructor Summary | |
---|---|
NameComponentHelper()
|
Method Summary | |
---|---|
static NameComponent |
extract(Any a)
Extract the name component from this Any |
static String |
id()
Get the repository Id of the NameComponent . |
static void |
insert(Any a,
NameComponent that)
Insert the name compnent into the given Any . |
static NameComponent |
read(InputStream istream)
Read the name component from the given CDR input stream. |
static TypeCode |
type()
Get the type code of the named component. |
static void |
write(OutputStream ostream,
NameComponent value)
Write the named component into the CDR output stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NameComponentHelper()
Method Detail |
---|
public static NameComponent extract(Any a)
Any
public static String id()
NameComponent
.
public static void insert(Any a, NameComponent that)
Any
.
public static NameComponent read(InputStream istream)
public static TypeCode type()
public static void write(OutputStream ostream, NameComponent value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |