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.
|
ResourceClassLoader |
Providers of class loaders for Payara applications can optionally implements
this interface to indicate their
ClassLoader implementations may
optionally implement to update and copy the resource from other class
loaders. |
Class | Description |
---|---|
DeployCommandParameters |
Parameters passed by the user to a deployment request.
|
DeployCommandParameters.ParameterNames | |
GeneratedResourceEntry |
The resource entry of generated class e.g Generated EJB interface or Weld
proxy.
|
MetaData |
MetaData associated with a Deployer.
|
OpsParams |
Support class for all types of deployment operation parameters.
|
ResourceEntry |
Resource entry.
|
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 © 2021. All rights reserved.