org.ow2.orchestra.common.perf
Interface PerfTestCase<T>


public interface PerfTestCase<T>

All tests implementing this interface could be ran in a perf suite.

Author:
Charles Souillard

Method Summary
 T deploy()
           
 String getAlias()
           
 long getId()
           
 String getProcessId()
           
 long launch()
           
 void setId(long id)
           
 void undeploy()
           
 

Method Detail

deploy

T deploy()
         throws PerfException
Throws:
PerfException

launch

long launch()
            throws PerfException
Throws:
PerfException

undeploy

void undeploy()
              throws PerfException
Throws:
PerfException

getProcessId

String getProcessId()

getId

long getId()

setId

void setId(long id)

getAlias

String getAlias()


Copyright © 2011 OW2 Consortium. All Rights Reserved.