Package com.tangosol.util.fsm
Interface NonBlockingFiniteStateMachine.TaskDependencies
- 
- All Known Implementing Classes:
 NonBlockingFiniteStateMachine.DefaultTaskDependencies
- Enclosing class:
 - NonBlockingFiniteStateMachine<S extends Enum<S>>
 
public static interface NonBlockingFiniteStateMachine.TaskDependenciesDependencies for Task. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetAssociatedKey()Return the associated key for the task.longgetExecutionTimeoutMillis()Return the execution timeout for the task in millisecond. 
 - 
 
- 
- 
Method Detail
- 
getExecutionTimeoutMillis
long getExecutionTimeoutMillis()
Return the execution timeout for the task in millisecond.- Returns:
 - the execution timeout
 
 
- 
getAssociatedKey
Object getAssociatedKey()
Return the associated key for the task.- Returns:
 - the associated key
 
 
 - 
 
 -