org.oddjob.scheduling
Interface WinningOutcome

All Superinterfaces:
Outcome

public interface WinningOutcome
extends Outcome

An Outcome for the winner. The winner should notify when work is complete. Notifying incomplete, or exception state is not yet supported.

Author:
rob

Method Summary
 void complete()
          Used by the winner to update state to complete.
 
Methods inherited from interface org.oddjob.scheduling.Outcome
getWinner, isWon
 

Method Detail

complete

void complete()
Used by the winner to update state to complete.