@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 WasAppContainer
| Constructor and Description |
|---|
Cluster() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> |
controlTaskDispatch(java.lang.String name,
java.util.Map<java.lang.String,java.lang.String> args) |
java.util.List<java.lang.String> |
getApplicationManagerObjectNames() |
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<Node> |
getNodes() |
java.util.Map<NodeAgent,java.util.List<java.lang.String>> |
getServerNamesPerNode() |
java.util.Set<ManagedServer> |
getServers() |
ServerType |
getServerType() |
java.lang.String |
getShortTypeDescription() |
java.lang.String |
getWasConfigIdType() |
java.lang.String |
getWasTargetType() |
void |
setCell(DeploymentManager cell) |
void |
setServers(java.util.Set<ManagedServer> servers) |
void |
setServerType(ServerType serverType) |
getTags, setTagscompareTo, equals, get$token, getId, getName, getProperty, getPropertyDescriptor, getSyntheticProperties, getSyntheticProperty, getType, hashCode, hasProperty, hasSyntheticProperty, putSyntheticProperties, putSyntheticProperty, set$token, setId, setProperty, setSyntheticProperties, setType, toStringpublic DeploymentManager getCell()
getCell in interface WasContainerpublic com.xebialabs.deployit.plugin.python.PythonManagingContainer getManagingContainer()
getManagingContainer in interface com.xebialabs.deployit.plugin.python.PythonManagedContainerpublic java.lang.String getCellName()
getCellName in interface WasContainerpublic com.xebialabs.deployit.plugin.overthere.Host getHost()
getHost in interface com.xebialabs.deployit.plugin.overthere.HostContainerpublic java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> controlTaskDispatch(java.lang.String name,
java.util.Map<java.lang.String,java.lang.String> args)
public void setCell(DeploymentManager cell)
public void setServers(java.util.Set<ManagedServer> servers)
public java.util.Set<ManagedServer> getServers()
public ServerType getServerType()
public void setServerType(ServerType serverType)
public java.util.Map<NodeAgent,java.util.List<java.lang.String>> getServerNamesPerNode()
public java.util.Set<Node> getNodes()
getNodes in interface WasContainerpublic java.lang.String getContainmentPath()
getContainmentPath in interface WasContainerpublic java.lang.String getWasConfigIdType()
getWasConfigIdType in interface WasContainerpublic java.lang.String getWasTargetType()
getWasTargetType in interface WasContainerpublic java.lang.String getShortTypeDescription()
getShortTypeDescription in interface WasContainerpublic java.util.List<java.lang.String> getApplicationManagerObjectNames()
getApplicationManagerObjectNames in interface WasAppContainer