org.hyperic.hq.measurement.server.mbean
Class DataPopulatorService
java.lang.Object
org.hyperic.hq.measurement.server.mbean.DataPopulatorService
- All Implemented Interfaces:
- org.hyperic.hq.measurement.server.mbean.DataPopulatorServiceMBean
public class DataPopulatorService
- extends java.lang.Object
- implements org.hyperic.hq.measurement.server.mbean.DataPopulatorServiceMBean
MBean used for testing purposes. When the populate() method is invoked,
we will look up all measurements that are currently scheduled, filling in
the detailed measurement data to simulate an environment that has been
running for as long as the 'keep detailed metric data' setting.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataPopulatorService
public DataPopulatorService()
stop
public void stop()
- Specified by:
stop
in interface org.hyperic.hq.measurement.server.mbean.DataPopulatorServiceMBean
start
public void start()
- Specified by:
start
in interface org.hyperic.hq.measurement.server.mbean.DataPopulatorServiceMBean
populate
public void populate()
throws java.lang.Exception
- Specified by:
populate
in interface org.hyperic.hq.measurement.server.mbean.DataPopulatorServiceMBean
- Throws:
java.lang.Exception
populate
public void populate(long max)
throws java.lang.Exception
- Specified by:
populate
in interface org.hyperic.hq.measurement.server.mbean.DataPopulatorServiceMBean
- Throws:
java.lang.Exception
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.