|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.introspect.RecordEventReq.EventId
Simple class to identify event types. Identifies event types with an integer.
Constructor Summary | |
---|---|
RecordEventReq.EventId(InputBuffer buffer)
|
|
RecordEventReq.EventId(int code)
New eventid identified by code |
|
RecordEventReq.EventId(String fourcc)
New eventid identified by fourcc . |
Method Summary | |
---|---|
int |
compareTo(Object other)
|
boolean |
equals(Object other)
|
int |
hashCode()
|
void |
serialize(OutputBuffer buffer)
Add the object to the buffer . |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RecordEventReq.EventId(int code)
code
public RecordEventReq.EventId(String fourcc)
fourcc
. This must be
a 4-character string.
public RecordEventReq.EventId(InputBuffer buffer) throws QSException
Method Detail |
public void serialize(OutputBuffer buffer)
QuickSerializable
buffer
.
serialize
in interface QuickSerializable
buffer
- the output buffer to add the object topublic boolean equals(Object other)
equals
in class Object
public int hashCode()
hashCode
in class Object
public int compareTo(Object other)
compareTo
in interface Comparable
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |