- DataHolder - Class in org.wso2.carbon.deployment.notifier.internal
-
Deployment notifier DataHolder.
- DataHolder() - Constructor for class org.wso2.carbon.deployment.notifier.internal.DataHolder
-
- DeploymentNotificationMessage - Class in org.wso2.carbon.deployment.notifier.internal
-
The JAXB POJO that is used to send the artifact deployment
status, usually to a JMS topic.
- DeploymentNotificationMessage(Artifact) - Constructor for class org.wso2.carbon.deployment.notifier.internal.DeploymentNotificationMessage
-
- DeploymentNotificationMessage() - Constructor for class org.wso2.carbon.deployment.notifier.internal.DeploymentNotificationMessage
-
The default constructor is required by JAXB
to do serialization.
- DeploymentNotificationMessage(Artifact, Date) - Constructor for class org.wso2.carbon.deployment.notifier.internal.DeploymentNotificationMessage
-
Extracts info from the Artifact object.
- DeploymentNotifierException - Exception in org.wso2.carbon.deployment.notifier
-
The exception class for all deployment notifier related the exception that
can be thrown from deployment notifier.
- DeploymentNotifierException(String) - Constructor for exception org.wso2.carbon.deployment.notifier.DeploymentNotifierException
-
This will construct the DeploymentNotifierException with the detailed exception message.
- DeploymentNotifierException(String, Exception) - Constructor for exception org.wso2.carbon.deployment.notifier.DeploymentNotifierException
-
This will construct a new DeploymentNotifierException with the specified detail message and
cause.
- DeploymentNotifierLifecycleListener - Class in org.wso2.carbon.deployment.notifier
-
Sends a notification whenever an artifact deployment/undeployment happens.
- DeploymentNotifierLifecycleListener() - Constructor for class org.wso2.carbon.deployment.notifier.DeploymentNotifierLifecycleListener
-
- DeploymentNotifierListenerComponent - Class in org.wso2.carbon.deployment.notifier.internal
-
This service component is responsible for initializing the DeploymentEngine and listening for deployer registrations.
- DeploymentNotifierListenerComponent() - Constructor for class org.wso2.carbon.deployment.notifier.internal.DeploymentNotifierListenerComponent
-
- DESTINATION_TYPE_TOPIC - Static variable in class org.wso2.carbon.deployment.notifier.Constants
-