public abstract class PauseTransitionXCommand extends TransitionXCommand<Void>
updateJob() : update job status and attributes pauseChildren() : submit or queue commands to pause children notifyParent() : update the status to upstream if any
insertList, job, updateListDEFAULT_LOCK_TIMEOUT, DEFAULT_REQUEUE_DELAY, dryrun, eventService, instrumentation, INSTRUMENTATION_GROUP, LOG| Constructor and Description | 
|---|
PauseTransitionXCommand(String name,
                                              String type,
                                              int priority)
The constructor for abstract class  
PauseTransitionXCommand | 
| Modifier and Type | Method and Description | 
|---|---|
protected Void | 
execute()
Command execution body. 
 | 
abstract void | 
pauseChildren()
pause actions associated with the job 
 | 
void | 
transitToNext()
Transit to the next status based on the result of the Job. 
 | 
generateEvents, getJob, notifyParent, performWrites, setJob, updateJobcall, eagerLoadState, eagerVerifyPrecondition, executeInterrupts, getCreatedTime, getEntityKey, getInstrumentation, getKey, getLockTimeOut, getLog, getName, getPriority, getRequeueDelay, getType, inInterruptMode, isLockRequired, isReQueueRequired, loadState, queue, queue, resetUsed, setInterruptMode, setLogInfo, toString, verifyPreconditionpublic PauseTransitionXCommand(String name, String type, int priority)
PauseTransitionXCommandname - the command nametype - the command typepriority - the command prioritypublic abstract void pauseChildren() throws CommandException
CommandException - thrown if failed to pause actionspublic final void transitToNext() throws CommandException
TransitionXCommandtransitToNext in class TransitionXCommand<Void>CommandExceptionprotected Void execute() throws CommandException
XCommandThis method will be invoked after the {link #loadState} and {link #verifyPrecondition} methods.
If the command requires locking, this method will be invoked ONLY if the lock has been acquired.
execute in class TransitionXCommand<Void>CommandException - thrown if the command execution failed.Copyright © 2016 Apache Software Foundation. All rights reserved.