org.opennms.netmgt.poller.remote
Interface PollerConfiguration

All Known Implementing Classes:
DemoPollerConfiguration

public interface PollerConfiguration

PollerConfiguration interface.

Version:
$Id: $
Author:
Mathew Brozowski

Method Summary
 Date getConfigurationTimestamp()
          getConfigurationTimestamp
 PolledService[] getPolledServices()
          getPolledServices
 long getServerTime()
          This is the time on the server just before it is sent to the configuration to the client in millis since the epoch UTC.
 

Method Detail

getServerTime

long getServerTime()
This is the time on the server just before it is sent to the configuration to the client in millis since the epoch UTC. (Same as returned by System.currentTimeMillis())


getConfigurationTimestamp

Date getConfigurationTimestamp()

getConfigurationTimestamp

Returns:
a Date object.

getPolledServices

PolledService[] getPolledServices()

getPolledServices

Returns:
an array of PolledService objects.


Copyright © 2011. All Rights Reserved.