|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.openorb.notify.persistence.EventDataHelper
public class EventDataHelper
Helper class for : EventData
| Constructor Summary | |
|---|---|
EventDataHelper()
|
|
| Method Summary | |
|---|---|
static EventData |
extract(org.omg.CORBA.Any a)
Extract EventData from an any |
static java.lang.String |
id()
Return the EventData IDL ID |
static void |
insert(org.omg.CORBA.Any a,
EventData t)
Insert EventData into an any |
static EventData |
read(org.omg.CORBA.portable.InputStream istream)
Read EventData from a marshalled stream |
static org.omg.CORBA.TypeCode |
type()
Return the EventData TypeCode |
static void |
write(org.omg.CORBA.portable.OutputStream ostream,
EventData value)
Write EventData into a marshalled stream |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventDataHelper()
| Method Detail |
|---|
public static void insert(org.omg.CORBA.Any a,
EventData t)
a - an anyt - EventData valuepublic static EventData extract(org.omg.CORBA.Any a)
a - an any
public static org.omg.CORBA.TypeCode type()
public static java.lang.String id()
public static EventData read(org.omg.CORBA.portable.InputStream istream)
istream - the input stream
public static void write(org.omg.CORBA.portable.OutputStream ostream,
EventData value)
ostream - the output streamvalue - EventData value
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||