Neokernel API

AgentControllerInterface Methods

The methods of the AgentControllerInterface interface are listed below. For a complete list of AgentControllerInterface interface members, see the AgentControllerInterface Members topic.

Public Instance Methods

destroy Destroys the controlled Agent and puts it into the DESTROYED_STATE. A destroyed agent cannot be restarted.
start Returns the Props for the controlled Agent. Starts the controlled Agent and puts it into the RUNNING_STATE.
stop Starts the controlled Agent and puts it into the STOPPED_STATE.

See Also

AgentControllerInterface Interface | com.neokernel.nk Namespace