Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.util.pager
Interface PagerEventHandler

All Known Implementing Classes:
PagerProcessor_aiplatform.AIPlatformPagerEventHandler

public interface PagerEventHandler

This class is useful for classes that implement PagerProcessorExt and need to do some initialization before paging begins and some cleanup after paging has ended.


Method Summary
 void cleanup()
          Called after paging ends.
 void init()
          Called before paging begins.
 

Method Detail

init

void init()
Called before paging begins.


cleanup

void cleanup()
Called after paging ends.


Hyperic HQ Plugin API v. 4.4.0.2

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