public class Server
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<org.conceptoriented.bistro.core.BistroError> |
errors |
| Constructor and Description |
|---|
Server(org.conceptoriented.bistro.core.Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
void |
addError(org.conceptoriented.bistro.core.BistroError error) |
java.util.List<org.conceptoriented.bistro.core.BistroError> |
getErrors() |
org.conceptoriented.bistro.core.Schema |
getSchema() |
void |
setSchema(org.conceptoriented.bistro.core.Schema schema) |
void |
start() |
void |
stop() |
void |
submit(Action action) |
void |
submit(Action action,
Context context) |
void |
submit(Task task) |
java.lang.String |
toString() |
public org.conceptoriented.bistro.core.Schema getSchema()
public void setSchema(org.conceptoriented.bistro.core.Schema schema)
public java.util.List<org.conceptoriented.bistro.core.BistroError> getErrors()
public void addError(org.conceptoriented.bistro.core.BistroError error)
public void start()
throws org.conceptoriented.bistro.core.BistroError
org.conceptoriented.bistro.core.BistroErrorpublic void stop()
throws org.conceptoriented.bistro.core.BistroError
org.conceptoriented.bistro.core.BistroErrorpublic void submit(Task task)
public void submit(Action action)
public java.lang.String toString()
toString in class java.lang.Object