|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hyperic.hq.appdef.shared.pager.AppdefPagerProc
public class AppdefPagerProc
A pager processor which allows a customized set of filters to be applied to the paging process. This allows for dynamic specification of inclusionary or exclusionary paging criteria.
| Constructor Summary | |
|---|---|
AppdefPagerProc()
|
|
| Method Summary | |
|---|---|
PagerEventHandler |
getEventHandler()
Get the event handler associated with the processor. |
java.lang.Object |
processElement(java.lang.Object objIn)
This method satisfies the interface but is essentially a "no-op". |
java.lang.Object |
processElement(java.lang.Object objIn,
java.lang.Object jobData)
Process the element according to our filter list and return the object if not caught by the filter. |
boolean |
skipNulls()
This processor always expects the pager to skip nulls |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AppdefPagerProc()
| Method Detail |
|---|
public PagerEventHandler getEventHandler()
getEventHandler in interface PagerProcessorExtpublic boolean skipNulls()
skipNulls in interface PagerProcessorExtpublic java.lang.Object processElement(java.lang.Object objIn)
processElement in interface PagerProcessorinbound - object
public java.lang.Object processElement(java.lang.Object objIn,
java.lang.Object jobData)
processElement in interface PagerProcessorExtobjIn - - object to processjobData - - A upcasted instance of AppdefPagerFilter[].
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||