org.openmobileis.database.fastobjectdb.db.store
Class FODBCollectionFileHeader

java.lang.Object
  |
  +--org.openmobileis.database.fastobjectdb.db.store.FODBCollectionFileHeader
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class FODBCollectionFileHeader
extends java.lang.Object
implements java.io.Externalizable

See Also:
Serialized Form

Constructor Summary
FODBCollectionFileHeader()
           
FODBCollectionFileHeader(java.lang.Class objType)
           
 
Method Summary
 long getIndexTablePos()
           
 java.lang.Class getObjectType()
           
 boolean isSynchronized()
           
 void readExternal(java.io.ObjectInput in)
           
 long setIndexTablePos(long pos)
           
 void setSynchronized(boolean sync)
           
 java.lang.String toString()
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FODBCollectionFileHeader

public FODBCollectionFileHeader()

FODBCollectionFileHeader

public FODBCollectionFileHeader(java.lang.Class objType)
Method Detail

isSynchronized

public boolean isSynchronized()

setSynchronized

public void setSynchronized(boolean sync)

getIndexTablePos

public long getIndexTablePos()

setIndexTablePos

public long setIndexTablePos(long pos)

getObjectType

public java.lang.Class getObjectType()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable


Copyright 2005 e-Care. All Rights Reserved.