com.sun.enterprise.v3.admin
Class SupplementalCommandExecutorImpl

java.lang.Object
  extended by com.sun.enterprise.v3.admin.SupplementalCommandExecutorImpl
All Implemented Interfaces:
SupplementalCommandExecutor

@Service(name="SupplementalCommandExecutorImpl")
public class SupplementalCommandExecutorImpl
extends Object
implements SupplementalCommandExecutor

An executor that executes Supplemental commands means for current command

Author:
Vijay Ramachandran

Constructor Summary
SupplementalCommandExecutorImpl()
           
 
Method Summary
 ActionReport.ExitCode execute(String commandName, Supplemental.Timing time, AdminCommandContext context, ParameterMap parameters, org.jvnet.hk2.component.MultiMap<String,File> optionFileMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SupplementalCommandExecutorImpl

public SupplementalCommandExecutorImpl()
Method Detail

execute

public ActionReport.ExitCode execute(String commandName,
                                     Supplemental.Timing time,
                                     AdminCommandContext context,
                                     ParameterMap parameters,
                                     org.jvnet.hk2.component.MultiMap<String,File> optionFileMap)
Specified by:
execute in interface SupplementalCommandExecutor


Copyright © 2012. All Rights Reserved.