org.exist.storage.store
Class DOMFile.DOMPage

java.lang.Object
  extended byorg.exist.storage.store.DOMFile.DOMPage
Enclosing class:
DOMFile

protected final class DOMFile.DOMPage
extends java.lang.Object

Description of the Class

Author:
wolf

Constructor Summary
DOMFile.DOMPage()
          Constructor for the DOMPage object
DOMFile.DOMPage(long pos)
          Constructor for the DOMPage object
DOMFile.DOMPage(org.dbxml.core.filer.Paged.Page page)
          Constructor for the DOMPage object
 
Method Summary
 void decRefCount()
          Description of the Method
 DOMFile.DOMFilePageHeader getPageHeader()
          Gets the pageHeader attribute of the DOMPage object
 long getPageNum()
          Gets the pageNum attribute of the DOMPage object
 int getRefCount()
          Gets the refCount attribute of the DOMPage object
 void incRefCount()
          Description of the Method
 boolean isDirty()
          Gets the dirty attribute of the DOMPage object
 void setDirty(boolean dirty)
           
 void write()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMFile.DOMPage

public DOMFile.DOMPage()
Constructor for the DOMPage object


DOMFile.DOMPage

public DOMFile.DOMPage(long pos)
Constructor for the DOMPage object

Parameters:
pos - Description of the Parameter

DOMFile.DOMPage

public DOMFile.DOMPage(org.dbxml.core.filer.Paged.Page page)
Constructor for the DOMPage object

Parameters:
page - Description of the Parameter
Method Detail

decRefCount

public void decRefCount()
Description of the Method


getPageHeader

public DOMFile.DOMFilePageHeader getPageHeader()
Gets the pageHeader attribute of the DOMPage object

Returns:
The pageHeader value

getPageNum

public long getPageNum()
Gets the pageNum attribute of the DOMPage object

Returns:
The pageNum value

getRefCount

public int getRefCount()
Gets the refCount attribute of the DOMPage object

Returns:
The refCount value

incRefCount

public void incRefCount()
Description of the Method


isDirty

public boolean isDirty()
Gets the dirty attribute of the DOMPage object

Returns:
The dirty value

setDirty

public void setDirty(boolean dirty)

write

public void write()
Description of the Method



Copyright (C) Wolfgang Meier. All rights reserved.