Class DynamicOdrCluster
- java.lang.Object
-
- com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
-
- com.xebialabs.deployit.plugin.api.udm.base.BaseContainer
-
- com.xebialabs.deployit.plugin.was.container.DynamicOdrCluster
-
- All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem,com.xebialabs.deployit.plugin.api.udm.Container,com.xebialabs.deployit.plugin.api.udm.Taggable,com.xebialabs.deployit.plugin.overthere.HostContainer,com.xebialabs.deployit.plugin.python.PythonManagedContainer,HealthPolicyMembershipContainer,WasContainer,java.io.Serializable,java.lang.Comparable<com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem>
@Metadata(description="A WebSphere dynamic ODR cluster managed by a WebSphere deployment manager (WAS ND)") public class DynamicOdrCluster extends com.xebialabs.deployit.plugin.api.udm.base.BaseContainer implements HealthPolicyMembershipContainer, com.xebialabs.deployit.plugin.python.PythonManagedContainer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DynamicOdrCluster()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<com.xebialabs.deployit.plugin.api.flow.Step>create()java.util.List<com.xebialabs.deployit.plugin.api.flow.Step>destroy()DeploymentManagergetCell()java.lang.StringgetCellName()java.lang.StringgetContainmentPath()com.xebialabs.deployit.plugin.overthere.HostgetHost()com.xebialabs.deployit.plugin.python.PythonManagingContainergetManagingContainer()java.util.Set<Node>getNodes()java.lang.StringgetShortTypeDescription()java.lang.StringgetWasConfigIdType()java.lang.StringgetWasTargetType()java.util.List<com.xebialabs.deployit.plugin.api.flow.Step>modify()voidsetCell(DeploymentManager cell)-
Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseContainer
getTags, setTags
-
Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
compareTo, equals, get$ciAttributes, get$directoryReference, get$externalProperties, get$internalId, get$referenceId, get$securedCi, get$securedDirectoryReference, get$token, get$validationMessages, getId, getName, getProperty, getPropertyDescriptor, getType, hashCode, hasProperty, set$ciAttributes, set$directoryReference, set$externalProperties, set$internalId, set$referenceId, set$securedCi, set$securedDirectoryReference, set$token, set$validationMessages, setId, setProperty, setType, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getCell
public DeploymentManager getCell()
- Specified by:
getCellin interfaceWasContainer
-
setCell
public void setCell(DeploymentManager cell)
-
getManagingContainer
public com.xebialabs.deployit.plugin.python.PythonManagingContainer getManagingContainer()
- Specified by:
getManagingContainerin interfacecom.xebialabs.deployit.plugin.python.PythonManagedContainer
-
getCellName
@DerivedProperty("cellName") public java.lang.String getCellName()- Specified by:
getCellNamein interfaceWasContainer
-
create
@ControlTask(label="Create", description="This control task is used to create a new DynamicOdrCluster") public java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> create()
-
modify
@ControlTask(label="Modify", description="This control task is used to modify the properties of an existing DynamicOdrCluster") public java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> modify()
-
destroy
@ControlTask(label="Destroy", description="This control task is used to destroy an existing DynamicOdrCluster") public java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> destroy()
-
getContainmentPath
public java.lang.String getContainmentPath()
- Specified by:
getContainmentPathin interfaceWasContainer
-
getWasConfigIdType
public java.lang.String getWasConfigIdType()
- Specified by:
getWasConfigIdTypein interfaceWasContainer
-
getWasTargetType
public java.lang.String getWasTargetType()
- Specified by:
getWasTargetTypein interfaceWasContainer
-
getShortTypeDescription
public java.lang.String getShortTypeDescription()
- Specified by:
getShortTypeDescriptionin interfaceWasContainer
-
getHost
public com.xebialabs.deployit.plugin.overthere.Host getHost()
- Specified by:
getHostin interfacecom.xebialabs.deployit.plugin.overthere.HostContainer
-
getNodes
public java.util.Set<Node> getNodes()
- Specified by:
getNodesin interfaceWasContainer
-
-