org.glassfish.api.admin
Interface SupplementalCommandExecutor


@Contract
public interface SupplementalCommandExecutor

An executor responsible for executing suplemental commands registered for a main command

Author:
Vijay Ramachandran

Method Summary
 ActionReport.ExitCode execute(java.lang.String commandName, Supplemental.Timing time, AdminCommandContext context, ParameterMap parameters, org.jvnet.hk2.component.MultiMap<java.lang.String,java.io.File> optionFileMap)
           
 

Method Detail

execute

ActionReport.ExitCode execute(java.lang.String commandName,
                              Supplemental.Timing time,
                              AdminCommandContext context,
                              ParameterMap parameters,
                              org.jvnet.hk2.component.MultiMap<java.lang.String,java.io.File> optionFileMap)


Copyright © 2012 GlassFish Community. All Rights Reserved.