com.p6spy.engine.outage
Class P6OutageOptions

java.lang.Object
  extended bycom.p6spy.engine.common.P6Options
      extended bycom.p6spy.engine.outage.P6OutageOptions

public class P6OutageOptions
extends P6Options


Field Summary
protected static boolean outageDetection
           
protected static long outageDetectionInterval
           
protected static long outageMs
           
 
Constructor Summary
P6OutageOptions()
           
 
Method Summary
static boolean getOutageDetection()
           
static long getOutageDetectionInterval()
           
static long getOutageDetectionIntervalMS()
           
static void setOutageDetection(String _outagedetection)
           
static void setOutageDetectionInterval(String _outagedetectioninterval)
           
 
Methods inherited from class com.p6spy.engine.common.P6Options
reload
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

outageDetection

protected static boolean outageDetection

outageDetectionInterval

protected static long outageDetectionInterval

outageMs

protected static long outageMs
Constructor Detail

P6OutageOptions

public P6OutageOptions()
Method Detail

getOutageDetection

public static boolean getOutageDetection()

setOutageDetection

public static void setOutageDetection(String _outagedetection)

getOutageDetectionInterval

public static long getOutageDetectionInterval()

getOutageDetectionIntervalMS

public static long getOutageDetectionIntervalMS()

setOutageDetectionInterval

public static void setOutageDetectionInterval(String _outagedetectioninterval)