|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.ValueBaseHelper
public class ValueBaseHelper
Helper class for ValueBase This is class is in the org.omg packages from 00-02-08 which and is marked as dummy but cannot be generated from idl files.
Constructor Summary | |
---|---|
ValueBaseHelper()
|
Method Summary | |
---|---|
static java.io.Serializable |
extract(Any a)
|
static java.lang.String |
id()
Return the ValueBase IDL ID |
static void |
insert(Any a,
java.io.Serializable t)
|
static java.io.Serializable |
read(InputStream istream)
Read ValueBase from a marshalled stream |
static TypeCode |
type()
|
static void |
write(OutputStream ostream,
java.io.Serializable value)
Write ValueBase into a marshalled stream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValueBaseHelper()
Method Detail |
---|
public static void insert(Any a, java.io.Serializable t)
public static java.io.Serializable extract(Any a)
public static TypeCode type()
public static java.lang.String id()
public static java.io.Serializable read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, java.io.Serializable value)
ostream
- the output streamvalue
- ValueBase value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |