Skip navigation links
A C D E F G H I J L O P Q R S T U V 

A

Artifact - Class in org.wso2.carbon.deployment.engine
This class provide an abstraction level for the concept "artifact" in carbon.
Artifact(File) - Constructor for class org.wso2.carbon.deployment.engine.Artifact
Default constructor which takes the associated file with this artifact instance.
ArtifactType<T> - Class in org.wso2.carbon.deployment.engine
This class represent the artifact type of an artifact.
ArtifactType(T) - Constructor for class org.wso2.carbon.deployment.engine.ArtifactType
 

C

CarbonDeploymentException - Exception in org.wso2.carbon.deployment.engine.exception
The exception class for all deployment related the exception that can be thrown from CarbonDeployementEngine.
CarbonDeploymentException(String) - Constructor for exception org.wso2.carbon.deployment.engine.exception.CarbonDeploymentException
This will construct the CarbonDeploymentException with the detailed exception message.
CarbonDeploymentException(String, Exception) - Constructor for exception org.wso2.carbon.deployment.engine.exception.CarbonDeploymentException
This will construct a new CarbonDeploymentException with the specified detail message and cause.
Constants - Class in org.wso2.carbon.deployment.engine
Constants for deployment framework.
Constants() - Constructor for class org.wso2.carbon.deployment.engine.Constants
 

D

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
 

E

equals(Object) - Method in class org.wso2.carbon.deployment.engine.ArtifactType
 

F

fromValue(String) - Static method in enum org.wso2.carbon.deployment.engine.config.DeploymentModeEnum
 

G

get() - Method in class org.wso2.carbon.deployment.engine.ArtifactType
 
getArtifact() - Method in class org.wso2.carbon.deployment.engine.LifecycleEvent
 
getArtifactType() - Method in interface org.wso2.carbon.deployment.engine.Deployer
Returns the type of the artifact that the deployer is capable of deploying.
getConnectionFactoryJNDIName() - Method in class org.wso2.carbon.deployment.engine.config.DeploymentNotifierConfig
 
getDeploymentNotifier() - Method in class org.wso2.carbon.deployment.engine.config.DeploymentConfiguration
 
getDeploymentResult() - Method in class org.wso2.carbon.deployment.engine.LifecycleEvent
 
getDestinationJNDIName() - Method in class org.wso2.carbon.deployment.engine.config.DeploymentNotifierConfig
 
getDestinationType() - Method in class org.wso2.carbon.deployment.engine.config.DeploymentNotifierConfig
 
getFile() - Method in class org.wso2.carbon.deployment.engine.Artifact
The file associated with the artifact.
getJavaNamingFactoryInitial() - Method in class org.wso2.carbon.deployment.engine.config.DeploymentNotifierConfig
 
getJavaNamingProviderURL() - Method in class org.wso2.carbon.deployment.engine.config.DeploymentNotifierConfig
 
getJmsPassword() - Method in class org.wso2.carbon.deployment.engine.config.DeploymentNotifierConfig
 
getJmsUsername() - Method in class org.wso2.carbon.deployment.engine.config.DeploymentNotifierConfig
 
getKey() - Method in class org.wso2.carbon.deployment.engine.Artifact
A key is used to uniquely identify an Artifact within a runtime.
getLastModifiedTime() - Method in class org.wso2.carbon.deployment.engine.Artifact
This will return the last modified time of this artifact.
getLocation() - Method in interface org.wso2.carbon.deployment.engine.Deployer
Returns the deploy directory location associated with the deployer.
getMode() - Method in class org.wso2.carbon.deployment.engine.config.DeploymentConfiguration
 
getName() - Method in class org.wso2.carbon.deployment.engine.Artifact
Returns a meaningful name for this artifact.
getPath() - Method in class org.wso2.carbon.deployment.engine.Artifact
Path of the file associated with this artifact.
getProperties() - Method in class org.wso2.carbon.deployment.engine.Artifact
This will return the Map of custom properties for this artifact.
getProperties() - Method in class org.wso2.carbon.deployment.engine.LifecycleEvent
 
getRuntimeRepositoryLocation() - Method in class org.wso2.carbon.deployment.engine.config.DeploymentConfiguration
 
getServerRepositoryLocation() - Method in class org.wso2.carbon.deployment.engine.config.DeploymentConfiguration
 
getState() - Method in class org.wso2.carbon.deployment.engine.LifecycleEvent
 
getStaticMessageContent() - Method in class org.wso2.carbon.deployment.engine.config.DeploymentNotifierConfig
 
getTimestamp() - Method in class org.wso2.carbon.deployment.engine.LifecycleEvent
 
getTraceContent() - Method in class org.wso2.carbon.deployment.engine.LifecycleEvent
 
getType() - Method in class org.wso2.carbon.deployment.engine.Artifact
ArtifactType of the artifact.
getUpdateInterval() - Method in class org.wso2.carbon.deployment.engine.config.DeploymentConfiguration
 
