|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tangosol.io.AbstractEvolvable
public abstract class AbstractEvolvable
An abstract base class for implementing Evolvable objects.
Constructor Summary | |
---|---|
AbstractEvolvable()
|
Method Summary | |
---|---|
int |
getDataVersion()
Obtain the version associated with the data stream from which this object was deserialized. |
Binary |
getFutureData()
Return all the unknown remainder of the data stream from which this object was deserialized. |
abstract int |
getImplVersion()
Determine the serialization version supported by the implementing class. |
void |
setDataVersion(int nVersion)
Set the version associated with the data stream with which this object is being deserialized. |
void |
setFutureData(Binary binFuture)
Store the unknown remainder of the data stream from which this object is being deserialized. |
Constructor Detail |
---|
public AbstractEvolvable()
Method Detail |
---|
public abstract int getImplVersion()
getImplVersion
in interface Evolvable
public int getDataVersion()
getDataVersion
in interface Evolvable
public void setDataVersion(int nVersion)
setDataVersion
in interface Evolvable
nVersion
- the version of the data in the data stream that will be
used to deserialize this object; greater than or equal to
zeropublic Binary getFutureData()
getFutureData
in interface Evolvable
public void setFutureData(Binary binFuture)
setFutureData
in interface Evolvable
binFuture
- future data in binary form
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |