Package com.sun.enterprise.v3.admin
Class SupplementalCommandExecutorImpl.SupplementalCommandImpl
- java.lang.Object
-
- com.sun.enterprise.v3.admin.SupplementalCommandExecutorImpl.SupplementalCommandImpl
-
- All Implemented Interfaces:
SupplementalCommandExecutor.SupplementalCommand
- Enclosing class:
- SupplementalCommandExecutorImpl
public class SupplementalCommandExecutorImpl.SupplementalCommandImpl extends Object implements SupplementalCommandExecutor.SupplementalCommand
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(AdminCommandContext ctxt)AdminCommandgetCommand()ProgressgetProgressAnnotation()ProgressStatusgetProgressStatus()FailurePolicyonFailure()voidsetProgressStatus(ProgressStatus progressStatus)booleantoBeExecutedAfter()booleantoBeExecutedAfterReplication()booleantoBeExecutedBefore()List<RuntimeType>whereToRun()
-
-
-
Method Detail
-
execute
public void execute(AdminCommandContext ctxt)
- Specified by:
executein interfaceSupplementalCommandExecutor.SupplementalCommand
-
getCommand
public AdminCommand getCommand()
- Specified by:
getCommandin interfaceSupplementalCommandExecutor.SupplementalCommand
-
toBeExecutedBefore
public boolean toBeExecutedBefore()
- Specified by:
toBeExecutedBeforein interfaceSupplementalCommandExecutor.SupplementalCommand
-
toBeExecutedAfter
public boolean toBeExecutedAfter()
- Specified by:
toBeExecutedAfterin interfaceSupplementalCommandExecutor.SupplementalCommand
-
toBeExecutedAfterReplication
public boolean toBeExecutedAfterReplication()
- Specified by:
toBeExecutedAfterReplicationin interfaceSupplementalCommandExecutor.SupplementalCommand
-
onFailure
public FailurePolicy onFailure()
- Specified by:
onFailurein interfaceSupplementalCommandExecutor.SupplementalCommand
-
whereToRun
public List<RuntimeType> whereToRun()
- Specified by:
whereToRunin interfaceSupplementalCommandExecutor.SupplementalCommand
-
getProgressStatus
public ProgressStatus getProgressStatus()
- Specified by:
getProgressStatusin interfaceSupplementalCommandExecutor.SupplementalCommand
-
setProgressStatus
public void setProgressStatus(ProgressStatus progressStatus)
- Specified by:
setProgressStatusin interfaceSupplementalCommandExecutor.SupplementalCommand
-
getProgressAnnotation
public Progress getProgressAnnotation()
- Specified by:
getProgressAnnotationin interfaceSupplementalCommandExecutor.SupplementalCommand
-
-