Package org.glassfish.api.admin
Interface SupplementalCommandExecutor.SupplementalCommand
-
- Enclosing interface:
- SupplementalCommandExecutor
public static interface SupplementalCommandExecutor.SupplementalCommand
-
-
Method Summary
All Methods Instance Methods Abstract 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
void execute(AdminCommandContext ctxt)
-
getCommand
AdminCommand getCommand()
-
toBeExecutedBefore
boolean toBeExecutedBefore()
-
toBeExecutedAfter
boolean toBeExecutedAfter()
-
toBeExecutedAfterReplication
boolean toBeExecutedAfterReplication()
-
onFailure
FailurePolicy onFailure()
-
whereToRun
List<RuntimeType> whereToRun()
-
getProgressStatus
ProgressStatus getProgressStatus()
-
setProgressStatus
void setProgressStatus(ProgressStatus progressStatus)
-
getProgressAnnotation
Progress getProgressAnnotation()
-
-