Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.appdef.server.session
Class PagerProcessor_aiplatform

java.lang.Object
  extended by org.hyperic.hq.appdef.server.session.PagerProcessor_aiplatform
All Implemented Interfaces:
PagerProcessor, PagerProcessorExt
Direct Known Subclasses:
PagerProcessor_aiplatform_excludePlaceholders

public class PagerProcessor_aiplatform
extends java.lang.Object
implements PagerProcessorExt


Nested Class Summary
 class PagerProcessor_aiplatform.AIPlatformPagerEventHandler
           
 
Field Summary
protected  org.hyperic.hq.appdef.shared.AIQueueManagerLocal aiqManagerLocal
           
 
Constructor Summary
PagerProcessor_aiplatform()
           
 
Method Summary
 PagerEventHandler getEventHandler()
          Get the event handler for this pager.
 java.lang.Object processElement(java.lang.Object o)
          Process an element as the pager moves it from the source collection to the destination collection.
 java.lang.Object processElement(java.lang.Object o1, java.lang.Object o2)
          Process an element as the pager moves it from the source collection to the destination collection.
 boolean skipNulls()
          Determines if null values are included in the Pager's results.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aiqManagerLocal

protected org.hyperic.hq.appdef.shared.AIQueueManagerLocal aiqManagerLocal
Constructor Detail

PagerProcessor_aiplatform

public PagerProcessor_aiplatform()
Method Detail

getEventHandler

public PagerEventHandler getEventHandler()
Description copied from interface: PagerProcessorExt
Get the event handler for this pager. May return null to indicate that no event handler should be used.

Specified by:
getEventHandler in interface PagerProcessorExt

skipNulls

public boolean skipNulls()
Description copied from interface: PagerProcessorExt
Determines if null values are included in the Pager's results.

Specified by:
skipNulls in interface PagerProcessorExt
Returns:
If this method returns true, then when the processElement method returns null, that element will not be included in the results. If this methods returns false, then nulls may be added to the result page.

processElement

public java.lang.Object processElement(java.lang.Object o1,
                                       java.lang.Object o2)
Description copied from interface: PagerProcessorExt
Process an element as the pager moves it from the source collection to the destination collection. This version allows an additional argument to be passed along.

Specified by:
processElement in interface PagerProcessorExt
Parameters:
o1 - The object to process.
o2 - Additional data required to processElement.
Returns:
The processed object.

processElement

public java.lang.Object processElement(java.lang.Object o)
Description copied from interface: PagerProcessor
Process an element as the pager moves it from the source collection to the destination collection.

Specified by:
processElement in interface PagerProcessor
Parameters:
o - The object to process.
Returns:
The processed object.

Hyperic HQ Plugin API v. 4.4.0.2

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