public class SupplementalCommandExecutorImpl.SupplementalCommandImpl extends Object implements org.glassfish.api.admin.SupplementalCommandExecutor.SupplementalCommand
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.glassfish.api.admin.AdminCommandContext ctxt) |
org.glassfish.api.admin.AdminCommand |
getCommand() |
org.glassfish.api.admin.Progress |
getProgressAnnotation() |
org.glassfish.api.admin.ProgressStatus |
getProgressStatus() |
org.glassfish.api.admin.FailurePolicy |
onFailure() |
void |
setProgressStatus(org.glassfish.api.admin.ProgressStatus progressStatus) |
boolean |
toBeExecutedAfter() |
boolean |
toBeExecutedAfterReplication() |
boolean |
toBeExecutedBefore() |
List<org.glassfish.api.admin.RuntimeType> |
whereToRun() |
public void execute(org.glassfish.api.admin.AdminCommandContext ctxt)
execute in interface org.glassfish.api.admin.SupplementalCommandExecutor.SupplementalCommandpublic org.glassfish.api.admin.AdminCommand getCommand()
getCommand in interface org.glassfish.api.admin.SupplementalCommandExecutor.SupplementalCommandpublic boolean toBeExecutedBefore()
toBeExecutedBefore in interface org.glassfish.api.admin.SupplementalCommandExecutor.SupplementalCommandpublic boolean toBeExecutedAfter()
toBeExecutedAfter in interface org.glassfish.api.admin.SupplementalCommandExecutor.SupplementalCommandpublic boolean toBeExecutedAfterReplication()
toBeExecutedAfterReplication in interface org.glassfish.api.admin.SupplementalCommandExecutor.SupplementalCommandpublic org.glassfish.api.admin.FailurePolicy onFailure()
onFailure in interface org.glassfish.api.admin.SupplementalCommandExecutor.SupplementalCommandpublic List<org.glassfish.api.admin.RuntimeType> whereToRun()
whereToRun in interface org.glassfish.api.admin.SupplementalCommandExecutor.SupplementalCommandpublic org.glassfish.api.admin.ProgressStatus getProgressStatus()
getProgressStatus in interface org.glassfish.api.admin.SupplementalCommandExecutor.SupplementalCommandpublic void setProgressStatus(org.glassfish.api.admin.ProgressStatus progressStatus)
setProgressStatus in interface org.glassfish.api.admin.SupplementalCommandExecutor.SupplementalCommandpublic org.glassfish.api.admin.Progress getProgressAnnotation()
getProgressAnnotation in interface org.glassfish.api.admin.SupplementalCommandExecutor.SupplementalCommandCopyright © 2013. All Rights Reserved.