|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISAMPollingMethod
The interface for polling methods.
Description:
The interface for polling methods that can be used by the SAMAgent
.
Concurrency issues:
-
Method Summary | |
---|---|
void |
init(java.lang.Object oResourceConfigSection,
java.lang.Object oPollingMethodConfigSection,
ConfigManager oConfigManager,
SystemLogger oSystemLogger)
Initialization method for the SAM polling methods. |
boolean |
poll()
Will poll a resource. |
Method Detail |
---|
void init(java.lang.Object oResourceConfigSection, java.lang.Object oPollingMethodConfigSection, ConfigManager oConfigManager, SystemLogger oSystemLogger) throws ASelectSAMException
oResourceConfigSection
- the config section of the resource which
has to be polledoPollingMethodConfigSection
- The config section of the polling
method config sectionoConfigManager
- The config manager used to resolve the configurationoSystemLogger
- the logger used for system logging
ASelectSAMException
- if the poller could not be initializedboolean poll()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |