Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.measurement.server.session
Class MeasurementStartupListener

java.lang.Object
  extended by org.hyperic.hq.measurement.server.session.MeasurementStartupListener
All Implemented Interfaces:
StartupListener

public class MeasurementStartupListener
extends java.lang.Object
implements StartupListener


Constructor Summary
MeasurementStartupListener()
           
 
Method Summary
static DataInserter getAvailDataInserter()
           
 void hqStarted()
          Called by the HQ Application as classes in the startup_classes.txt files are invoked.
static void setAvailDataInserter(DataInserter d)
           
static void setDataInserter(DataInserter d)
           
static void startDataPurgeWorker()
          Starts either the com.hyperic.hq.measurement.DataPurgeJob or org.hyperic.hq.measurement.DataPurgeJob after stopping an existing worker if one is already scheduled.
static void stopDataPurgeWorker()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MeasurementStartupListener

public MeasurementStartupListener()
Method Detail

hqStarted

public void hqStarted()
Description copied from interface: StartupListener
Called by the HQ Application as classes in the startup_classes.txt files are invoked.

Specified by:
hqStarted in interface StartupListener

stopDataPurgeWorker

public static void stopDataPurgeWorker()

startDataPurgeWorker

public static void startDataPurgeWorker()
Starts either the com.hyperic.hq.measurement.DataPurgeJob or org.hyperic.hq.measurement.DataPurgeJob after stopping an existing worker if one is already scheduled. The worker is scheduled to run at 10 past every hour.


setAvailDataInserter

public static void setAvailDataInserter(DataInserter d)

setDataInserter

public static void setDataInserter(DataInserter d)

getAvailDataInserter

public static DataInserter getAvailDataInserter()

Hyperic HQ Plugin API v. 4.4.0.2

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