Class UnmanagedServer
- 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.BaseCell
-
- com.xebialabs.deployit.plugin.was.container.UnmanagedServer
-
- 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.python.PythonManagingContainer,Cell,HealthPolicyMembershipContainer,Node,Server,WasAppContainer,WasContainer,WasCustomPropertyContainer,java.io.Serializable,java.lang.Comparable<com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem>
@Metadata(description="An unmanaged WebSphere Applicaton Server (WAS Base/SA)", inspectable=true) public class UnmanagedServer extends BaseCell implements Node, ServerAn unmanaged WebSphere Application Server.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.xebialabs.deployit.plugin.was.container.BaseCell
performOnlyTopologyDiscovery, skipTopologyDiscovery
-
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
-
-
Constructor Summary
Constructors Constructor Description UnmanagedServer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getApplicationManagerObjectNames()java.lang.StringgetCellName()Returns the name of the cell.java.lang.StringgetContainmentPath()NodegetNode()java.lang.StringgetNodeName()java.util.Set<Node>getNodes()ServerTypegetServerType()java.lang.StringgetShortTypeDescription()java.lang.StringgetWasConfigIdType()java.lang.StringgetWasTargetType()voidsetCellName(java.lang.String cellName)voidsetNodeName(java.lang.String nodeName)voidsetServerType(ServerType serverType)-
Methods inherited from class com.xebialabs.deployit.plugin.was.container.BaseCell
appendTypeToName, controlTaskDispatch, getCell, getCellHost, getConfigDirName, getConfigDirPath, getDeployedsToDiscover, getHost, getHostname, getInspectScript, getLibraryScripts, getManagingContainer, getPassword, getPluginFilePath, getPort, getRuntimePath, getScriptCommandLine, getServerStatusPath, getStartServerPath, getStopServerPath, getStringEncoding, getUsername, getVersion, getVersionInfoPath, getWasHome, getWsAdminArgs, getWsadminPath, inspect, runWithDaemon, setAppendTypeToName, setConfigDirName, setDeployedsToDiscover, setHost, setHostname, setPassword, setPort, setRunWithDaemon, setStringEncoding, setUseJython21, setUsername, setVersion, setWasHome, setWsadminArgs, setWsadminPath, useJython21
-
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
-
-
-
-
Method Detail
-
getCellName
public java.lang.String getCellName()
Description copied from interface:CellReturns the name of the cell.- Specified by:
getCellNamein interfaceCell- Specified by:
getCellNamein interfaceWasContainer- Returns:
- the name
-
setCellName
public void setCellName(java.lang.String cellName)
-
getNode
@DerivedProperty("node") public Node getNode()
-
getNodeName
@DerivedProperty("nodeName") public java.lang.String getNodeName()- Specified by:
getNodeNamein interfaceNode
-
setNodeName
public void setNodeName(java.lang.String nodeName)
-
getNodes
public java.util.Set<Node> getNodes()
- Specified by:
getNodesin interfaceWasContainer
-
getServerType
public ServerType getServerType()
- Specified by:
getServerTypein interfaceServer
-
setServerType
public void setServerType(ServerType serverType)
- Specified by:
setServerTypein interfaceServer
-
getApplicationManagerObjectNames
public java.util.List<java.lang.String> getApplicationManagerObjectNames()
- Specified by:
getApplicationManagerObjectNamesin interfaceWasAppContainer
-
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
-
-