org.ow2.novabpm.perf
Interface PerfTestCase
public interface PerfTestCase
All tests implementing this interface could be ran in a perf suite.
- Author:
- Charles Souillard
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.