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.
|
| DeploymentUnitProcessor |
A deployment processor.
|
| SetupAction |
And 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<T> | |
| 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.
|
| DeployerChainsService |
Service wrapper for
DeployerChains. |
| DeploymentAddHandler |
Handles addition of a deployment to the model.
|
| DeploymentCompleteServiceProcessor | |
| DeploymentDeployHandler |
Handles deployment into the runtime.
|
| DeploymentFullReplaceHandler |
Handles replacement in the runtime of one deployment by another.
|
| DeploymentHandlerUtil |
Utility methods used by operation handlers involved with deployment.
|
| DeploymentHandlerUtils | |
| DeploymentModelUtils | Deprecated |
| 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. |
| ExplodedDeploymentMarker |
Marker that can be used to determine if a deployment is an exploded deployment or not
|
| JPADeploymentMarker |
JPA Deployment marker
|
| ManifestHelper |
Manifest helper methods
|
| ModelContentReference |
ContentReference built from the Management Model.
|
| 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. |
| Enum | Description |
|---|---|
| AbstractDeploymentUnitService.DeploymentStatus | |
| Attachments.BundleState |
The state of an OSGi bundle deployment
|
| 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 © 2015 JBoss by Red Hat. All rights reserved.