org.opennms.netmgt.poller.remote
Class DemoPollerConfiguration

java.lang.Object
  extended by org.opennms.netmgt.poller.remote.DemoPollerConfiguration
All Implemented Interfaces:
PollerConfiguration

public class DemoPollerConfiguration
extends Object
implements PollerConfiguration

Author:
Mathew Brozowski

Method Summary
 Date getConfigurationTimestamp()
           
 int getFirstId()
           
 PolledService getFirstService()
           
 PolledService[] getPolledServices()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConfigurationTimestamp

public Date getConfigurationTimestamp()
Specified by:
getConfigurationTimestamp in interface PollerConfiguration

getPolledServices

public PolledService[] getPolledServices()
Specified by:
getPolledServices in interface PollerConfiguration

getFirstId

public int getFirstId()

getFirstService

public PolledService getFirstService()


Copyright © 2009. All Rights Reserved.