|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.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 Evolvablepublic int getDataVersion()
getDataVersion in interface Evolvablepublic void setDataVersion(int nVersion)
setDataVersion in interface EvolvablenVersion - 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 Evolvablepublic void setFutureData(Binary binFuture)
setFutureData in interface EvolvablebinFuture - future data in binary form
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||