|
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.autoinventory.server.session.PagerProcessor_ai_schedule
public class PagerProcessor_ai_schedule
Constructor Summary | |
---|---|
PagerProcessor_ai_schedule()
|
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 |
Constructor Detail |
---|
public PagerProcessor_ai_schedule()
Method Detail |
---|
public PagerEventHandler getEventHandler()
PagerProcessorExt
getEventHandler
in interface PagerProcessorExt
public boolean skipNulls()
PagerProcessorExt
skipNulls
in interface PagerProcessorExt
public java.lang.Object processElement(java.lang.Object o)
PagerProcessor
processElement
in interface PagerProcessor
o
- The object to process.
public java.lang.Object processElement(java.lang.Object o1, java.lang.Object o2)
PagerProcessorExt
processElement
in interface PagerProcessorExt
o1
- The object to process.o2
- Additional data required to processElement.
|
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 |