@Metadata(virtual=true,
description="Base class for all JMS destinations, which can have a error destination property defined on them")
public class JmsDestination<D extends JmsResourceSpec,C extends JmsTarget,E extends JmsDestination>
extends JmsResource<D,C>
id, syntheticProperties, type| Constructor and Description |
|---|
JmsDestination() |
| Modifier and Type | Method and Description |
|---|---|
E |
getErrorDestination() |
void |
setErrorDestination(E errorDestination) |
void |
setErrorQueue(com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext result,
com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta) |
void |
unsetErrorQueue(com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext result,
com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta) |
createResource, destroyResource, getJmsModuleName, getJndiName, getSubDeploymentName, modifyResource, setJmsModuleName, setJndiName, setSubDeploymentNameaddStep, addStep, addStep, addStep, addStep, checkpoint, checkpoint, controlTaskDispatch, getDescription, getDiscoverOrder, getExposeDeployedApplication, getLibraryScripts, getPythonVars, getPythonVars, setDiscoverOrder, setExposeDeployedApplicationgetContainer, getDeployable, setContainer, setDeployablecompareTo, equals, get$token, getId, getName, getProperty, getPropertyDescriptor, getSyntheticProperties, getSyntheticProperty, getType, hashCode, hasProperty, hasSyntheticProperty, putSyntheticProperties, putSyntheticProperty, set$token, setId, setProperty, setSyntheticProperties, setType, toStringpublic E getErrorDestination()
public void setErrorDestination(E errorDestination)
public void setErrorQueue(com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext result,
com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta)
public void unsetErrorQueue(com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext result,
com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta)