| Package | Description |
|---|---|
| org.glassfish.api | |
| org.glassfish.api.admin |
Admin commands in GlassFish
|
| Modifier and Type | Method and Description |
|---|---|
WrappedAdminCommand |
AsyncImpl.createWrapper(Async async,
CommandModel model,
AdminCommand command,
ActionReport report) |
| Modifier and Type | Method and Description |
|---|---|
CommandModel |
CommandModelProvider.getModel() |
CommandModel |
CommandRunner.getModel(String name,
Logger logger)
Returns the command model for a command name for the null scope
|
CommandModel |
CommandRunner.getModel(String scope,
String name,
Logger logger)
Returns the command model for a command name
|
| Modifier and Type | Method and Description |
|---|---|
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. |
BufferedReader |
CommandRunner.getHelp(CommandModel model)
Returns manpage for the command.
|
boolean |
CommandRunner.validateCommandModelETag(CommandModel model,
String eTag)
Checks if given command model eTag is equal to current command model eTag
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.