|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--ostore.update.Action
The Action class is the base class for internal
actions in the OceanStore system.
| Constructor Summary | |
|---|---|
protected |
Action()
|
protected |
Action(InputBuffer buffer)
|
| Method Summary | |
|---|---|
abstract long |
getLength()
Return the length of data modified (in bytes). |
void |
serialize(OutputBuffer buffer)
Add the object to the buffer. |
abstract String |
toString()
Return a representation of this action as a string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
protected Action()
protected Action(InputBuffer buffer)
throws QSException
| Method Detail |
public void serialize(OutputBuffer buffer)
QuickSerializablebuffer.
serialize in interface QuickSerializablebuffer - the output buffer to add the object topublic abstract long getLength()
public abstract String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||