Uses of Class
org.glassfish.api.ActionReport.ExitCode

Packages that use ActionReport.ExitCode
org.glassfish.api   
org.glassfish.api.admin Admin commands in GlassFish 
 

Uses of ActionReport.ExitCode in org.glassfish.api
 

Methods in org.glassfish.api that return ActionReport.ExitCode
abstract  ActionReport.ExitCode ActionReport.getActionExitCode()
           
static ActionReport.ExitCode ActionReport.ExitCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ActionReport.ExitCode[] ActionReport.ExitCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.glassfish.api with parameters of type ActionReport.ExitCode
 boolean ActionReport.ExitCode.isWorse(ActionReport.ExitCode other)
           
abstract  void ActionReport.setActionExitCode(ActionReport.ExitCode exitCode)
           
 

Uses of ActionReport.ExitCode in org.glassfish.api.admin
 

Methods in org.glassfish.api.admin that return ActionReport.ExitCode
static ActionReport.ExitCode FailurePolicy.applyFailurePolicy(FailurePolicy f, ActionReport.ExitCode e)
           
 ActionReport.ExitCode ExecuteOn.TargetBasedExecutor.execute(java.lang.String commandName, AdminCommand command, AdminCommandContext context, ParameterMap parameters)
           
 ActionReport.ExitCode ClusterExecutor.execute(java.lang.String commandName, AdminCommand command, AdminCommandContext context, ParameterMap parameters)
          Execute the passed command on targeted remote instances.
 ActionReport.ExitCode SupplementalCommandExecutor.execute(java.lang.String commandName, Supplemental.Timing time, AdminCommandContext context, ParameterMap parameters, org.jvnet.hk2.component.MultiMap<java.lang.String,java.io.File> optionFileMap)
           
 

Methods in org.glassfish.api.admin with parameters of type ActionReport.ExitCode
static ActionReport.ExitCode FailurePolicy.applyFailurePolicy(FailurePolicy f, ActionReport.ExitCode e)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.