org.ow2.novabpm.perf
Interface PerfTestCase


public interface PerfTestCase

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

Author:
Charles Souillard

Method Summary
 void deploy()
           
 java.lang.String getAlias()
           
 long getId()
           
 java.lang.String getProcessId()
           
 long launch()
           
 void setId(long id)
           
 void undeploy()
           
 

Method Detail

deploy

void deploy()
            throws PerfException
Throws:
PerfException

launch

long launch()
            throws PerfException
Throws:
PerfException

undeploy

void undeploy()
              throws PerfException
Throws:
PerfException

getProcessId

java.lang.String getProcessId()

getId

long getId()

setId

void setId(long id)

getAlias

java.lang.String getAlias()


Copyright © 2008 OW2 Consortium. All Rights Reserved.