|
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 | ||||||||
public interface PagerProcessorExt
Provides a point of extensibility in the paging behavior. If you supply a PagerProcessor when you get a Pager, then that processor will be called to process each element as the pager moves it from the source collection to the destination collection.
| Method Summary | |
|---|---|
PagerEventHandler |
getEventHandler()
Get the event handler for this pager. |
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 interface org.hyperic.util.pager.PagerProcessor |
|---|
processElement |
| Method Detail |
|---|
PagerEventHandler getEventHandler()
boolean skipNulls()
java.lang.Object processElement(java.lang.Object o1,
java.lang.Object o2)
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 | ||||||||