|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.INVALID_ACTIVITYHelper
public class INVALID_ACTIVITYHelper
Helper class for : INVALID_ACTIVITY
Constructor Summary | |
---|---|
INVALID_ACTIVITYHelper()
|
Method Summary | |
---|---|
static INVALID_ACTIVITY |
extract(Any a)
Extract INVALID_ACTIVITY from an any |
static java.lang.String |
id()
Return the INVALID_ACTIVITY IDL ID |
static void |
insert(Any a,
INVALID_ACTIVITY t)
Insert INVALID_ACTIVITY into an any |
static INVALID_ACTIVITY |
read(InputStream istream)
Read INVALID_ACTIVITY from a marshalled stream |
static TypeCode |
type()
Return the INVALID_ACTIVITY TypeCode |
static void |
write(OutputStream ostream,
INVALID_ACTIVITY value)
Write INVALID_ACTIVITY 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 INVALID_ACTIVITYHelper()
Method Detail |
---|
public static void insert(Any a, INVALID_ACTIVITY t)
a
- an anyt
- INVALID_ACTIVITY valuepublic static INVALID_ACTIVITY extract(Any a)
a
- an any
public static TypeCode type()
public static java.lang.String id()
public static INVALID_ACTIVITY read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, INVALID_ACTIVITY value)
ostream
- the output streamvalue
- INVALID_ACTIVITY value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |