com.xebialabs.deployit.plugin.was.container
Class Cluster

java.lang.Object
  extended by com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
      extended by com.xebialabs.deployit.plugin.api.udm.base.BaseContainer
          extended by com.xebialabs.deployit.plugin.was.container.Cluster
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, com.xebialabs.deployit.plugin.was.container.WasAppContainer, com.xebialabs.deployit.plugin.was.container.WasContainer, java.io.Serializable, java.lang.Comparable<com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem>

@Metadata(description="A WebSphere cluster managed by a deployment manager (WAS ND)")
public class Cluster
extends com.xebialabs.deployit.plugin.api.udm.base.BaseContainer
implements com.xebialabs.deployit.plugin.was.container.WasAppContainer

See Also:
Serialized Form

Field Summary
protected  java.util.Map<java.lang.String,java.lang.Object> context
           
 
Fields inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
id, syntheticProperties, type
 
Constructor Summary
Cluster()
           
 
Method Summary
 java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> controlTaskDispatch(java.lang.String name)
           
 java.util.List<java.lang.String> getApplicationManagerObjectNames()
           
 com.xebialabs.deployit.plugin.was.container.DeploymentManager getCell()
           
 java.lang.String getCellName()
           
 java.lang.String getContainmentPath()
           
 com.xebialabs.deployit.plugin.overthere.Host getHost()
           
 com.xebialabs.deployit.plugin.python.PythonManagingContainer getManagingContainer()
           
 java.util.Set<com.xebialabs.deployit.plugin.was.container.Node> getNodes()
           
 java.util.Map<com.xebialabs.deployit.plugin.was.container.NodeAgent,java.util.List<java.lang.String>> getServerNamesPerNode()
           
 java.util.Set<ManagedServer> getServers()
           
 java.lang.String getShortTypeDescription()
           
 java.lang.String getWasConfigIdType()
           
 java.lang.String getWasTargetType()
           
 void inspect(com.xebialabs.deployit.plugin.api.inspection.InspectionContext ctx)
           
 void setCell(com.xebialabs.deployit.plugin.was.container.DeploymentManager cell)
           
 void setServers(java.util.Set<ManagedServer> servers)
           
 
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$token, getId, getName, getProperty, getPropertyDescriptor, getSyntheticProperties, getSyntheticProperty, getType, hashCode, hasProperty, hasSyntheticProperty, putSyntheticProperties, putSyntheticProperty, set$token, setId, setProperty, setSyntheticProperties, 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.Taggable
getTags, setTags
 

Field Detail

context

protected final java.util.Map<java.lang.String,java.lang.Object> context
Constructor Detail

Cluster

public Cluster()
Method Detail

getCell

public com.xebialabs.deployit.plugin.was.container.DeploymentManager getCell()
Specified by:
getCell in interface com.xebialabs.deployit.plugin.was.container.WasContainer

getManagingContainer

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

getCellName

public java.lang.String getCellName()
Specified by:
getCellName in interface com.xebialabs.deployit.plugin.was.container.WasContainer

getHost

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

setCell

public void setCell(com.xebialabs.deployit.plugin.was.container.DeploymentManager cell)

setServers

public void setServers(java.util.Set<ManagedServer> servers)

getServers

public java.util.Set<ManagedServer> getServers()

getServerNamesPerNode

public java.util.Map<com.xebialabs.deployit.plugin.was.container.NodeAgent,java.util.List<java.lang.String>> getServerNamesPerNode()

getNodes

public java.util.Set<com.xebialabs.deployit.plugin.was.container.Node> getNodes()
Specified by:
getNodes in interface com.xebialabs.deployit.plugin.was.container.WasContainer

getContainmentPath

public java.lang.String getContainmentPath()
Specified by:
getContainmentPath in interface com.xebialabs.deployit.plugin.was.container.WasContainer

getWasConfigIdType

public java.lang.String getWasConfigIdType()
Specified by:
getWasConfigIdType in interface com.xebialabs.deployit.plugin.was.container.WasContainer

getWasTargetType

public java.lang.String getWasTargetType()
Specified by:
getWasTargetType in interface com.xebialabs.deployit.plugin.was.container.WasContainer

getShortTypeDescription

public java.lang.String getShortTypeDescription()
Specified by:
getShortTypeDescription in interface com.xebialabs.deployit.plugin.was.container.WasContainer

getApplicationManagerObjectNames

public java.util.List<java.lang.String> getApplicationManagerObjectNames()
Specified by:
getApplicationManagerObjectNames in interface com.xebialabs.deployit.plugin.was.container.WasAppContainer

inspect

public void inspect(com.xebialabs.deployit.plugin.api.inspection.InspectionContext ctx)

controlTaskDispatch

public java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> controlTaskDispatch(java.lang.String name)