| Modifier and Type | Method and Description |
|---|---|
ActionReport |
RemoteCLICommand.executeAndReturnActionReport(String... args)
Execute the command and return the main attributes from the manifest
instead of writing out the output.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SslConfigHandler.create(CreateSsl command,
ActionReport report)
creates the SSL configuration for a particular create-ssl command
invocation.
|
void |
ProtocolSslConfigHandler.create(CreateSsl command,
ActionReport report) |
void |
SslConfigHandler.delete(DeleteSsl command,
ActionReport report)
Deletes the SSL configuration for a delete-ssl command invocation
|
void |
ProtocolSslConfigHandler.delete(DeleteSsl command,
ActionReport report) |
void |
DeleteSsl.reportError(ActionReport report,
Exception e) |
void |
CreateSsl.reportError(ActionReport report,
org.jvnet.hk2.config.TransactionFailure e) |
void |
CreateSsl.reportSuccess(ActionReport report) |
| Modifier and Type | Field and Description |
|---|---|
protected ActionReport |
AdminCommandStateImpl.actionReport |
| Modifier and Type | Method and Description |
|---|---|
ActionReport |
RemoteRestAdminCommand.getActionReport() |
ActionReport |
ParamsWithPayload.getActionReport() |
ActionReport |
AdminCommandStateImpl.getActionReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
AdminCommandStateImpl.complete(ActionReport actionReport) |
protected void |
RemoteRestAdminCommand.setActionReport(ActionReport ar) |
| Constructor and 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
CliActionReport
Temporary implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ActionReport |
CliActionReport.addSubActionsReport() |
ActionReport |
ActionReportJsonProprietaryReader.readFrom(HttpURLConnection urlConnection) |
ActionReport |
ActionReportJsonProprietaryReader.readFrom(InputStream is,
String contentType) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ActionReportJsonProprietaryReader.fillActionReport(ActionReport ar,
org.codehaus.jettison.json.JSONObject json) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MultipartProprietaryWriter.writeActionReport(Writer writer,
OutputStream underOS,
String boundary,
ActionReport ar) |
void |
MultipartProprietaryWriter.writeTo(Payload.Outbound payload,
ParameterMap parameters,
ActionReport ar,
OutputStream os,
MultipartProprietaryWriter.ContentTypeWriter contentTypeWriter) |
| Modifier and Type | Method and Description |
|---|---|
ActionReport |
InstanceCommandExecutor.getReport() |
ActionReport |
InstanceRestCommandExecutor.getReport() |
| Constructor and 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) |
| Constructor and Description |
|---|
InstanceInfo(org.glassfish.hk2.api.ServiceLocator habitat,
Server svr,
int port0,
String host0,
String cluster0,
Logger logger0,
int timeout0,
ActionReport report,
InstanceStateService stateService) |
| Modifier and Type | Method and Description |
|---|---|
ActionReport |
CommandRunnerImpl.getActionReport(String name)
Returns an initialized ActionReport instance for the passed type or
null if it cannot be found.
|
ActionReport |
ProcessHttpCommandRequestException.getReport() |
ActionReport |
InserverCommandRunnerHelper.runCommand(String command,
ParameterMap parameters,
ActionReport report,
Subject subject) |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCommand.callInstance(ActionReport report,
AdminCommandContext context,
String targetName) |
void |
AdminCommandInstanceImpl.complete(ActionReport report,
Payload.Outbound outbound) |
AdminCommand |
CommandRunnerImpl.getCommand(String commandName,
ActionReport report,
Logger logger)
Obtain and return the command implementation defined by
the passed commandName for the null scope.
|
AdminCommand |
CommandRunnerImpl.getCommand(String scope,
String commandName,
ActionReport report,
Logger logger)
Obtain and return the command implementation defined by
the passed commandName.
|
CommandRunner.CommandInvocation |
CommandRunnerImpl.getCommandInvocation(String name,
ActionReport report,
Subject subject) |
CommandRunner.CommandInvocation |
CommandRunnerImpl.getCommandInvocation(String name,
ActionReport report,
Subject subject,
boolean isNotify)
Obtain a new command invocation object for the null scope.
|
CommandRunner.CommandInvocation |
CommandRunnerImpl.getCommandInvocation(String scope,
String name,
ActionReport report,
Subject subject) |
CommandRunner.CommandInvocation |
CommandRunnerImpl.getCommandInvocation(String scope,
String name,
ActionReport report,
Subject subject,
boolean isNotify)
Obtain a new command invocation object.
|
void |
CommandRunnerImpl.getHelp(AdminCommand command,
ActionReport report) |
static boolean |
CommandRunnerImpl.injectParameters(CommandModel model,
Object injectionTarget,
org.jvnet.hk2.config.InjectionResolver<Param> injector,
ActionReport report) |
ActionReport |
InserverCommandRunnerHelper.runCommand(String command,
ParameterMap parameters,
ActionReport report,
Subject subject) |
| Constructor and Description |
|---|
ProcessHttpCommandRequestException(ActionReport report)
Constructs an instance of
InvalidPreconditionException with the specified detail
message. |
ProcessHttpCommandRequestException(ActionReport report,
org.glassfish.grizzly.http.util.HttpStatus responseStatus)
Constructs an instance of
InvalidPreconditionException with the specified detail
message. |
| Modifier and Type | Method and Description |
|---|---|
ActionReport |
CommandRunnable.getActionReport()
Returns the ActionReport that was passed on the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerSynchronizer.synchronize(Server server,
SyncRequest sr,
Payload.Outbound payload,
ActionReport report,
Logger logger)
Handle a single syncrhonization request for the given server
by adding the needed files to the payload.
|
| Constructor and Description |
|---|
CommandRunnable(CommandRunner.CommandInvocation ci,
ActionReport report,
BlockingQueue<CommandRunnable> q)
Construct a CommandRunnable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActionReporter
Superclass for common ActionReport extension.
|
class |
DoNothingActionReporter
PlainTextActionReporter is being used as a fake ActionReporter when one is
required.
|
class |
HTMLActionReporter
Class for reporting the result of a command using HTML.
|
class |
JsonActionReporter
Writes command output to a json stream
|
class |
PlainTextActionReporter |
class |
PropsFileActionReporter
Action reporter to a manifest file
|
class |
XMLActionReporter
Represents the action report as XML like this:
|
class |
XMLContentActionReporter
Represents the action report as XML like this:
|
| Modifier and Type | Method and Description |
|---|---|
ActionReport |
ActionReporter.addSubActionsReport() |
| Modifier and Type | Method and Description |
|---|---|
ActionReport |
ApplicationLifecycle.DeploymentContextBuidlerImpl.report() |
| Modifier and Type | Method and Description |
|---|---|
ExtendedDeploymentContext |
ApplicationLifecycle.disable(UndeployCommandParameters commandParams,
Application app,
ApplicationInfo appInfo,
ActionReport report,
Logger logger) |
ExtendedDeploymentContext |
ApplicationLifecycle.enable(String target,
Application app,
ApplicationRef appRef,
ActionReport report,
Logger logger) |
Deployment.DeploymentContextBuilder |
ApplicationLifecycle.getBuilder(Logger logger,
OpsParams params,
ActionReport report) |
| Constructor and Description |
|---|
DeploymentContextBuidlerImpl(Logger logger,
OpsParams params,
ActionReport report) |
| Modifier and Type | Method and Description |
|---|---|
ActionReport |
MonitorContract.process(ActionReport report,
String filter) |
| Modifier and Type | Method and Description |
|---|---|
ActionReport |
MonitorContract.process(ActionReport report,
String filter) |
| Modifier and Type | Method and Description |
|---|---|
ActionReport |
JVMStatsImpl.process(ActionReport report,
String filter) |
| Modifier and Type | Method and Description |
|---|---|
ActionReport |
JVMStatsImpl.process(ActionReport report,
String filter) |
| Constructor and Description |
|---|
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.
|
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.
|
Temp(ActionReport report,
Logger logger)
Creates a new PayloadFilesManager for temporary files.
|
Temp(File parentDir,
ActionReport report,
Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
ResponseBody |
ResponseBodyBuilderImpl.build(ActionReport report) |
ResponseBody |
ResponseBodyBuilder.build(ActionReport report) |
protected abstract ResponseBody |
ResponseBodyBuilderImpl.success(ActionReport report) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ParamsWithPayloadMultipartWriter.writeActionReport(Writer writer,
OutputStream underOS,
String boundary,
ActionReport ar) |
| Modifier and Type | Method and Description |
|---|---|
ActionReport |
SseCommandHelper.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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ResourceUtil.addMethodMetaData(ActionReport ar,
Map<String,MethodMetaData> mmd) |
static List<String> |
StringUtil.getActionReportMessageParts(ActionReport actionReport)
Return the message parts of an action report as a List
|
ActionReport |
SseCommandHelper.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RestActionReporter |
| Modifier and Type | Method and Description |
|---|---|
abstract ActionReport |
ActionReport.addSubActionsReport() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<? extends ActionReport> |
ActionReport.getSubActionsReport() |
| Modifier and Type | Method and Description |
|---|---|
WrappedAdminCommand |
AsyncImpl.createWrapper(Async async,
CommandModel model,
AdminCommand command,
ActionReport report) |
| Modifier and Type | Method and Description |
|---|---|
ActionReport |
AdminCommandContext.getActionReport()
Returns the Reporter for this action
|
ActionReport |
AdminCommandContextForInstance.getActionReport() |
ActionReport |
AdminCommandContextImpl.getActionReport() |
ActionReport |
AdminCommandState.getActionReport() |
ActionReport |
CommandRunner.getActionReport(String name)
Returns an initialized ActionReport instance for the passed type or
null if it cannot be found.
|
ActionReport |
CommandRunner.CommandInvocation.report()
Current report.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdminCommandState.complete(ActionReport actionReport)
Completes whole progress and records result
|
void |
Job.complete(ActionReport report,
Payload.Outbound outbound) |
AdminCommand |
CommandAspectBase.createWrapper(T ann,
CommandModel model,
AdminCommand command,
ActionReport report)
This methods can be used to wrap generic functionality around command execute.
|
AdminCommand |
CommandAspectImpl.createWrapper(T ann,
CommandModel model,
AdminCommand command,
ActionReport report)
This methods can be used to wrap generic functionality around command execute.
|
static AdminCommand |
CommandSupport.createWrappers(org.glassfish.hk2.api.ServiceLocator serviceLocator,
CommandModel model,
AdminCommand command,
ActionReport report)
Execute wrapping aspects, see
AsyncImpl for example. |
AdminCommand |
CommandRunner.getCommand(String commandName,
ActionReport report,
Logger logger)
Obtain and return the command implementation defined by the passed commandName
for the null scope
|
AdminCommand |
CommandRunner.getCommand(String scope,
String commandName,
ActionReport report,
Logger logger)
Obtain and return the command implementation defined by the passed commandName
|
CommandRunner.CommandInvocation |
CommandRunner.getCommandInvocation(String name,
ActionReport report,
Subject subject)
Obtain a new command invocation object for the null scope.
|
CommandRunner.CommandInvocation |
CommandRunner.getCommandInvocation(String name,
ActionReport report,
Subject subject,
boolean isNotify)
Obtain a new command invocation object for the null scope.
|
CommandRunner.CommandInvocation |
CommandRunner.getCommandInvocation(String scope,
String name,
ActionReport report,
Subject subject)
Obtain a new command invocation object.
|
CommandRunner.CommandInvocation |
CommandRunner.getCommandInvocation(String scope,
String name,
ActionReport report,
Subject subject,
boolean isNotify)
Obtain a new command invocation object.
|
void |
AdminCommandContext.setActionReport(ActionReport newReport)
Change the Reporter for this action
|
void |
AdminCommandContextForInstance.setActionReport(ActionReport newReport) |
void |
AdminCommandContextImpl.setActionReport(ActionReport newReport) |
| Constructor and Description |
|---|
AdminCommandContextImpl(Logger logger,
ActionReport report) |
AdminCommandContextImpl(Logger logger,
ActionReport report,
Payload.Inbound inboundPayload,
Payload.Outbound outboundPayload,
AdminCommandEventBroker eventBroker,
String jobId) |
| Modifier and Type | Method and Description |
|---|---|
ActionReport |
DeploymentContext.getActionReport()
Gets the action report for this context
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ListBatchJobExecutionsProxy.postInvoke(AdminCommandContext context,
ActionReport subReport) |
protected void |
ListBatchJobStepsProxy.postInvoke(AdminCommandContext context,
ActionReport subReport) |
protected void |
ListBatchJobsProxy.postInvoke(AdminCommandContext context,
ActionReport subReport) |
protected abstract void |
AbstractListCommandProxy.postInvoke(AdminCommandContext context,
ActionReport subReport) |
protected boolean |
ListBatchJobExecutionsProxy.preInvoke(AdminCommandContext ctx,
ActionReport subReport) |
protected boolean |
ListBatchJobStepsProxy.preInvoke(AdminCommandContext ctx,
ActionReport subReport) |
protected boolean |
AbstractListCommandProxy.preInvoke(AdminCommandContext ctx,
ActionReport subReport) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConnectionPoolUtil.isValidApplication(String applicationName,
String poolName,
ActionReport report) |
boolean |
ConnectionPoolUtil.isValidModule(String applicationName,
String moduleName,
String poolName,
ActionReport report) |
boolean |
ConnectionPoolUtil.isValidPool(Resources resources,
String poolName,
String prefix,
ActionReport report) |
| Modifier and Type | Method and Description |
|---|---|
ActionReport |
DeploymentContextImpl.getActionReport()
Gets the action report for this context
|
| Constructor and Description |
|---|
DeploymentContextImpl(ActionReport actionReport,
Logger logger,
ReadableArchive source,
OpsParams params,
ServerEnvironment env) |
DeploymentContextImpl(ActionReport actionReport,
ReadableArchive source,
OpsParams params,
ServerEnvironment env) |
| Modifier and Type | Method and Description |
|---|---|
void |
VersioningService.handleDisable(String appName,
String target,
ActionReport report,
Subject subject)
Disable the enabled version of the application if it exists.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
GMSAnnounceAfterStartClusterCommand.announceGMSGroupStartupComplete(String clusterName,
ActionReport report) |
static void |
GMSAnnounceAfterStopClusterCommand.announceGMSGroupStopComplete(String clusterName,
ActionReport report) |
| Modifier and Type | Method and Description |
|---|---|
ActionReport |
Deployment.DeploymentContextBuilder.report() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentContext |
Deployment.disable(UndeployCommandParameters commandParams,
Application app,
ApplicationInfo appInfo,
ActionReport report,
Logger logger) |
DeploymentContext |
Deployment.enable(String target,
Application app,
ApplicationRef appRef,
ActionReport report,
Logger logger) |
Deployment.DeploymentContextBuilder |
Deployment.getBuilder(Logger loggger,
OpsParams params,
ActionReport report) |
| Modifier and Type | Method and Description |
|---|---|
ActionReport |
CommandExecution.getActionReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
IiopSslConfigHandler.create(CreateSsl command,
ActionReport report) |
void |
IiopServiceSslConfigHandler.create(CreateSsl command,
ActionReport report) |
void |
IiopSslConfigHandler.delete(DeleteSsl command,
ActionReport report) |
void |
IiopServiceSslConfigHandler.delete(DeleteSsl command,
ActionReport report) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Java2DBProcessorHelper.warnUser(ActionReport report,
String msg)
Provide a warning message to the user.
|
| Modifier and Type | Method and Description |
|---|---|
static SecurityConfiguration |
CLIUtil.findSecurityConfiguration(Domain domain,
String serviceName,
ActionReport report) |
static SecurityProvider |
CLIUtil.findSecurityProvider(Domain domain,
String serviceName,
String providerName,
ActionReport report) |
| Modifier and Type | Method and Description |
|---|---|
ActionReport |
HTTPListenerStatsImpl.process(ActionReport report,
String filter) |
ActionReport |
AltServletStatsImpl.process(ActionReport report,
String filter) |
ActionReport |
WebModuleVirtualServerStatsImpl.process(ActionReport report,
String filter) |
| Modifier and Type | Method and Description |
|---|---|
ActionReport |
HTTPListenerStatsImpl.process(ActionReport report,
String filter) |
ActionReport |
AltServletStatsImpl.process(ActionReport report,
String filter) |
ActionReport |
WebModuleVirtualServerStatsImpl.process(ActionReport report,
String filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebSslConfigHandler.create(CreateSsl command,
ActionReport report) |
void |
WebSslConfigHandler.delete(DeleteSsl command,
ActionReport report) |
| Modifier and Type | Method and Description |
|---|---|
protected ActionReport |
WebModuleConfigCommand.fail(ActionReport report,
Exception e,
String msgKey,
String defaultFormat,
Object... args) |
protected ActionReport |
WebModuleConfigCommand.fail(ActionReport report,
String msgKey,
String defaultFormat,
Object... args) |
protected ActionReport |
WebModuleConfigCommand.succeed(ActionReport report,
String msgKey,
String defaultFormat,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
protected Engine |
WebModuleConfigCommand.engine(ActionReport report) |
protected ActionReport |
WebModuleConfigCommand.fail(ActionReport report,
Exception e,
String msgKey,
String defaultFormat,
Object... args) |
protected ActionReport |
WebModuleConfigCommand.fail(ActionReport report,
String msgKey,
String defaultFormat,
Object... args) |
protected ActionReport |
WebModuleConfigCommand.succeed(ActionReport report,
String msgKey,
String defaultFormat,
Object... args) |
protected WebModuleConfig |
WebModuleConfigCommand.webModuleConfig(ActionReport report) |
Copyright © 2017. All rights reserved.