| Package | Description |
|---|---|
| org.glassfish.api | |
| org.glassfish.api.admin |
Admin commands in GlassFish
|
| org.glassfish.api.deployment |
| 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 |
AdminCommandContextImpl.getActionReport() |
ActionReport |
AdminCommandContextForInstance.getActionReport() |
ActionReport |
AdminCommandState.getActionReport() |
ActionReport |
AdminCommandContext.getActionReport()
Returns the Reporter for this action
|
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 |
AdminCommandContextImpl.setActionReport(ActionReport newReport) |
void |
AdminCommandContextForInstance.setActionReport(ActionReport newReport) |
void |
AdminCommandContext.setActionReport(ActionReport newReport)
Change the Reporter for this action
|
| 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
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.