public abstract class AbstractAlwaysRunningTestComponent extends AbstractTestComponent
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAlwaysRunningTestComponent(TestComponentData dData) |
| Modifier and Type | Method and Description |
|---|---|
protected Operation |
getStartOperation() |
protected Operation |
getStopOperation() |
boolean |
isRunning() |
void |
start() |
void |
stop() |
executeStartOperation, getCleanOrder, getComponentName, getHost, getInstallationDir, getLogDir, getPort, getServer, performFailedOperation, performOperation, performStopOperation, performSuccessOperation, restart, verifyProcessStoppedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclean, prepareprotected AbstractAlwaysRunningTestComponent(TestComponentData dData)
public void start()
start in interface ITestComponentstart in class AbstractTestComponentpublic void stop()
stop in interface ITestComponentstop in class AbstractTestComponentpublic boolean isRunning()
protected Operation getStartOperation()
getStartOperation in class AbstractTestComponentprotected Operation getStopOperation()
getStopOperation in class AbstractTestComponent