Uses of Class
org.glassfish.api.ActionReport

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

Uses of ActionReport in org.glassfish.api
 

Methods in org.glassfish.api that return ActionReport
abstract  ActionReport ActionReport.addSubActionsReport()
           
 

Methods in org.glassfish.api that return types with arguments of type ActionReport
abstract  java.util.List<? extends ActionReport> ActionReport.getSubActionsReport()
           
 

Uses of ActionReport in org.glassfish.api.admin
 

Fields in org.glassfish.api.admin declared as ActionReport
 ActionReport AdminCommandContext.report
           
 

Methods in org.glassfish.api.admin that return ActionReport
 ActionReport AdminCommandContext.getActionReport()
          Returns the Reporter for this action
 ActionReport CommandRunner.getActionReport(java.lang.String name)
          Returns an initialized ActionReport instance for the passed type or null if it cannot be found.
 

Methods in org.glassfish.api.admin with parameters of type ActionReport
 AdminCommand CommandRunner.getCommand(java.lang.String commandName, ActionReport report, java.util.logging.Logger logger)
          Obtain and return the command implementation defined by the passed commandName
 CommandRunner.CommandInvocation CommandRunner.getCommandInvocation(java.lang.String name, ActionReport report)
          Obtain a new command invocation object.
 void AdminCommandContext.setActionReport(ActionReport newReport)
          Change the Reporter for this action
 

Constructors in org.glassfish.api.admin with parameters of type ActionReport
AdminCommandContext(java.util.logging.Logger logger, ActionReport report)
           
AdminCommandContext(java.util.logging.Logger logger, ActionReport report, Payload.Inbound inboundPayload, Payload.Outbound outboundPayload)
           
 

Uses of ActionReport in org.glassfish.api.deployment
 

Methods in org.glassfish.api.deployment that return ActionReport
 ActionReport DeploymentContext.getActionReport()
          Gets the action report for this context
 



Copyright © 2012 GlassFish Community. All Rights Reserved.