- deploy(Artifact) - Method in interface org.wso2.carbon.deployment.engine.Deployer
-
Process a deployable artifact and add it to the relevant runtime configuration.
- deploy(String, ArtifactType) - Method in interface org.wso2.carbon.deployment.engine.DeploymentService
-
User can call this method externally to deploy an artifact by giving the artifact deployment
directory and the path.
- Deployer - Interface in org.wso2.carbon.deployment.engine
-
This interface is used to provide the custom deployment mechanism in carbon, where you
can write your own Deployer to process a particular
ArtifactType
- DeployerRegistrationException - Exception in org.wso2.carbon.deployment.engine.exception
-
The exception class for all deployer registration, un-registration related the exceptions that
can be thrown from CarbonDeployementEngine.
- DeployerRegistrationException(String) - Constructor for exception org.wso2.carbon.deployment.engine.exception.DeployerRegistrationException
-
This will construct the DeployerRegistrationException with the detailed exception message.
- DeployerRegistrationException(String, Exception) - Constructor for exception org.wso2.carbon.deployment.engine.exception.DeployerRegistrationException
-
This will construct a new DeployerRegistrationException with the specified detail message and
cause.
- DEPLOYMENT_NOTIFIER_CONNECTION_FACTORY_JNDI_NAME - Static variable in class org.wso2.carbon.deployment.engine.Constants
-
- DEPLOYMENT_NOTIFIER_CONNECTION_STRING - Static variable in class org.wso2.carbon.deployment.engine.Constants
-
- DEPLOYMENT_NOTIFIER_TOPIC_JNDI_NAME - Static variable in class org.wso2.carbon.deployment.engine.Constants
-
- DeploymentConfiguration - Class in org.wso2.carbon.deployment.engine.config
-
DeploymentConfiguration class holds static configuration parameters specified in the deployment.yml file.
- DeploymentConfiguration() - Constructor for class org.wso2.carbon.deployment.engine.config.DeploymentConfiguration
-
- DeploymentEngineException - Exception in org.wso2.carbon.deployment.engine.exception
-
Represents the Deployment Engine related Exception.
- DeploymentEngineException(String) - Constructor for exception org.wso2.carbon.deployment.engine.exception.DeploymentEngineException
-
This will construct the DeploymentEngineException with the detailed exception message.
- DeploymentEngineException(String, Exception) - Constructor for exception org.wso2.carbon.deployment.engine.exception.DeploymentEngineException
-
This will construct a new DeploymentEngineException with the specified detail message and
cause.
- DeploymentListenerRegistrationException - Exception in org.wso2.carbon.deployment.engine.exception
-
The exception class for all deployer listener registration, and un-registration related exceptions that
can be thrown from CarbonDeploymentEngine.
- DeploymentListenerRegistrationException(String) - Constructor for exception org.wso2.carbon.deployment.engine.exception.DeploymentListenerRegistrationException
-
This will construct the DeploymentListenerRegistrationException with the detailed exception message.
- DeploymentListenerRegistrationException(String, Exception) - Constructor for exception org.wso2.carbon.deployment.engine.exception.DeploymentListenerRegistrationException
-
This will construct a new DeploymentListenerRegistrationException with the specified detail message and
cause.
- DeploymentModeEnum - Enum in org.wso2.carbon.deployment.engine.config
-
JAXB mapping for Deployment Mode Enum.
- DeploymentNotifierConfig - Class in org.wso2.carbon.deployment.engine.config
-
JAXB mapping for deployment notifier configuration.
- DeploymentNotifierConfig() - Constructor for class org.wso2.carbon.deployment.engine.config.DeploymentNotifierConfig
-
- DeploymentService - Interface in org.wso2.carbon.deployment.engine
-
User level API's for consuming DeploymentEngine functionality.
- DESTINATION_TYPE_QUEUE - Static variable in class org.wso2.carbon.deployment.engine.Constants
-
- DESTINATION_TYPE_TOPIC - Static variable in class org.wso2.carbon.deployment.engine.Constants
-