Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.util.pager
Class StaticPageFetcher

java.lang.Object
  extended by org.hyperic.util.pager.PageFetcher
      extended by org.hyperic.util.pager.StaticPageFetcher

public class StaticPageFetcher
extends PageFetcher

A fetcher which uses a static array of strings to page through.


Constructor Summary
StaticPageFetcher(java.util.List data)
           
StaticPageFetcher(java.lang.String[] data)
           
 
Method Summary
 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

StaticPageFetcher

public StaticPageFetcher(java.lang.String[] data)

StaticPageFetcher

public StaticPageFetcher(java.util.List data)
Method Detail

getPage

public PageList getPage(PageControl control)
                 throws PageFetchException
Description copied from class: PageFetcher
Get a page of data, as specified by the control.

Specified by:
getPage in class PageFetcher
Throws:
PageFetchException

Hyperic HQ Plugin API v. 4.4.0.2

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