public interface EnvironmentInfraTier
Modifier and Type | Method and Description |
---|---|
void |
actionExecuted(java.lang.String agName,
Structure actTerm,
boolean success,
java.lang.Object infraData)
called by the user implementation of the environment when the action was executed
|
RuntimeServicesInfraTier |
getRuntimeServices()
Gets an object with infrastructure runtime services
|
void |
informAgsEnvironmentChanged(java.util.Collection<java.lang.String> agents)
Deprecated.
use the informAgsEnvironmentChanged with String... parameter
|
void |
informAgsEnvironmentChanged(java.lang.String... agents)
Sends a message to the given agents notifying them that the environment has changed
(called by the user environment).
|
boolean |
isRunning()
returns true if the infrastructure environment is running
|
void informAgsEnvironmentChanged(java.lang.String... agents)
void informAgsEnvironmentChanged(java.util.Collection<java.lang.String> agents)
RuntimeServicesInfraTier getRuntimeServices()
boolean isRunning()
void actionExecuted(java.lang.String agName, Structure actTerm, boolean success, java.lang.Object infraData)