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, Serializable, 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:
  • Field Summary

    Fields inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem

    id, syntheticProperties, type

    Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem

    SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD

    Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.Taggable

    TAGS_FIELD
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<com.xebialabs.deployit.plugin.api.flow.Step>
     
    List<com.xebialabs.deployit.plugin.api.flow.Step>
     
     
     
     
    com.xebialabs.deployit.plugin.overthere.Host
     
    com.xebialabs.deployit.plugin.python.PythonManagingContainer
     
     
     
     
     
    List<com.xebialabs.deployit.plugin.api.flow.Step>
     
    void
     

    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

    Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem

    get$directoryReference, get$internalId, get$referenceId, get$securedCi, get$securedDirectoryReference, get$validationMessages, getId, getName, getProperty, getType, hasProperty, setId, setProperty

    Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.Taggable

    getTags, setTags
  • Constructor Details

    • DynamicOdrCluster

      public DynamicOdrCluster()
  • Method Details

    • getCell

      public DeploymentManager getCell()
      Specified by:
      getCell in interface WasContainer
    • setCell

      public void setCell(DeploymentManager cell)
    • getManagingContainer

      public com.xebialabs.deployit.plugin.python.PythonManagingContainer getManagingContainer()
      Specified by:
      getManagingContainer in interface com.xebialabs.deployit.plugin.python.PythonManagedContainer
    • getCellName

      @DerivedProperty("cellName") public String getCellName()
      Specified by:
      getCellName in interface WasContainer
    • create

      @ControlTask(label="Create", description="This control task is used to create a new DynamicOdrCluster") public 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 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 List<com.xebialabs.deployit.plugin.api.flow.Step> destroy()
    • getContainmentPath

      public String getContainmentPath()
      Specified by:
      getContainmentPath in interface WasContainer
    • getWasConfigIdType

      public String getWasConfigIdType()
      Specified by:
      getWasConfigIdType in interface WasContainer
    • getWasTargetType

      public String getWasTargetType()
      Specified by:
      getWasTargetType in interface WasContainer
    • getShortTypeDescription

      public String getShortTypeDescription()
      Specified by:
      getShortTypeDescription in interface WasContainer
    • getHost

      public com.xebialabs.deployit.plugin.overthere.Host getHost()
      Specified by:
      getHost in interface com.xebialabs.deployit.plugin.overthere.HostContainer
    • getNodes

      public Set<Node> getNodes()
      Specified by:
      getNodes in interface WasContainer