| Interface | Description |
|---|---|
| ApplicationContainer<T> |
Interface to an application container.
|
| ApplicationContext |
Useful services for application loading implementation
|
| ApplicationMetaDataProvider<T> |
Implementations of this interface are providing deployment application metadata
|
| Deployer<T extends Container,U extends ApplicationContainer> |
A deployer is capable of deploying one type of applications.
|
| DeploymentContext |
Useful services for Deployer service implementation
|
| InstrumentableClassLoader |
Providers of class loaders for GlassFish applications can optionally implements this interface
to indicate their class loader is capable of byte code enhancement.
|
| Class | Description |
|---|---|
| DeployCommandParameters |
Parameters passed by the user to a deployment request.
|
| DeployCommandParameters.ParameterNames | |
| MetaData |
MetaData associated with a Deployer.
|
| OpsParams |
Support class for all types of deployment operation parameters.
|
| StateCommandParameters |
parameters passed to commands changing the state of a deployed application
|
| UndeployCommandParameters |
Parameters passed to a deployment command.
|
| Enum | Description |
|---|---|
| OpsParams.Command |
There can be cases where the container code wants to find out
the command associated with the operation when the Origin information
is not sufficient
|
| OpsParams.Origin |
There can be so far 6 types of events that can trigger deployment
activities.
|
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.