|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindtree.techworks.insight.pagination.PageImpl
com.mindtree.techworks.insight.pagination.FilePageImpl
public class FilePageImpl
The FilePageImpl
class is the file based caching implementation that
serailizes/de-serializes the LogEvents.
PageImpl
,
Serialized FormConstructor Summary | |
---|---|
FilePageImpl()
Deafault Constructor |
Method Summary | |
---|---|
protected void |
delete()
Deletes the file |
protected void |
load()
Method that activates the Page |
protected void |
store()
Method that passivates the Page |
Methods inherited from class com.mindtree.techworks.insight.pagination.PageImpl |
---|
addLogEvent, clear, getLogEventList, getPageNamespace, getPageSetNamespace, init, setLogEventList, setPageNamespace, setPageSetNamespace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilePageImpl()
Method Detail |
---|
protected void load()
load
in class PageImpl
protected void store()
store
in class PageImpl
protected void delete()
delete
in class PageImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |