public interface TaskGlobalContext
TaskGlobalObject.prepareForTask(int, TaskGlobalContext)
.Modifier and Type | Method and Description |
---|---|
ModuleInstanceInfo |
getModuleInstanceInfo()
Returns information about current module.
|
int |
getReplicaId()
Returns replica ID of this task thread.
|
java.util.Set<java.lang.Integer> |
getTaskGroup()
Returns set of all task IDs in the task group where this task global is being
prepared.
|
java.lang.String |
getVarName()
Returns the var name assigned to this object in the module definition.
|
int getReplicaId()
ModuleInstanceInfo getModuleInstanceInfo()
java.util.Set<java.lang.Integer> getTaskGroup()
java.lang.String getVarName()