public class EventLogThread
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_INTERVAL |
Constructor and Description |
---|
EventLogThread() |
Modifier and Type | Method and Description |
---|---|
void |
add(EventLogNotification notifier) |
static void |
closeInstances() |
void |
die() |
void |
doStart() |
void |
doStop() |
static EventLogThread |
getInstance()
Deprecated.
|
static EventLogThread |
getInstance(java.lang.String name) |
static void |
main(java.lang.String[] args) |
void |
remove(EventLogNotification notifier) |
void |
run() |
void |
setInterval(long interval) |
void |
setLogName(java.lang.String logName) |
public static final int DEFAULT_INTERVAL
public static EventLogThread getInstance()
public static EventLogThread getInstance(java.lang.String name)
public static void closeInstances()
public void setInterval(long interval)
public void setLogName(java.lang.String logName)
public void doStart()
public void doStop()
public void add(EventLogNotification notifier)
public void remove(EventLogNotification notifier)
public void run()
run
in interface java.lang.Runnable
public void die()
public static void main(java.lang.String[] args)
Copyright ? 2004-2011 Hyperic. All Rights Reserved.