org.objectweb.proactive.benchmarks.timit.util
Interface Startable


public interface Startable

You worker's launcher have to implements this interface to be launched by TimIt.

Author:
Brian Amedro, Vladimir Bodnartchouk

Method Summary
 void kill()
          This method will be called after each 'run' of a test
 void masterKill()
          This method will be called after each 'benchmark'
 void start(java.lang.String[] args)
          This method will be called for each 'run' of a test
 

Method Detail

start

void start(java.lang.String[] args)
This method will be called for each 'run' of a test

Parameters:
args - some arguments (like main method)

kill

void kill()
This method will be called after each 'run' of a test


masterKill

void masterKill()
This method will be called after each 'benchmark'



Copyright 2001-2007 INRIA All Rights Reserved.