|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.iscream.cms.server.componentmanager.ComponentManager
The component manager is the starting point for all server side components of the iscream system. It loads its initial system configuration from the default properties file, it then starts all the iscream components as specified in the default.properties under uk.org.iscream.cms.server.ComponentList
Field Summary | |
private static LinkedList |
_componentsToStart
|
private static int |
_startTimeout
|
static int |
DEFAULT_COMPONENT_START_TIMEOUT
The default time to wait before retrying component. |
static String |
DEFAULTPROPERTIES
The default location of the properties file for the system |
static String |
REVISION
The current CVS revision of this class |
static String |
toString
The toString() of this class As it won't be instatiated, this is needed. |
Constructor Summary | |
ComponentManager()
|
Method Summary | |
static void |
main(String[] args)
The main method which starts the components as listed in the default.properties file. |
private static void |
startUp()
Starts the components as obtained from the configuration. |
static void |
usage()
A simple method to print the usage of this class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String REVISION
public static final String toString
public static final String DEFAULTPROPERTIES
public static final int DEFAULT_COMPONENT_START_TIMEOUT
private static LinkedList _componentsToStart
private static int _startTimeout
Constructor Detail |
public ComponentManager()
Method Detail |
public static void main(String[] args)
args
- the command line argumentsprivate static void startUp()
public static void usage()
|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |