See: Description
| Interface | Description |
|---|---|
| Attachable |
An entity which can contain attachments.
|
| DeploymentMountProvider |
Provides VFS mounts of deployment content.
|
| DeploymentPhaseContext |
The deployment unit processor context.
|
| DeploymentUnit |
The deployment unit.
|
| DeploymentUnitPhaseBuilder |
Strategy for building a deployment unit phase.
|
| DeploymentUnitPhaseDependency |
Encapsulates a dependency of a
DeploymentUnitPhaseService. |
| DeploymentUnitProcessor |
A deployment processor.
|
| SetupAction |
An action that sets up and tears down some form of context (e.g.
|
| Class | Description |
|---|---|
| AbstractDeploymentUnitService |
Abstract service responsible for managing the life-cycle of a
DeploymentUnit. |
| AbstractDeploymentUploadHandler |
Base class for operation handlers that can handle the upload of deployment content.
|
| AttachableDependency |
Represents a phase dependency that gets attached to the phase context or the deployment unit.
|
| AttachmentKey<T> |
An immutable, type-safe object attachment key.
|
| AttachmentList<E> |
A
List meant for use with an Attachable object. |
| Attachments | |
| ContentCleanerService |
Service in charge with cleaning left over contents from the content repository.
|
| DeferredDeploymentOverlayDeploymentUnitProcessor |
Deployment unit processor that adds content overrides to the VFS filesystem for overlays that could not be initially resolved.
|
| DelegatingSupplier<T> |
A supplier which delegates to other supplier if it is configured.
|
| DeployerChainsService |
Service wrapper for
DeployerChains. |
| DeploymentAddHandler |
Handles addition of a deployment to the model.
|
| DeploymentCompleteServiceProcessor | |
| DeploymentDeployHandler |
Handles deployment into the runtime.
|
| DeploymentExplodeHandler |
Handler for the "explode" operation that can be performed against zipped managed content.
|
| DeploymentFullReplaceHandler |
Handles replacement in the runtime of one deployment by another.
|
| DeploymentHandlerUtil |
Utility methods used by operation handlers involved with deployment.
|
| DeploymentHandlerUtils | |
| DeploymentListModulesHandler |
Handles listing module dependencies of a deployment and sub-deployment.
|
| DeploymentModelUtils | Deprecated
Use
DeploymentResourceSupport from an attachment on the DeploymentUnit |
| DeploymentMountProvider.Factory | |
| DeploymentOverlayDeploymentUnitProcessor |
Deployment unit processor that adds content overrides to the VFS filesystem.
|
| DeploymentRedeployHandler |
Handles redeployment in the runtime.
|
| DeploymentRemoveHandler |
Handles removal of a deployment from the model.
|
| DeploymentReplaceHandler |
Handles replacement in the runtime of one deployment by another.
|
| DeploymentResourceSupport |
Support for creation of resources on deployments or retrieving the model of a resource on deployments.
|
| DeploymentStatusHandler | |
| DeploymentUndeployHandler |
Handles undeployment from the runtime.
|
| DeploymentUploadBytesHandler |
Handler for the upload-deployment-bytes operation.
|
| DeploymentUploadStreamAttachmentHandler |
Handler for the upload-deployment-stream operation.
|
| DeploymentUploadURLHandler |
Handler for the upload-deployment-url operation.
|
| DeploymentUtils |
Helper class with static methods related to deployment
TODO: this should probably be somewhere else
|
| EjbDeploymentMarker |
Marks a
DeploymentUnit as an EJB deployment. |
| ExplodedDeploymentAddContentHandler |
Handler for the "add-content" operation over an exploded managed deployment.
|
| ExplodedDeploymentMarker |
Marker that can be used to determine if a deployment is an exploded deployment or not
|
| ExplodedDeploymentRemoveContentHandler |
Handler for the "remove-content" operation over an exploded managed deployment.
|
| FunctionalVoidService |
Generic
Service that provides no value, and delegates its start/stop to consumers. |
| JPADeploymentMarker |
JPA Deployment marker
|
| ManagedDeploymentBrowseContentHandler |
Handler for the "browse-content" operation over an exploded managed deployment.
|
| ManagedDeploymentReadContentHandler |
Handler for the "read-content" operation over an exploded managed deployment.
|
| ManifestHelper |
Manifest helper methods
|
| ModelContentReference |
ContentReference built from the Management Model.
|
| ModuleClassFactory | |
| MountedDeploymentOverlay | |
| MountExplodedMarker | |
| PrivateSubDeploymentMarker |
Marker for sub deployments that are not globally accessible, such as war's.
|
| RegisteredDeploymentUnitProcessor | |
| ServiceLoaderProcessor |
A processor which creates a service loader index.
|
| Services | |
| ServicesAttachment |
An attachment holding the names of services detected in the deployment unit.
|
| SimpleAttachable |
A simple implementation of
Attachable which may be used as a base class or on a standalone basis. |
| SubDeploymentMarker |
Marker for sub deployments
|
| SubDeploymentProcessor |
Deployment processor responsible to creating deployment unit services for sub-deployment.
|
| SubDeploymentUnitService |
Service responsible for installing the correct services to install a
DeploymentUnit. |
| SubExplodedDeploymentMarker |
Marker for sub deployments which will be mounted exploded
|
| Enum | Description |
|---|---|
| AbstractDeploymentUnitService.DeploymentStatus | |
| Attachments.BundleState | Deprecated
the object attached under this key does nothing - it was used for OSGi integration
|
| MountType | |
| Phase |
An enumeration of the phases of a deployment unit's processing cycle.
|
| Exception | Description |
|---|---|
| DeploymentException |
A general/parent exception for all deployment related exceptions.
|
| DeploymentUnitProcessingException |
An exception which is thrown when deployment unit processing fails.
|
DeploymentUnitProcessors which is associated
with the deployment unit type are executed over the deployment unit to parse any descriptors, add them to the
DeploymentUnit, transform them, and/or convert them into DeploymentItems. These DeploymentItems
represent the deployed state of the deployment unit.Copyright © 2021 JBoss by Red Hat. All rights reserved.