ostore.oil
Class SegmentPager.ReverseRequest

java.lang.Object
  |
  +--ostore.oil.SegmentPager.ReverseRequest
All Implemented Interfaces:
QueueElementIF, QuickSerializable
Enclosing class:
SegmentPager

public static class SegmentPager.ReverseRequest
extends Object
implements QueueElementIF, QuickSerializable


Field Summary
 QuickSerializable id
          The unique identifier for some Segment entry.
 
Constructor Summary
SegmentPager.ReverseRequest(InputBuffer buffer)
          Constructs a ReverseRequest from its serialized form.
SegmentPager.ReverseRequest(QuickSerializable id)
           
 
Method Summary
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public QuickSerializable id
The unique identifier for some Segment entry.

Constructor Detail

SegmentPager.ReverseRequest

public SegmentPager.ReverseRequest(QuickSerializable id)

SegmentPager.ReverseRequest

public SegmentPager.ReverseRequest(InputBuffer buffer)
                            throws QSException
Constructs a ReverseRequest from its serialized form.

Method Detail

serialize

public void serialize(OutputBuffer buffer)
Description copied from interface: QuickSerializable
Add the object to the buffer.

Specified by:
serialize in interface QuickSerializable
Parameters:
buffer - the output buffer to add the object to