Uses of Class
org.glassfish.api.admin.ParameterMap
Packages that use ParameterMap
-
Uses of ParameterMap in org.glassfish.api.admin
Methods in org.glassfish.api.admin that return ParameterMapModifier and TypeMethodDescriptionJob.getParameters()Fluent API for adding parameters to the map.Methods in org.glassfish.api.admin with parameters of type ParameterMapModifier and TypeMethodDescriptionJobCreator.createJob(String id, String scope, String name, Subject subject, boolean isManagedJob, ParameterMap parameters) ClusterExecutor.execute(String commandName, AdminCommand command, AdminCommandContext context, ParameterMap parameters) Execute the passed command on targeted remote instances.SupplementalCommandExecutor.execute(Collection<SupplementalCommandExecutor.SupplementalCommand> suplementals, Supplemental.Timing time, AdminCommandContext context, ParameterMap parameters, org.jvnet.hk2.component.MultiMap<String, File> optionFileMap) TargetBasedExecutor.execute(String commandName, AdminCommand command, AdminCommandContext context, ParameterMap parameters) ParameterBridge.get(ParameterMap map, String resourceName) Returns the parameter values as expected by the injection code when a dependency injection annotated field or method (for instance, annotated with @Param or @Inject) needs to be resolved.ParameterBridge.NoMapper.get(ParameterMap map, String resourceName) ParameterBridge.getOne(ParameterMap map, String resourceName) Returns the parameter value as expected by the injection code when a dependency injection annotated field or method (for instance, annotated with @Param or @Inject) needs to be resolved.ParameterBridge.NoMapper.getOne(ParameterMap map, String resourceName) CommandRunner.CommandInvocation.parameters(ParameterMap params) Sets the command parameters as a ParameterMap.Constructors in org.glassfish.api.admin with parameters of type ParameterMap