Uses of Class
org.glassfish.api.ActionReport
Packages that use ActionReport
Package
Description
Admin commands in GlassFish
-
Uses of ActionReport in org.glassfish.api
Methods in org.glassfish.api that return ActionReportMethods in org.glassfish.api that return types with arguments of type ActionReportModifier and TypeMethodDescriptionabstract List<? extends ActionReport> ActionReport.getSubActionsReport()Methods in org.glassfish.api with parameters of type ActionReportModifier and TypeMethodDescriptionAsyncImpl.createWrapper(Async async, CommandModel model, AdminCommand command, ActionReport report) -
Uses of ActionReport in org.glassfish.api.admin
Methods in org.glassfish.api.admin that return ActionReportModifier and TypeMethodDescriptionAdminCommandContext.getActionReport()Returns the Reporter for this actionAdminCommandContextForInstance.getActionReport()AdminCommandContextImpl.getActionReport()AdminCommandState.getActionReport()Action report is created on Job creation and is just updated for its lifetime.CommandRunner.getActionReport(String name) Returns an initialized ActionReport instance for the passed type or null if it cannot be found.CommandInvocation.report()Methods in org.glassfish.api.admin with parameters of type ActionReportModifier and TypeMethodDescriptionvoidJob.complete(ActionReport report, Payload.Outbound outbound) Complete job with the given report and payload.JobManager.createJob(String scope, String name, Subject subject, boolean isManagedJob, ParameterMap parameters, ActionReport report) This will create a new job with the name of command and a new unused id for the jobCommandAspectBase.createWrapper(T ann, CommandModel model, AdminCommand command, ActionReport report) This methods can be used to wrap generic functionality around command execute.CommandAspectImpl.createWrapper(T ann, CommandModel model, AdminCommand command, ActionReport report) This methods can be used to wrap generic functionality around command execute.CommandRunner.getCommand(String scope, String commandName, ActionReport report) Obtain and return the command implementation defined by the passed commandNameCommandRunner.getCommand(String commandName, ActionReport report) Obtain and return the command implementation defined by the passed commandName for the null scopeCommandRunner.getCommandInvocation(String scope, String commandName, ActionReport report, Subject subject, boolean notify, boolean detach) Obtain a new command invocation object.default CommandInvocation<T> CommandRunner.getCommandInvocation(String commandName, ActionReport report, Subject subject) Obtain a new command invocation object.voidAdminCommandContext.setActionReport(ActionReport newReport) Change the Reporter for this actionvoidAdminCommandContextForInstance.setActionReport(ActionReport newReport) voidAdminCommandContextImpl.setActionReport(ActionReport newReport) Constructors in org.glassfish.api.admin with parameters of type ActionReportModifierConstructorDescriptionAdminCommandContextImpl(Logger logger, ActionReport report) AdminCommandContextImpl(Logger logger, ActionReport report, Payload.Inbound inboundPayload, Payload.Outbound outboundPayload, AdminCommandEventBroker eventBroker, String jobId) -
Uses of ActionReport in org.glassfish.api.deployment
Methods in org.glassfish.api.deployment that return ActionReportModifier and TypeMethodDescriptionDeploymentContext.getActionReport()Gets the action report for this context