Package org.oddjob
Interface Forceable
- All Known Implementing Classes:
AndState,AntJob,ArchiveBrowserJob,BasicBusService,BuildOddball,CascadeJob,CascadeJobDeprecated,ChooseFile,ConfirmationJob,DependsJob,EqualsState,EventJobBase,ExecBase,ExecJob,FlagState,ForEachJob,IfJob,InputJob,InvokeJob,JavaJob,JobWrapper,JoinJob,MultiExplorerLauncher,Oddjob,OddjobExplorer,OrState,ParallelJob,PropertiesJob,PropertiesJobBase,RepeatJob,ResetJob,Resets,Retry,RMIRegistryJob,RunJob,ScheduleBase,ScriptJob,SequentialJob,SerializableJob,ServicesJob,SetJob,SimpleJob,SimultaneousStructural,SplitDestinations,SshSequenceJob,StartJob,StateExpressionJob,StateReflector,StopJob,StructuralJob,SwitchJob,TaskRequest,Timer,TimerBase,Trigger,Trigger,VariablesJob,WaitJob,When
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
-
Method Details
-
force
void force()Force something. Generally this will be the state of a job to COMPLETE but other uses may be found.
-