Uses of Class
org.glassfish.api.admin.Supplemental.Timing
-
Packages that use Supplemental.Timing Package Description org.glassfish.api.admin Admin commands in GlassFish -
-
Uses of Supplemental.Timing in org.glassfish.api.admin
Methods in org.glassfish.api.admin that return Supplemental.Timing Modifier and Type Method Description Supplemental.Timingon()Supplemental commands can be run before or after the supplemented command.static Supplemental.TimingSupplemental.Timing. valueOf(String name)Returns the enum constant of this type with the specified name.static Supplemental.Timing[]Supplemental.Timing. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.api.admin with parameters of type Supplemental.Timing Modifier and Type Method Description ActionReport.ExitCodeSupplementalCommandExecutor. execute(Collection<SupplementalCommandExecutor.SupplementalCommand> suplementals, Supplemental.Timing time, AdminCommandContext context, ParameterMap parameters, org.jvnet.hk2.component.MultiMap<String,File> optionFileMap)
-