Uses of Interface
org.glassfish.api.admin.SupplementalCommandExecutor.SupplementalCommand
-
Packages that use SupplementalCommandExecutor.SupplementalCommand Package Description com.sun.enterprise.v3.admin org.glassfish.api.admin Admin commands in GlassFish -
-
Uses of SupplementalCommandExecutor.SupplementalCommand in com.sun.enterprise.v3.admin
Classes in com.sun.enterprise.v3.admin that implement SupplementalCommandExecutor.SupplementalCommand Modifier and Type Class Description classSupplementalCommandExecutorImpl.SupplementalCommandImplMethods in com.sun.enterprise.v3.admin that return types with arguments of type SupplementalCommandExecutor.SupplementalCommand Modifier and Type Method Description Collection<SupplementalCommandExecutor.SupplementalCommand>SupplementalCommandExecutorImpl. listSupplementalCommands(String commandName)Method parameters in com.sun.enterprise.v3.admin with type arguments of type SupplementalCommandExecutor.SupplementalCommand Modifier and Type Method Description ActionReport.ExitCodeSupplementalCommandExecutorImpl. execute(Collection<SupplementalCommandExecutor.SupplementalCommand> supplementals, Supplemental.Timing time, AdminCommandContext context, ParameterMap parameters, org.jvnet.hk2.component.MultiMap<String,File> optionFileMap) -
Uses of SupplementalCommandExecutor.SupplementalCommand in org.glassfish.api.admin
Methods in org.glassfish.api.admin that return types with arguments of type SupplementalCommandExecutor.SupplementalCommand Modifier and Type Method Description Collection<SupplementalCommandExecutor.SupplementalCommand>SupplementalCommandExecutor. listSupplementalCommands(String commandName)Method parameters in org.glassfish.api.admin with type arguments of type SupplementalCommandExecutor.SupplementalCommand Modifier and Type Method Description ActionReport.ExitCodeSupplementalCommandExecutor. execute(Collection<SupplementalCommandExecutor.SupplementalCommand> supplementals, Supplemental.Timing time, AdminCommandContext context, ParameterMap parameters, org.jvnet.hk2.component.MultiMap<String,File> optionFileMap)
-