java.lang.Runnablepublic class TestCompetency7 extends Competency
architectureavailable, competencyName, competencyType, plan, running| Constructor | Description |
|---|---|
TestCompetency7(IArchitecture architecture) |
constructor of the test competency
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
cancel() |
implementing cancel method to give this competency the ability to be cancelled
|
protected boolean |
competencyCode(java.util.HashMap<java.lang.String,java.lang.String> parameters) |
competency code
|
void |
initialize() |
perform initialisations in this method
|
boolean |
runsInBackground() |
this competency is invoked directly (does not run in background)
|
getArchitecture, isConnected, onDestroy, raisegetCompetencyName, getCompetencyType, isAvailable, isRunning, registerHandlers, requestStartCompetency, run, setAdditionalDatapublic TestCompetency7(IArchitecture architecture)
public void initialize()
initialize in class Competencypublic boolean runsInBackground()
runsInBackground in class Competencypublic void cancel()
cancel in class Competencyprotected boolean competencyCode(java.util.HashMap<java.lang.String,java.lang.String> parameters)
throws CompetencyCancelledException
competencyCode in class Competencyparameters - a map including running parameters and their valuesCompetencyCancelledException