|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BlackboardFactory
Factory service to create blackboard instances.
| Method Summary | |
|---|---|
Blackboard |
createBlackboard(boolean useRecordStorage,
boolean useBinaryStorage)
creates a blackboard. |
Blackboard |
createPersistingBlackboard()
create a new persisting blackboard instance. |
Blackboard |
createTransientBlackboard()
create a new non-persisting blackboard instance. |
| Method Detail |
|---|
Blackboard createBlackboard(boolean useRecordStorage,
boolean useBinaryStorage)
throws BlackboardAccessException
useRecordStorage - if true, the records will be stored using the RecordStorage service.useBinaryStorage - if true, the attachments will be stored using the BinaryStorage service.
BlackboardAccessException - could not create the blackboard, or one of the desired services is not available.
Blackboard createPersistingBlackboard()
throws BlackboardAccessException
BlackboardAccessException - could not create the blackboard, or no binary storage service is available.Blackboard createTransientBlackboard()
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||