|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opennms.netmgt.threshd.StartService
This class is used to launch/start the thresholding daemon service in a Java
Virtual Machine. It contains the method main
which is a well
defined entry point for the virtual machine.
Constructor Summary | |
StartService()
|
Method Summary | |
static void |
main(java.lang.String[] args)
The main method used as a starting point for the Threshd service. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StartService()
Method Detail |
public static void main(java.lang.String[] args)
args
- The arguments to the main method (not used).
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |