|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.storage.store.DOMFile.DOMPage
Description of the Class
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 |
public DOMFile.DOMPage()
public DOMFile.DOMPage(long pos)
pos
- Description of the Parameterpublic DOMFile.DOMPage(org.dbxml.core.filer.Paged.Page page)
page
- Description of the ParameterMethod Detail |
public void decRefCount()
public DOMFile.DOMFilePageHeader getPageHeader()
public long getPageNum()
public int getRefCount()
public void incRefCount()
public boolean isDirty()
public void setDirty(boolean dirty)
public void write()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |