org.oddjob
Interface Forceable

All Known Implementing Classes:
AndState, AntJob, ArchiveBrowserJob, CascadeJob, ChooseFile, ConfirmationJob, DependsJob, EqualsState, ExecJob, FlagState, ForEachJob, IfJob, InputJob, InvokeJob, JoinJob, MegaBeanBus, MultiExplorerLauncher, Oddjob, OddjobExplorer, OrState, ParallelJob, PropertiesJob, PropertiesJobBase, RepeatJob, ResetJob, Resets, RMIRegistryJob, RunJob, RunnableWrapper, ScriptJob, SequentialJob, SerializableJob, ServicesJob, SetJob, SimpleJob, SimultaneousStructural, StartJob, StateReflector, StopJob, StructuralJob, VariablesJob, WaitJob

public interface Forceable

Allow something to be forced. This is intended to be used to force the state of a job to COMPLETE, but this intent is not captured in the name of this interface or the corresponding job action as other uses may be found.

Author:
rob

Method Summary
 void force()
          Force something.
 

Method Detail

force

void force()
Force something. Generally this will be the state of a job to COMPLETE but other uses may be found.