Package org.glassfish.api.admin
Interface SupplementalCommandExecutor.SupplementalCommand
- Enclosing interface:
- SupplementalCommandExecutor
public static interface SupplementalCommandExecutor.SupplementalCommand
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(AdminCommandContext ctxt) voidsetProgressStatus(ProgressStatus progressStatus) booleanbooleanboolean
-
Method Details
-
execute
-
getCommand
AdminCommand getCommand() -
toBeExecutedBefore
boolean toBeExecutedBefore() -
toBeExecutedAfter
boolean toBeExecutedAfter() -
toBeExecutedAfterReplication
boolean toBeExecutedAfterReplication() -
onFailure
FailurePolicy onFailure() -
whereToRun
List<RuntimeType> whereToRun() -
getProgressStatus
ProgressStatus getProgressStatus() -
setProgressStatus
-
getProgressAnnotation
Progress getProgressAnnotation()
-