| Package | Description |
|---|---|
| org.glassfish.api | |
| org.glassfish.api.admin |
Admin commands in GlassFish
|
| org.glassfish.api.admin.config | |
| org.glassfish.api.admin.progress | |
| org.glassfish.api.deployment |
| Class and Description |
|---|
| AdminCommand
This is an admin command interface, command implementations have to be
stateless and should also have a
org.jvnet.hk2.component.Scope
value of PerLookup |
| CommandAspect
A marker annotation for annotations that indicate that an AdminCommand
functionality is to be extended in a certain way.
|
| CommandAspectBase
Empty implementation of CommandAspectImpl.
|
| CommandAspectImpl
Interface for defining aspects for AdminCommands.
|
| CommandModel
Model for an administrative command
|
| WrappedAdminCommand
Represents command wrapped with
CommandWrapperImpl. |
| Class and Description |
|---|
| AccessRequired.AccessCheck
Represents an authorization check: a resource and an action to be
authorized on that resource.
|
| AdminCommand
This is an admin command interface, command implementations have to be
stateless and should also have a
org.jvnet.hk2.component.Scope
value of PerLookup |
| AdminCommandContext
Useful services for administrative commands implementation
|
| AdminCommandEventBroker
Events broker for AdminCommands.
|
| AdminCommandEventBroker.AdminCommandListener
Listener for AdminCommand events.
|
| AdminCommandEventBroker.EventBrokerUtils
Place relevant for utility methods
|
| AdminCommandLock.SuspendStatus
The status of a suspend command attempt.
|
| AdminCommandLockException
The AdminCommandLockException is generated when a command
can not acquire an AdminCommandLock.
|
| AdminCommandLockTimeoutException
The AdminCommandLockTimeoutException is generated when a command
can not acquire an AdminCommandLock within the allotted time.
|
| AdminCommandState |
| AdminCommandState.State |
| ClusterExecutor
A ClusterExecutor is responsible for remotely executing commands.
|
| CommandAspectImpl
Interface for defining aspects for AdminCommands.
|
| CommandException |
| CommandLock.LockType
The type of command lock.
|
| CommandModel
Model for an administrative command
|
| CommandModel.ParamModel
Model for a command parameter.
|
| CommandParameters
A marker interface to indicate classes that are used to pass
parameters to the parameters method of the CommandRunner.CommandInvocation
API.
|
| CommandProgress
Base interface of progress status implementation.
|
| CommandRunner.CommandInvocation
CommandInvocation defines a command excecution context like the requested
name of the command to execute, the parameters of the command, etc...
|
| ExecuteOn
Annotation to qualify when an action like a command is targeted to be run
on a cluster or a set of instances.
|
| FailurePolicy
Defines the expected behaviour from the system when a supplemental command
(could be a local or remote invocation) fails to execute properly.
|
| FileMonitoring.FileChangeListener |
| InstanceCommand |
| InstanceState.StateType |
| Job
Represents running (or finished) command instance.
|
| ManagedJob
This annotation will be added for commands which need to
be managed by Job Manager
|
| ParameterBridge
A parameter mapper acts as a bridge between supplied parameters (by the
user on the command line for instance) and expected parameters by a
action.
|
| ParameterMap
A map from parameter name to a list of parameter values.
|
| PasswordAliasStore
Represents a fully-functional password alias store.
|
| Payload.Inbound
Public API for inbound payloads.
|
| Payload.Outbound
Public API for outbound Payloads.
|
| Payload.Part
Public API for the payload Part.
|
| ProcessEnvironment.ProcessType
Enumeration of the supported process types
Server is the application server
ACC is the application client
Other is a standalone java.
|
| Progress
ProgressStatus of a command.
|
| ProgressStatus
API for providing information about work progress in
AdminCommand
implementations. |
| RestEndpoint.OpType |
| RestRedirect.OpType |
| RuntimeType
Defines a server process type.
|
| ServerEnvironment.Status |
| Supplemental.Timing
enumeration of when a supplemental command can be invoked with regards to the supplemented
command execution.
|
| SupplementalCommandExecutor.SupplementalCommand |
| Class and Description |
|---|
| AdminCommandContext
Useful services for administrative commands implementation
|
| Class and Description |
|---|
| ProgressStatus
API for providing information about work progress in
AdminCommand
implementations. |
| Class and Description |
|---|
| CommandParameters
A marker interface to indicate classes that are used to pass
parameters to the parameters method of the CommandRunner.CommandInvocation
API.
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.