Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.util.pager
Class PageFetcher

java.lang.Object
  extended by org.hyperic.util.pager.PageFetcher
Direct Known Subclasses:
ListPageFetcher, StaticPageFetcher

public abstract class PageFetcher
extends java.lang.Object

A class which abstracts the fetching of the data for the pages so callers can deal directly with a single object.


Constructor Summary
PageFetcher()
           
 
Method Summary
abstract  PageList getPage(PageControl control)
          Get a page of data, as specified by the control.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageFetcher

public PageFetcher()
Method Detail

getPage

public abstract PageList getPage(PageControl control)
                          throws PageFetchException
Get a page of data, as specified by the control.

Throws:
PageFetchException

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.