|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.connectivity.queue.worker.internal.task.TaskExecutionEnv
public class TaskExecutionEnv
The Class TaskExecutionEnv.
| Constructor Summary | |
|---|---|
TaskExecutionEnv(ServicesAccessPoint accessPoint,
Blackboard blackboard)
Instantiates a new task execution env. |
|
| Method Summary | |
|---|---|
Blackboard |
getBlackboard()
Gets the blackboard holding the records to process. |
ServicesAccessPoint |
getServices()
Gets the services. |
boolean |
isCommitRequired()
Checks if is commit required. |
void |
setCommitRequired(boolean commitRequired)
Sets the commit required. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TaskExecutionEnv(ServicesAccessPoint accessPoint,
Blackboard blackboard)
accessPoint - the access pointblackboard - the blackboard to use| Method Detail |
|---|
public boolean isCommitRequired()
public void setCommitRequired(boolean commitRequired)
commitRequired - the new commit requiredpublic ServicesAccessPoint getServices()
public Blackboard getBlackboard()
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||