java.lang.Runnablepublic class TestCompetency5 extends Competency
architectureavailable, competencyName, competencyType, plan, running| Constructor | Description |
|---|---|
TestCompetency5(IArchitecture architecture,
java.lang.String someParameter1,
java.lang.String someParameter2) |
constructor of the test competency, this one has an additional parameter, purely
for the purpose whether the constructor is found and the parameter passed correctly
|
| Modifier and Type | Method | Description |
|---|---|---|
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, raisecancel, getCompetencyName, getCompetencyType, isAvailable, isRunning, registerHandlers, requestStartCompetency, run, setAdditionalDatapublic TestCompetency5(IArchitecture architecture, java.lang.String someParameter1, java.lang.String someParameter2)
public void initialize()
initialize in class Competencypublic boolean runsInBackground()
runsInBackground in class Competencyprotected boolean competencyCode(java.util.HashMap<java.lang.String,java.lang.String> parameters)
competencyCode in class Competencyparameters - a map including running parameters and their values