Uses of Class
org.glassfish.api.ActionReport
-
Packages that use ActionReport Package Description org.glassfish.api org.glassfish.api.admin Admin commands in GlassFishorg.glassfish.api.deployment -
-
Uses of ActionReport in org.glassfish.api
Methods in org.glassfish.api that return ActionReport Modifier and Type Method Description abstract ActionReportActionReport. addSubActionsReport()Methods in org.glassfish.api that return types with arguments of type ActionReport Modifier and Type Method Description abstract List<? extends ActionReport>ActionReport. getSubActionsReport()Methods in org.glassfish.api with parameters of type ActionReport Modifier and Type Method Description WrappedAdminCommandAsyncImpl. 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 ActionReport Modifier and Type Method Description ActionReportAdminCommandContext. getActionReport()Returns the Reporter for this actionActionReportAdminCommandContextForInstance. getActionReport()ActionReportAdminCommandContextImpl. getActionReport()ActionReportAdminCommandState. getActionReport()ActionReportCommandRunner. getActionReport(String name)Returns an initialized ActionReport instance for the passed type or null if it cannot be found.ActionReportCommandRunner.CommandInvocation. report()Current report.Methods in org.glassfish.api.admin with parameters of type ActionReport Modifier and Type Method Description voidAdminCommandState. complete(ActionReport actionReport)Completes whole progress and records resultvoidJob. complete(ActionReport report, Payload.Outbound outbound)AdminCommandCommandAspectBase. createWrapper(T ann, CommandModel model, AdminCommand command, ActionReport report)This methods can be used to wrap generic functionality around command execute.AdminCommandCommandAspectImpl. 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.AdminCommandCommandRunner. getCommand(String scope, String commandName, ActionReport report, Logger logger)Obtain and return the command implementation defined by the passed commandNameAdminCommandCommandRunner. getCommand(String commandName, ActionReport report, Logger logger)Obtain and return the command implementation defined by the passed commandName for the null scopeCommandRunner.CommandInvocationCommandRunner. getCommandInvocation(String scope, String name, ActionReport report, Subject subject)Obtain a new command invocation object.CommandRunner.CommandInvocationCommandRunner. getCommandInvocation(String scope, String name, ActionReport report, Subject subject, boolean isNotify)Obtain a new command invocation object.CommandRunner.CommandInvocationCommandRunner. getCommandInvocation(String name, ActionReport report, Subject subject)Obtain a new command invocation object for the null scope.CommandRunner.CommandInvocationCommandRunner. 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 ActionReport Constructor Description AdminCommandContextImpl(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 ActionReport Modifier and Type Method Description ActionReportDeploymentContext. getActionReport()Gets the action report for this context
-