Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.util.thread
Class MultiRunner

java.lang.Object
  extended by 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.


Field Summary
static java.lang.String PROP_CLONE_CLASS
           
static java.lang.String PROP_CLONE_CLASSPATH
           
static java.lang.String PROP_CLONE_NUM
           
static java.lang.String PROP_CLONE_SPAWN_SLEEP
           
 
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
 

Field Detail

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
Constructor Detail

MultiRunner

public MultiRunner(java.util.Properties p)
Method Detail

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

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.