|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EnvironmentInfraTier
This interface is implemented by the infrastructure tier (Saci/Centralised/...) to provide concrete implementation of the environment.
Method Summary | |
---|---|
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 |
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |