|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--dd.api.DDThresholdTag | +--dd.trigger.TriggerTester.Tag
Tag
is the DDThresholdTag
for generic objects.
Field Summary |
---|
Fields inherited from class dd.api.DDThresholdTag |
---|
low_watermark |
Constructor Summary | |
---|---|
TriggerTester.Tag(InputBuffer buffer)
Constructs a Tag from its
serialized form. |
|
TriggerTester.Tag(short low_watermark)
Constructor: Creates a new Tag . |
Method Summary | |
---|---|
boolean |
equals(Object other)
Compares this Tag with another tag, and returns true iff they are the same type of tag. |
int |
hashCode()
Calculates a Java hash code for this Tag object (by returning its type_code) |
void |
serialize(OutputBuffer buffer)
Specified by ostore.util.QuickSerializable |
String |
toString()
Specified by java.lang.Object |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TriggerTester.Tag(short low_watermark)
Tag
.
public TriggerTester.Tag(InputBuffer buffer) throws QSException
Tag
from its
serialized
form.
buffer
- serialized
form of object.Method Detail |
public void serialize(OutputBuffer buffer)
serialize
in interface QuickSerializable
serialize
in class DDThresholdTag
public boolean equals(Object other)
equals
in class DDThresholdTag
other
- the object with which to compare this Tag.
public int hashCode()
hashCode
in class DDThresholdTag
public String toString()
toString
in class DDThresholdTag
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |