org.hyperic.util.thread
Interface MultiRunnable
- All Superinterfaces:
- java.lang.Runnable
- All Known Implementing Classes:
- AgentRunner
public interface MultiRunnable
- extends java.lang.Runnable
The MutliRunnable is used by the MultiRunner to add configuration methods
to Runnable
Method Summary |
void |
configure(int threadNo,
java.util.Properties props)
Called before the runners .run() method is invoked. |
Methods inherited from interface java.lang.Runnable |
run |
configure
void configure(int threadNo,
java.util.Properties props)
- Called before the runners .run() method is invoked. This method
informs the thread about its current thread number and configuration
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.