|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ServicesAccessPoint
The Interface ServicesAccessPoint.
| Method Summary | |
|---|---|
Blackboard |
getBlackboardService(boolean persisting)
Create a new blackboard instance. |
BrokerConnectionService |
getBrokerConnections()
Gets the broker connections. |
java.util.concurrent.locks.Lock |
getProcessingLock()
Get the lock to notify that a client is still working and the the service should not yet been deactivated. |
RecordStorage |
getRecordStorage()
Gets the record storage. |
TaskListExecutionService |
getTaskListExecutionService()
Get task list execution service. |
WorkflowProcessor |
getWorkflowProcessor()
Gets the workflow processor. |
| Method Detail |
|---|
Blackboard getBlackboardService(boolean persisting)
throws BlackboardAccessException
persisting - true to get a blackboard that writes to configured storages (at least binary, optionally record storage).
false to get a transient blackboard only.
BlackboardAccessException - persisting blackboard could not be created (usually because binary storage is not active).RecordStorage getRecordStorage()
WorkflowProcessor getWorkflowProcessor()
BrokerConnectionService getBrokerConnections()
TaskListExecutionService getTaskListExecutionService()
java.util.concurrent.locks.Lock getProcessingLock()
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||