|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.client.OSVersionPredicate | +--ostore.client.OSVPTimed
The OSVPTimed
object is a version predicate for use
in
s that is satisfied by the versions
that were current in the given time range.
OSRead
Constructor Summary | |
---|---|
OSVPTimed(Date max_old)
Creates a new OSVPTimed version predicate. |
|
OSVPTimed(Date max_old,
Date max_young)
|
|
OSVPTimed(InputBuffer buffer)
|
Method Summary | |
---|---|
VersionPredicate |
compile()
|
void |
serialize(OutputBuffer buffer)
Add the object to the buffer . |
String |
toString()
Returns a String representation of this OSVersionPredicate . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public OSVPTimed(Date max_old)
OSVPTimed
version predicate.
public OSVPTimed(Date max_old, Date max_young)
public OSVPTimed(InputBuffer buffer) throws QSException
Method Detail |
public void serialize(OutputBuffer buffer)
QuickSerializable
buffer
.
serialize
in interface QuickSerializable
serialize
in class OSVersionPredicate
buffer
- the output buffer to add the object topublic String toString()
OSVersionPredicate
OSVersionPredicate
.
toString
in class OSVersionPredicate
OSVersionPredicate
public VersionPredicate compile()
compile
in class OSVersionPredicate
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |