public interface LifeCycleAgent
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getID()
the identifier of the Application.
|
JsonInfoMessage |
getInfoMessage()
Generating a Info Message.
|
void |
sleep()
the application no longer communicates with the Blackboard.
|
void |
start()
start with the actual work.
|
void |
stop()
shutting the agent down.
|
void sleep()
JsonInfoMessage getInfoMessage()
JsonInfoMessage
.void start()
void stop()
java.lang.String getID()
String
.