uk.co.gidley.jmxmonitor.services
Class ThreadManager

java.lang.Object
  extended by uk.co.gidley.jmxmonitor.services.ThreadManager

public class ThreadManager
extends Object

The manager service is responsible for managing the main thread loop and controlling the monitors


Field Summary
static String JMXMONITOR_STOPKEY
           
static String JMXMONITOR_STOPPORT
           
static String PROPERTY_PREFIX
           
static String SHUTDOWN_MONITOR_THREAD
           
 
Constructor Summary
ThreadManager(MainConfiguration mainConfiguration)
           
 
Method Summary
 void initialise()
           
 void stop()
          Stop this asap (NOT sync)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHUTDOWN_MONITOR_THREAD

public static final String SHUTDOWN_MONITOR_THREAD
See Also:
Constant Field Values

PROPERTY_PREFIX

public static final String PROPERTY_PREFIX
See Also:
Constant Field Values

JMXMONITOR_STOPPORT

public static final String JMXMONITOR_STOPPORT
See Also:
Constant Field Values

JMXMONITOR_STOPKEY

public static final String JMXMONITOR_STOPKEY
See Also:
Constant Field Values
Constructor Detail

ThreadManager

public ThreadManager(MainConfiguration mainConfiguration)
Method Detail

stop

public void stop()
Stop this asap (NOT sync)


initialise

public void initialise()
                throws InitialisationException
Throws:
InitialisationException


Copyright © 2009-2010. All Rights Reserved.