@Metadata(description="A WebSphere server managed by a node that is part of a deployment manager (WAS ND)") public class ManagedServer extends com.xebialabs.deployit.plugin.api.udm.base.BaseContainer implements Server
| Constructor and Description |
|---|
ManagedServer() |
| 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() |
Cell |
getCell() |
java.lang.String |
getCellName() |
java.lang.String |
getContainmentPath() |
com.xebialabs.deployit.plugin.overthere.Host |
getHost() |
com.xebialabs.deployit.plugin.python.PythonManagingContainer |
getManagingContainer() |
NodeAgent |
getNode() |
java.lang.String |
getNodeName() |
java.util.Set<Node> |
getNodes() |
ServerType |
getServerType() |
java.lang.String |
getShortTypeDescription() |
java.lang.String |
getWasConfigIdType() |
java.lang.String |
getWasTargetType() |
void |
setNode(NodeAgent node) |
void |
setServerType(ServerType serverType) |
getTags, setTagscompareTo, equals, get$ciAttributes, get$token, getId, getName, getProperty, getPropertyDescriptor, getSyntheticProperties, getSyntheticProperty, getType, hashCode, hasProperty, hasSyntheticProperty, putSyntheticProperties, putSyntheticProperty, set$ciAttributes, set$token, setId, setProperty, setSyntheticProperties, setType, toStringpublic NodeAgent getNode()
public void setNode(NodeAgent node)
public Cell 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 WasContainer@DerivedProperty(value="nodeName") public java.lang.String getNodeName()
public java.util.Set<Node> getNodes()
getNodes in interface WasContainerpublic ServerType getServerType()
getServerType in interface Serverpublic void setServerType(ServerType serverType)
setServerType in interface Serverpublic 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 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 java.util.List<java.lang.String> getApplicationManagerObjectNames()
getApplicationManagerObjectNames in interface WasAppContainer