Uses of Class
org.glassfish.api.ActionReport
-
-
Uses of ActionReport in com.sun.enterprise.admin.cli.remote
Methods in com.sun.enterprise.admin.cli.remote that return ActionReport Modifier and Type Method Description ActionReportRemoteCLICommand. executeAndReturnActionReport(String... args)Execute the command and return the main attributes from the manifest instead of writing out the output. -
Uses of ActionReport in com.sun.enterprise.admin.commands
Methods in com.sun.enterprise.admin.commands with parameters of type ActionReport Modifier and Type Method Description voidProtocolSslConfigHandler. create(CreateSsl command, ActionReport report)voidSslConfigHandler. create(CreateSsl command, ActionReport report)creates the SSL configuration for a particular create-ssl command invocation.voidProtocolSslConfigHandler. delete(DeleteSsl command, ActionReport report)voidSslConfigHandler. delete(DeleteSsl command, ActionReport report)Deletes the SSL configuration for a delete-ssl command invocationvoidCreateSsl. reportError(ActionReport report, TransactionFailure e)voidDeleteSsl. reportError(ActionReport report, Exception e)voidCreateSsl. reportSuccess(ActionReport report) -
Uses of ActionReport in com.sun.enterprise.admin.remote
Fields in com.sun.enterprise.admin.remote declared as ActionReport Modifier and Type Field Description protected ActionReportAdminCommandStateImpl. actionReportMethods in com.sun.enterprise.admin.remote that return ActionReport Modifier and Type Method Description ActionReportAdminCommandStateImpl. getActionReport()ActionReportParamsWithPayload. getActionReport()ActionReportRemoteRestAdminCommand. getActionReport()Methods in com.sun.enterprise.admin.remote with parameters of type ActionReport Modifier and Type Method Description voidAdminCommandStateImpl. complete(ActionReport actionReport)protected voidRemoteRestAdminCommand. setActionReport(ActionReport ar)Constructors in com.sun.enterprise.admin.remote with parameters of type ActionReport Constructor Description AdminCommandStateImpl(AdminCommandState.State state, ActionReport actionReport, boolean payloadIsEmpty, String id)ParamsWithPayload(RestPayloadImpl.Inbound payloadInbound, ParameterMap parameters, ActionReport actionReport)ParamsWithPayload(RestPayloadImpl.Outbound payloadOutbound, ActionReport actionReport) -
Uses of ActionReport in com.sun.enterprise.admin.remote.reader
Subclasses of ActionReport in com.sun.enterprise.admin.remote.reader Modifier and Type Class Description classCliActionReportTemporary implementation.Methods in com.sun.enterprise.admin.remote.reader that return ActionReport Modifier and Type Method Description ActionReportCliActionReport. addSubActionsReport()ActionReportActionReportJsonProprietaryReader. readFrom(InputStream is, String contentType)ActionReportActionReportJsonProprietaryReader. readFrom(HttpURLConnection urlConnection)Methods in com.sun.enterprise.admin.remote.reader with parameters of type ActionReport Modifier and Type Method Description static voidActionReportJsonProprietaryReader. fillActionReport(ActionReport ar, jakarta.json.JsonObject json)Turns aJsonObjectinto anActionReport -
Uses of ActionReport in com.sun.enterprise.admin.remote.writer
Methods in com.sun.enterprise.admin.remote.writer with parameters of type ActionReport Modifier and Type Method Description protected voidMultipartProprietaryWriter. writeActionReport(Writer writer, OutputStream underOS, String boundary, ActionReport ar)voidMultipartProprietaryWriter. writeTo(Payload.Outbound payload, ParameterMap parameters, ActionReport ar, OutputStream os, MultipartProprietaryWriter.ContentTypeWriter contentTypeWriter) -
Uses of ActionReport in com.sun.enterprise.admin.report
Subclasses of ActionReport in com.sun.enterprise.admin.report Modifier and Type Class Description classActionReporterSuperclass for common ActionReport extension.classDoNothingActionReporterPlainTextActionReporter is being used as a fake ActionReporter when one is required.classHTMLActionReporterClass for reporting the result of a command using HTML.classJsonActionReporterWrites command output to a json streamclassPlainTextActionReporterclassPropsFileActionReporterAction reporter to a manifest fileclassXMLActionReporterRepresents the action report as XML like this:
<action-report description="xxx" exit-code="xxx" [failure-cause="xxx"]>
<message-part message="xxx">
<property name="xxx" value="xxx"/>
...classXMLContentActionReporterRepresents the action report as XML like this:
<action-report description="xxx" exit-code="xxx" [failure-cause="xxx"]>
<message-part message="">
<property name="xxx" value="xxx"/>
...Methods in com.sun.enterprise.admin.report that return ActionReport Modifier and Type Method Description ActionReportActionReporter. addSubActionsReport() -
Uses of ActionReport in com.sun.enterprise.admin.util
Methods in com.sun.enterprise.admin.util that return ActionReport Modifier and Type Method Description ActionReportInstanceCommandExecutor. getReport()ActionReportInstanceRestCommandExecutor. getReport()Constructors in com.sun.enterprise.admin.util with parameters of type ActionReport Constructor Description InstanceCommandExecutor(org.glassfish.hk2.api.ServiceLocator habitat, String name, FailurePolicy fail, FailurePolicy offline, Server server, String host, int port, Logger logger, ParameterMap p, ActionReport r, InstanceCommandResult res)InstanceRestCommandExecutor(org.glassfish.hk2.api.ServiceLocator habitat, String name, FailurePolicy fail, FailurePolicy offline, Server server, String host, int port, Logger logger, ParameterMap p, ActionReport r, InstanceCommandResult res) -
Uses of ActionReport in com.sun.enterprise.util.cluster
Constructors in com.sun.enterprise.util.cluster with parameters of type ActionReport Constructor Description InstanceInfo(org.glassfish.hk2.api.ServiceLocator habitat, Server svr, int port0, String host0, String cluster0, String deploymentGroups, Logger logger0, int timeout0, ActionReport report, InstanceStateService stateService) -
Uses of ActionReport in com.sun.enterprise.v3.admin
Methods in com.sun.enterprise.v3.admin that return ActionReport Modifier and Type Method Description ActionReportCommandRunnerImpl. getActionReport(String name)Returns an initialized ActionReport instance for the passed type or null if it cannot be found.ActionReportProcessHttpCommandRequestException. getReport()ActionReportInserverCommandRunnerHelper. runCommand(String command, ParameterMap parameters, ActionReport report, Subject subject)Methods in com.sun.enterprise.v3.admin with parameters of type ActionReport Modifier and Type Method Description voidListCommand. callInstance(ActionReport report, AdminCommandContext context, String targetName)voidAdminCommandInstanceImpl. complete(ActionReport report, Payload.Outbound outbound)AdminCommandCommandRunnerImpl. getCommand(String scope, String commandName, ActionReport report, Logger logger)Obtain and return the command implementation defined by the passed commandName.AdminCommandCommandRunnerImpl. getCommand(String commandName, ActionReport report, Logger logger)Obtain and return the command implementation defined by the passed commandName for the null scope.CommandRunner.CommandInvocationCommandRunnerImpl. getCommandInvocation(String scope, String name, ActionReport report, Subject subject)CommandRunner.CommandInvocationCommandRunnerImpl. getCommandInvocation(String scope, String name, ActionReport report, Subject subject, boolean isNotify)Obtain a new command invocation object.CommandRunner.CommandInvocationCommandRunnerImpl. getCommandInvocation(String name, ActionReport report, Subject subject)CommandRunner.CommandInvocationCommandRunnerImpl. getCommandInvocation(String name, ActionReport report, Subject subject, boolean isNotify)Obtain a new command invocation object for the null scope.voidCommandRunnerImpl. getHelp(AdminCommand command, ActionReport report)static booleanCommandRunnerImpl. injectParameters(CommandModel model, Object injectionTarget, InjectionResolver<Param> injector, ActionReport report)ActionReportInserverCommandRunnerHelper. runCommand(String command, ParameterMap parameters, ActionReport report, Subject subject)Constructors in com.sun.enterprise.v3.admin with parameters of type ActionReport Constructor Description ProcessHttpCommandRequestException(ActionReport report)Constructs an instance ofInvalidPreconditionExceptionwith the specified detail message.ProcessHttpCommandRequestException(ActionReport report, org.glassfish.grizzly.http.util.HttpStatus responseStatus)Constructs an instance ofInvalidPreconditionExceptionwith the specified detail message. -
Uses of ActionReport in com.sun.enterprise.v3.admin.cluster
Methods in com.sun.enterprise.v3.admin.cluster that return ActionReport Modifier and Type Method Description ActionReportCommandRunnable. getActionReport()Returns the ActionReport that was passed on the constructor.ActionReportClusterCommandHelper. runCommand(String command, ParameterMap map, String targetName, AdminCommandContext context, boolean verbose)Loop through all instances in a cluster and execute a command for each one.ActionReportClusterCommandHelper. runCommand(String command, ParameterMap map, String targetName, AdminCommandContext context, boolean verbose, boolean rolling)Loop through all instances in a cluster and execute a command for each one.Methods in com.sun.enterprise.v3.admin.cluster with parameters of type ActionReport Modifier and Type Method Description voidServerSynchronizer. synchronize(Server server, SyncRequest syncRequest, Payload.Outbound payload, ActionReport report, Logger logger)Handle a single synchronization request for the given server by adding the needed files to the payload.Constructors in com.sun.enterprise.v3.admin.cluster with parameters of type ActionReport Constructor Description CommandRunnable(CommandRunner.CommandInvocation commandInvocation, ActionReport report, BlockingQueue<CommandRunnable> responseQueue)Construct a CommandRunnable. -
Uses of ActionReport in com.sun.enterprise.v3.server
Methods in com.sun.enterprise.v3.server that return ActionReport Modifier and Type Method Description ActionReportApplicationLifecycle.DeploymentContextBuidlerImpl. report()Methods in com.sun.enterprise.v3.server with parameters of type ActionReport Modifier and Type Method Description ExtendedDeploymentContextApplicationLifecycle. disable(UndeployCommandParameters commandParams, Application app, ApplicationInfo appInfo, ActionReport report, Logger logger)ExtendedDeploymentContextApplicationLifecycle. enable(String target, Application app, ApplicationRef appRef, ActionReport report, Logger logger)Deployment.DeploymentContextBuilderApplicationLifecycle. getBuilder(Logger logger, OpsParams params, ActionReport report)Constructors in com.sun.enterprise.v3.server with parameters of type ActionReport Constructor Description DeploymentContextBuidlerImpl(Logger logger, OpsParams params, ActionReport report) -
Uses of ActionReport in fish.payara.ejb.http.admin
Methods in fish.payara.ejb.http.admin with parameters of type ActionReport Modifier and Type Method Description protected voidSetEjbInvokerConfigurationCommand. createDefaultUser(EjbInvokerConfiguration config, ActionReport subActionReport, Subject subject)protected booleanSetEjbInvokerConfigurationCommand. defaultUserExists(EjbInvokerConfiguration config, ActionReport subActionReport, Subject subject)voidSetEjbInvokerConfigurationCommand. disableEjbInvoker(ActionReport report)voidSetEjbInvokerConfigurationCommand. enableEjbInvoker(ActionReport report) -
Uses of ActionReport in fish.payara.microprofile
Methods in fish.payara.microprofile with parameters of type ActionReport Modifier and Type Method Description protected voidSetSecureMicroprofileConfigurationCommand. createDefaultMicroprofileUser(ActionReport subActionReport, Subject subject)protected booleanSetSecureMicroprofileConfigurationCommand. defaultMicroprofileUserExists(ActionReport subActionReport, Subject subject) -
Uses of ActionReport in fish.payara.microprofile.config.extensions.aws
Methods in fish.payara.microprofile.config.extensions.aws with parameters of type ActionReport Modifier and Type Method Description protected voidSetAWSSecretsConfigSourceConfigurationCommand. applyValues(ActionReport report, AWSSecretsConfigSourceConfiguration configuration) -
Uses of ActionReport in fish.payara.microprofile.config.extensions.azure.admin
Methods in fish.payara.microprofile.config.extensions.azure.admin with parameters of type ActionReport Modifier and Type Method Description protected voidSetAzureSecretsConfigSourceConfigurationCommand. applyValues(ActionReport report, AzureSecretsConfigSourceConfiguration configuration) -
Uses of ActionReport in fish.payara.microprofile.config.extensions.dynamodb.admin
Methods in fish.payara.microprofile.config.extensions.dynamodb.admin with parameters of type ActionReport Modifier and Type Method Description protected voidSetDynamoDBConfigSourceConfigurationCommand. applyValues(ActionReport report, DynamoDBConfigSourceConfiguration configuration) -
Uses of ActionReport in fish.payara.microprofile.config.extensions.gcp
Methods in fish.payara.microprofile.config.extensions.gcp with parameters of type ActionReport Modifier and Type Method Description protected voidSetGCPSecretsConfigSourceConfigurationCommand. applyValues(ActionReport report, GCPSecretsConfigSourceConfiguration configuration) -
Uses of ActionReport in fish.payara.microprofile.config.extensions.hashicorp.admin
Methods in fish.payara.microprofile.config.extensions.hashicorp.admin with parameters of type ActionReport Modifier and Type Method Description protected voidSetHashiCorpSecretsConfigSourceConfigurationCommand. applyValues(ActionReport report, HashiCorpSecretsConfigSourceConfiguration configuration) -
Uses of ActionReport in fish.payara.microprofile.config.extensions.ldap.admin
Methods in fish.payara.microprofile.config.extensions.ldap.admin with parameters of type ActionReport Modifier and Type Method Description protected voidSetLDAPConfigSourceConfiguration. applyValues(ActionReport report, LDAPConfigSourceConfiguration configuration) -
Uses of ActionReport in fish.payara.nucleus.microprofile.config.source.extension
Methods in fish.payara.nucleus.microprofile.config.source.extension with parameters of type ActionReport Modifier and Type Method Description protected voidBaseSetConfigSourceConfigurationCommand. applyValues(ActionReport report, C configuration)Configure the configuration ConfigBeanProxy from the @Param injected class fields. -
Uses of ActionReport in org.glassfish.admin.monitor.cli
Methods in org.glassfish.admin.monitor.cli that return ActionReport Modifier and Type Method Description ActionReportMonitorContract. process(ActionReport report, String filter)Methods in org.glassfish.admin.monitor.cli with parameters of type ActionReport Modifier and Type Method Description ActionReportMonitorContract. process(ActionReport report, String filter) -
Uses of ActionReport in org.glassfish.admin.monitor.jvm.statistics
Methods in org.glassfish.admin.monitor.jvm.statistics that return ActionReport Modifier and Type Method Description ActionReportJVMStatsImpl. process(ActionReport report, String filter)Methods in org.glassfish.admin.monitor.jvm.statistics with parameters of type ActionReport Modifier and Type Method Description ActionReportJVMStatsImpl. process(ActionReport report, String filter) -
Uses of ActionReport in org.glassfish.admin.payload
Constructors in org.glassfish.admin.payload with parameters of type ActionReport Constructor Description Perm(File targetDir, ActionReport report, Logger logger)Creates a new PayloadFilesManager for dealing with permanent files that will be anchored at the specified target directory.Perm(File targetDir, ActionReport report, Logger logger, PayloadFilesManager.ActionReportHandler reportHandler)Creates a new PayloadFilesManager for permanent files anchored at the specified target directory.Perm(ActionReport report, Logger logger)Creates a new PayloadFilesManager for permanent files anchored at the caller's current directory.Perm(ActionReport report, Logger logger, PayloadFilesManager.ActionReportHandler reportHandler)Creates a new PayloadFilesManager for permanent files anchored at the caller's current directory.Temp(File parentDir, ActionReport report, Logger logger)Temp(ActionReport report, Logger logger)Creates a new PayloadFilesManager for temporary files. -
Uses of ActionReport in org.glassfish.admin.rest.composite
Methods in org.glassfish.admin.rest.composite with parameters of type ActionReport Modifier and Type Method Description ResponseBodyResponseBodyBuilder. build(ActionReport report)ResponseBodyResponseBodyBuilderImpl. build(ActionReport report)protected abstract ResponseBodyResponseBodyBuilderImpl. success(ActionReport report) -
Uses of ActionReport in org.glassfish.admin.rest.provider
Methods in org.glassfish.admin.rest.provider with parameters of type ActionReport Modifier and Type Method Description protected voidParamsWithPayloadMultipartWriter. writeActionReport(Writer writer, OutputStream underOS, String boundary, ActionReport ar) -
Uses of ActionReport in org.glassfish.admin.rest.utils
Methods in org.glassfish.admin.rest.utils that return ActionReport Modifier and Type Method Description ActionReportSseCommandHelper.ActionReportProcessor. process(ActionReport report, org.glassfish.jersey.media.sse.EventOutput ec)Framework calls this method to process report before it is send to the client.Methods in org.glassfish.admin.rest.utils with parameters of type ActionReport Modifier and Type Method Description static voidResourceUtil. addMethodMetaData(ActionReport ar, Map<String,MethodMetaData> mmd)static List<String>StringUtil. getActionReportMessageParts(ActionReport actionReport)Return the message parts of an action report as a ListActionReportSseCommandHelper.ActionReportProcessor. process(ActionReport report, org.glassfish.jersey.media.sse.EventOutput ec)Framework calls this method to process report before it is send to the client. -
Uses of ActionReport in org.glassfish.admin.rest.utils.xml
Subclasses of ActionReport in org.glassfish.admin.rest.utils.xml Modifier and Type Class Description classRestActionReporter -
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 -
Uses of ActionReport in org.glassfish.batch
Methods in org.glassfish.batch with parameters of type ActionReport Modifier and Type Method Description protected abstract voidAbstractListCommandProxy. postInvoke(AdminCommandContext context, ActionReport subReport)protected voidListBatchJobExecutionsProxy. postInvoke(AdminCommandContext context, ActionReport subReport)protected voidListBatchJobsProxy. postInvoke(AdminCommandContext context, ActionReport subReport)protected voidListBatchJobStepsProxy. postInvoke(AdminCommandContext context, ActionReport subReport)protected booleanAbstractListCommandProxy. preInvoke(AdminCommandContext ctx, ActionReport subReport)protected booleanListBatchJobExecutionsProxy. preInvoke(AdminCommandContext ctx, ActionReport subReport)protected booleanListBatchJobStepsProxy. preInvoke(AdminCommandContext ctx, ActionReport subReport) -
Uses of ActionReport in org.glassfish.connectors.admin.cli
Methods in org.glassfish.connectors.admin.cli with parameters of type ActionReport Modifier and Type Method Description booleanConnectionPoolUtil. isValidApplication(String applicationName, String poolName, ActionReport report)booleanConnectionPoolUtil. isValidModule(String applicationName, String moduleName, String poolName, ActionReport report)booleanConnectionPoolUtil. isValidPool(Resources resources, String poolName, String prefix, ActionReport report) -
Uses of ActionReport in org.glassfish.deployment.common
Methods in org.glassfish.deployment.common that return ActionReport Modifier and Type Method Description ActionReportDeploymentContextImpl. getActionReport()Gets the action report for this contextConstructors in org.glassfish.deployment.common with parameters of type ActionReport Constructor Description DeploymentContextImpl(ActionReport actionReport, Logger logger, ReadableArchive source, OpsParams params, ServerEnvironment env)DeploymentContextImpl(ActionReport actionReport, ReadableArchive source, OpsParams params, ServerEnvironment env) -
Uses of ActionReport in org.glassfish.deployment.versioning
Methods in org.glassfish.deployment.versioning with parameters of type ActionReport Modifier and Type Method Description voidVersioningService. handleDisable(String appName, String target, ActionReport report, Subject subject)Disable the enabled version of the application if it exists. -
Uses of ActionReport in org.glassfish.internal.deployment
Methods in org.glassfish.internal.deployment that return ActionReport Modifier and Type Method Description ActionReportDeployment.DeploymentContextBuilder. report()Methods in org.glassfish.internal.deployment with parameters of type ActionReport Modifier and Type Method Description DeploymentContextDeployment. disable(UndeployCommandParameters commandParams, Application app, ApplicationInfo appInfo, ActionReport report, Logger logger)DeploymentContextDeployment. enable(String target, Application app, ApplicationRef appRef, ActionReport report, Logger logger)Deployment.DeploymentContextBuilderDeployment. getBuilder(Logger loggger, OpsParams params, ActionReport report) -
Uses of ActionReport in org.glassfish.internal.embedded.admin
Methods in org.glassfish.internal.embedded.admin that return ActionReport Modifier and Type Method Description ActionReportCommandExecution. getActionReport() -
Uses of ActionReport in org.glassfish.orb.admin.config.handler
Methods in org.glassfish.orb.admin.config.handler with parameters of type ActionReport Modifier and Type Method Description voidIiopServiceSslConfigHandler. create(CreateSsl command, ActionReport report)voidIiopSslConfigHandler. create(CreateSsl command, ActionReport report)voidIiopServiceSslConfigHandler. delete(DeleteSsl command, ActionReport report)voidIiopSslConfigHandler. delete(DeleteSsl command, ActionReport report) -
Uses of ActionReport in org.glassfish.persistence.common
Methods in org.glassfish.persistence.common with parameters of type ActionReport Modifier and Type Method Description static voidJava2DBProcessorHelper. warnUser(ActionReport report, String msg)Provide a warning message to the user. -
Uses of ActionReport in org.glassfish.security.services.commands
Methods in org.glassfish.security.services.commands with parameters of type ActionReport Modifier and Type Method Description static SecurityConfigurationCLIUtil. findSecurityConfiguration(Domain domain, String serviceName, ActionReport report)static SecurityProviderCLIUtil. findSecurityProvider(Domain domain, String serviceName, String providerName, ActionReport report) -
Uses of ActionReport in org.glassfish.web.admin.monitor.statistics
Methods in org.glassfish.web.admin.monitor.statistics that return ActionReport Modifier and Type Method Description ActionReportAltServletStatsImpl. process(ActionReport report, String filter)ActionReportHTTPListenerStatsImpl. process(ActionReport report, String filter)ActionReportWebModuleVirtualServerStatsImpl. process(ActionReport report, String filter)Methods in org.glassfish.web.admin.monitor.statistics with parameters of type ActionReport Modifier and Type Method Description ActionReportAltServletStatsImpl. process(ActionReport report, String filter)ActionReportHTTPListenerStatsImpl. process(ActionReport report, String filter)ActionReportWebModuleVirtualServerStatsImpl. process(ActionReport report, String filter) -
Uses of ActionReport in org.glassfish.web.config
Methods in org.glassfish.web.config with parameters of type ActionReport Modifier and Type Method Description voidWebSslConfigHandler. create(CreateSsl command, ActionReport report)voidWebSslConfigHandler. delete(DeleteSsl command, ActionReport report) -
Uses of ActionReport in org.glassfish.web.plugin.common
Methods in org.glassfish.web.plugin.common that return ActionReport Modifier and Type Method Description protected ActionReportWebModuleConfigCommand. fail(ActionReport report, Exception e, String msgKey, String defaultFormat, Object... args)protected ActionReportWebModuleConfigCommand. fail(ActionReport report, String msgKey, String defaultFormat, Object... args)protected ActionReportWebModuleConfigCommand. succeed(ActionReport report, String msgKey, String defaultFormat, Object... args)Methods in org.glassfish.web.plugin.common with parameters of type ActionReport Modifier and Type Method Description protected EngineWebModuleConfigCommand. engine(ActionReport report)protected ActionReportWebModuleConfigCommand. fail(ActionReport report, Exception e, String msgKey, String defaultFormat, Object... args)protected ActionReportWebModuleConfigCommand. fail(ActionReport report, String msgKey, String defaultFormat, Object... args)protected ActionReportWebModuleConfigCommand. succeed(ActionReport report, String msgKey, String defaultFormat, Object... args)protected WebModuleConfigWebModuleConfigCommand. webModuleConfig(ActionReport report)
-