Hyperic HQ Plugin API v. 4.4.0.2

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
 

Method Detail

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


Hyperic HQ Plugin API v. 4.4.0.2

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