Parallel Colt 0.7.2

cern.colt
Class PersistentObject

java.lang.Object
  extended by cern.colt.PersistentObject
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
AbstractCollection, AbstractDoubleBin, AbstractDoubleDistribution, AbstractDoubleMap, AbstractFloatBin, AbstractFloatDistribution, AbstractFloatMap, AbstractFormatter, AbstractMatrix, BitMatrix, BitVector, Buffer, BufferSet, DComplexFactory1D, DComplexFactory2D, DComplexFactory3D, DoubleAlgebra, DoubleBuffer, DoubleBuffer2D, DoubleBuffer3D, DoubleEquiDepthHistogram, DoubleFactory1D, DoubleFactory2D, DoubleFactory3D, DoubleProperty, DoubleRandomEngine, DoubleRandomSampler, DoubleRandomSamplingAssistant, DoubleSorting, ExactDoubleQuantileFinder, FComplexFactory1D, FComplexFactory2D, FComplexFactory3D, FloatAlgebra, FloatBuffer, FloatBuffer2D, FloatBuffer3D, FloatEquiDepthHistogram, FloatFactory1D, FloatFactory2D, FloatFactory3D, FloatProperty, FloatRandomEngine, FloatRandomSampler, FloatRandomSamplingAssistant, FloatSorting, IntBuffer, IntBuffer2D, IntBuffer3D, IntFactory1D, IntFactory2D, IntFactory3D, IntProperty, IntSorting, ObjectBuffer, ObjectFactory1D, ObjectFactory2D, ObjectFactory3D, ObjectSorting, RandomSeedGenerator, WeightedDoubleRandomSampler, WeightedFloatRandomSampler

public abstract class PersistentObject
extends Object
implements Serializable, Cloneable

This empty class is the common root for all persistent capable classes. If this class inherits from java.lang.Object then all subclasses are serializable with the standard Java serialization mechanism. If this class inherits from com.objy.db.app.ooObj then all subclasses are additionally serializable with the Objectivity ODBMS persistance mechanism. Thus, by modifying the inheritance of this class the entire tree of subclasses can be switched to Objectivity compatibility (and back) with minimum effort.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Method Summary
 Object clone()
          Returns a copy of the receiver.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Method Detail

clone

public Object clone()
Returns a copy of the receiver. This default implementation does not nothing except making the otherwise protected clone method public.

Overrides:
clone in class Object
Returns:
a copy of the receiver.

Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage