com.p6spy.engine.common

Class OptionReloader

Implemented Interfaces:
Runnable

public class OptionReloader
extends Object
implements Runnable

Field Summary

protected static HashSet
options
protected boolean
running
protected long
sleepTime

Constructor Summary

OptionReloader(long sleep)

Method Summary

static void
add(P6Options p6options, P6SpyProperties properties)
boolean
getRunning()
static Iterator
iterator()
static void
reload()
void
run()
void
setRunning(boolean run)
void
setSleep(long sleep)

Field Details

options

protected static HashSet options


running

protected boolean running


sleepTime

protected long sleepTime

Constructor Details

OptionReloader

public OptionReloader(long sleep)

Method Details

add

public static void add(P6Options p6options,
                       P6SpyProperties properties)


getRunning

public boolean getRunning()


iterator

public static Iterator iterator()


reload

public static void reload()


run

public void run()


setRunning

public void setRunning(boolean run)


setSleep

public void setSleep(long sleep)