|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeployerAPI
API of the enabler that deploys Connector in the e
| Method Summary | |
|---|---|
int |
Deploy(java.lang.String[] Models)
Deploy a new connector in the environment. |
eventMOP |
eventAPI(int Identifier)
Obtain the MOP to observe and adapt events from a specific connector. |
BehaviourMOP |
getReflectionAPI(int Identifier)
Obtain the Meta Object Protocol of a specific connector in order to inspect and adapt the behaviour of the |
boolean |
Undeploy(int Identifier)
Remove a previously deployed connector. |
| Method Detail |
|---|
int Deploy(java.lang.String[] Models)
Models - List of automata xml documents that compose a connector.
boolean Undeploy(int Identifier)
Identifier - The ID of the connector to remove.
BehaviourMOP getReflectionAPI(int Identifier)
Identifier -
eventMOP eventAPI(int Identifier)
Identifier -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||