public interface Connector
| Modifier and Type | Method and Description |
|---|---|
void |
addAction(Action action) |
void |
addActions(java.util.List<Action> actions) |
java.util.List<Action> |
getActions() |
Server |
getServer() |
void |
setServer(Server server) |
void |
start() |
void |
stop() |
Server getServer()
void setServer(Server server)
void addAction(Action action)
void addActions(java.util.List<Action> actions)
java.util.List<Action> getActions()
void start()
throws org.conceptoriented.bistro.core.BistroError
org.conceptoriented.bistro.core.BistroErrorvoid stop() throws org.conceptoriented.bistro.core.BistroError
org.conceptoriented.bistro.core.BistroError