public class ConnectorBase extends java.lang.Object implements Connector
| Constructor and Description |
|---|
ConnectorBase(Server server) |
| 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() |
public Server server
public ConnectorBase(Server server)
public void addActions(java.util.List<Action> actions)
addActions in interface Connectorpublic java.util.List<Action> getActions()
getActions in interface Connectorpublic void start()
throws org.conceptoriented.bistro.core.BistroError