org.hyperic.util.thread
Class MultiRunner
java.lang.Object
org.hyperic.util.thread.MultiRunner
public class MultiRunner
- extends java.lang.Object
A class which is able to spawn off multiple threads, each within their
own classloader.
Constructor Summary |
MultiRunner(java.util.Properties p)
|
Method Summary |
static void |
main(java.lang.String[] args)
|
void |
runThreads()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROP_CLONE_SPAWN_SLEEP
public static final java.lang.String PROP_CLONE_SPAWN_SLEEP
- See Also:
- Constant Field Values
PROP_CLONE_CLASSPATH
public static final java.lang.String PROP_CLONE_CLASSPATH
- See Also:
- Constant Field Values
PROP_CLONE_NUM
public static final java.lang.String PROP_CLONE_NUM
- See Also:
- Constant Field Values
PROP_CLONE_CLASS
public static final java.lang.String PROP_CLONE_CLASS
- See Also:
- Constant Field Values
MultiRunner
public MultiRunner(java.util.Properties p)
runThreads
public void runThreads()
throws java.lang.Exception
- Throws:
java.lang.Exception
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.