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()CommandRunner.getActionReport(String name) Returns an initialized ActionReport instance for the passed type or null if it cannot be found.CommandRunner.CommandInvocation.report()Current report.Methods in org.glassfish.api.admin with parameters of type ActionReportModifier and TypeMethodDescriptionvoidAdminCommandState.complete(ActionReport actionReport) Completes whole progress and records resultvoidJob.complete(ActionReport report, Payload.Outbound outbound) CommandAspectBase.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.static AdminCommandCommandSupport.createWrappers(org.glassfish.hk2.api.ServiceLocator serviceLocator, CommandModel model, AdminCommand command, ActionReport report) Execute wrapping aspects, seeAsyncImplfor example.CommandRunner.getCommand(String scope, String commandName, ActionReport report, Logger logger) Obtain and return the command implementation defined by the passed commandNameCommandRunner.getCommand(String commandName, ActionReport report, Logger logger) Obtain and return the command implementation defined by the passed commandName for the null scopeCommandRunner.getCommandInvocation(String scope, String name, ActionReport report, Subject subject) Obtain a new command invocation object.CommandRunner.getCommandInvocation(String scope, String name, ActionReport report, Subject subject, boolean isNotify) Obtain a new command invocation object.CommandRunner.getCommandInvocation(String name, ActionReport report, Subject subject) Obtain a new command invocation object for the null scope.CommandRunner.getCommandInvocation(String name, ActionReport report, Subject subject, boolean isNotify) Obtain a new command invocation object for the null scope.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