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

java.lang.Object
  extended byorg.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(FODBCollectionDescriptor descriptor)
           
 
Method Summary
 FODBCollectionDescriptor getDescriptor()
           
 long getIndexTablePos()
           
 java.lang.Class getObjectType()
           
 void readExternal(java.io.ObjectInput in)
           
 void setDescriptor(FODBCollectionDescriptor descriptor)
           
 long setIndexTablePos(long pos)
           
 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(FODBCollectionDescriptor descriptor)
Method Detail

getIndexTablePos

public long getIndexTablePos()

setIndexTablePos

public long setIndexTablePos(long pos)

getObjectType

public java.lang.Class getObjectType()

toString

public java.lang.String toString()

writeExternal

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

readExternal

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

getDescriptor

public FODBCollectionDescriptor getDescriptor()

setDescriptor

public void setDescriptor(FODBCollectionDescriptor descriptor)


Copyright 2006 OpenMobileIS. All Rights Reserved.