com.mindtree.techworks.insight.pagination
Class FilePageImpl

java.lang.Object
  extended by com.mindtree.techworks.insight.pagination.PageImpl
      extended by com.mindtree.techworks.insight.pagination.FilePageImpl
All Implemented Interfaces:
IPage, java.io.Serializable

public class FilePageImpl
extends PageImpl

The FilePageImpl class is the file based caching implementation that serailizes/de-serializes the LogEvents.

Version:
1.0, 05/02/02
Author:
antonypulicken
See Also:
PageImpl, Serialized Form

Constructor 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

FilePageImpl

public FilePageImpl()
Deafault Constructor

Method Detail

load

protected void load()
Method that activates the Page

Specified by:
load in class PageImpl

store

protected void store()
Method that passivates the Page

Specified by:
store in class PageImpl

delete

protected void delete()
Deletes the file

Specified by:
delete in class PageImpl


Copyright © 2003-2008 MindTree Consulting Ltd.. All Rights Reserved.