getVersion() - Method in class org.wso2.carbon.deployment.engine.Artifact
Version of the artifact.

H

hashCode() - Method in class org.wso2.carbon.deployment.engine.ArtifactType
 

I

init() - Method in interface org.wso2.carbon.deployment.engine.Deployer
Initialize the Deployer.
isJmsPublishingEnabled() - Method in class org.wso2.carbon.deployment.engine.config.DeploymentNotifierConfig
 

J

JMS_PASSWORD_PROPERTY - Static variable in class org.wso2.carbon.deployment.engine.Constants
 
JMS_USERNAME_PROPERTY - Static variable in class org.wso2.carbon.deployment.engine.Constants
 

L

LifecycleEvent - Class in org.wso2.carbon.deployment.engine
The deployment lifecycle of artifacts.
LifecycleEvent(Artifact, Date, LifecycleEvent.STATE) - Constructor for class org.wso2.carbon.deployment.engine.LifecycleEvent
 
lifecycleEvent(LifecycleEvent) - Method in interface org.wso2.carbon.deployment.engine.LifecycleListener
Listen in on artifact deployment events and perform an action.
LifecycleEvent.RESULT - Enum in org.wso2.carbon.deployment.engine
The current artifact deployment/undeployment result.
LifecycleEvent.STATE - Enum in org.wso2.carbon.deployment.engine
Represents the lifecycle state of the artifacts.
LifecycleListener - Interface in org.wso2.carbon.deployment.engine
The interface for lifecycle listeners for artifact deployment events.

O

org.wso2.carbon.deployment.engine - package org.wso2.carbon.deployment.engine
package-info class.
org.wso2.carbon.deployment.engine.config - package org.wso2.carbon.deployment.engine.config
package-info class.
org.wso2.carbon.deployment.engine.exception - package org.wso2.carbon.deployment.engine.exception
 

P

properties - Variable in class org.wso2.carbon.deployment.engine.LifecycleEvent
 

Q

QUEUE_PREFIX - Static variable in class org.wso2.carbon.deployment.engine.Constants
 

R

redeploy(Object, ArtifactType) - Method in interface org.wso2.carbon.deployment.engine.DeploymentService
When you want to redeploy/update an artifact, this method can be called by giving the key, which uniquely identifies an artifact in a runtime and the artifact deployment directory.

S

setArtifact(Artifact) - Method in class org.wso2.carbon.deployment.engine.LifecycleEvent
 
setDeploymentResult(LifecycleEvent.RESULT) - Method in class org.wso2.carbon.deployment.engine.LifecycleEvent
 
setKey(Object) - Method in class org.wso2.carbon.deployment.engine.Artifact
Sets a given key to this artifact instance.
setLastModifiedTime(long) - Method in class org.wso2.carbon.deployment.engine.Artifact
Sets the last modified time of this artifact.
setProperties(Map<String, Object>) - Method in class org.wso2.carbon.deployment.engine.Artifact
This method allows to set custom properties which are needed for this Artifact.
setProperties(Properties) - Method in class org.wso2.carbon.deployment.engine.LifecycleEvent
 
setState(LifecycleEvent.STATE) - Method in class org.wso2.carbon.deployment.engine.LifecycleEvent
 
setTimestamp(Date) - Method in class org.wso2.carbon.deployment.engine.LifecycleEvent
 
setTraceContent(String) - Method in class org.wso2.carbon.deployment.engine.LifecycleEvent
 
setType(ArtifactType) - Method in class org.wso2.carbon.deployment.engine.Artifact
Sets the given directory for this artifact instance.
setVersion(String) - Method in class org.wso2.carbon.deployment.engine.Artifact
Sets a given version to this artifact instance.

T

TOPIC_PREFIX - Static variable in class org.wso2.carbon.deployment.engine.Constants
 

U

undeploy(Object) - Method in interface org.wso2.carbon.deployment.engine.Deployer
Remove a given artifact from the relevant runtime configuration.
undeploy(Object, ArtifactType) - Method in interface org.wso2.carbon.deployment.engine.DeploymentService
When you want to undeploy an artifact, this method can be called by giving the key, which uniquely identifies an artifact in a runtime and the artifact deployment directory.
update(Artifact) - Method in interface org.wso2.carbon.deployment.engine.Deployer
Updates a already deployed artifact and update its relevant runtime configuration.

V

value() - Method in enum org.wso2.carbon.deployment.engine.config.DeploymentModeEnum
 
valueOf(String) - Static method in enum org.wso2.carbon.deployment.engine.config.DeploymentModeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.deployment.engine.LifecycleEvent.RESULT
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wso2.carbon.deployment.engine.LifecycleEvent.STATE
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wso2.carbon.deployment.engine.config.DeploymentModeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.carbon.deployment.engine.LifecycleEvent.RESULT
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wso2.carbon.deployment.engine.LifecycleEvent.STATE
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G H I J L O P Q R S T U V 
Skip navigation links

Copyright © 2019 WSO2. All rights reserved.