public interface Cell extends WasContainer, HealthPolicyMembershipContainer, com.xebialabs.deployit.plugin.python.PythonManagingContainer, WasCustomPropertyContainer
| Modifier and Type | Method and Description |
|---|---|
com.xebialabs.deployit.plugin.overthere.Host |
getCellHost()
Returns the host the cell is administered on.
|
java.lang.String |
getCellName()
Returns the name of the cell.
|
java.lang.String |
getConfigDirPath()
Returns the path of the "config" directory in the WAS installation.
|
java.lang.String |
getPassword()
Returns the password which is used to login to the WebSphere deployment manager
|
java.lang.String |
getPluginFilePath()
Returns the path to the plugin config file in the WAS installation.
|
int |
getPort()
Returns the administrative port.
|
java.lang.String |
getServerStatusPath()
Returns the path to the serverStatus command in the WAS installation.
|
java.lang.String |
getStartServerPath()
Returns the path to the startServer command in the WAS installation.
|
java.lang.String |
getStopServerPath()
Returns the path to the stopServer command in the WAS installation.
|
java.lang.String |
getUsername()
Returns the username which is used to login to the WebSphere deployment manager
|
WasVersion |
getVersion()
Returns the version of WAS.
|
java.lang.String |
getVersionInfoPath()
Returns the path to the versionInfo command in the WAS installation.
|
java.lang.String |
getWasHome()
Returns the profile directory of WAS on the administrative host.
|
java.lang.String |
getWsadminPath()
Returns the path to the wsadmin command in the WAS installation.
|
void |
setVersion(WasVersion version)
Sets the version of WAS.
|
getHost, getRuntimePath, getScriptCommandLine, runWithDaemongetCell, getContainmentPath, getNodes, getShortTypeDescription, getWasConfigIdType, getWasTargetType@DerivedProperty(value="cellName") java.lang.String getCellName()
getCellName in interface WasContainerWasVersion getVersion()
void setVersion(WasVersion version)
version - the version.java.lang.String getWasHome()
int getPort()
com.xebialabs.deployit.plugin.overthere.Host getCellHost()
java.lang.String getUsername()
java.lang.String getPassword()
java.lang.String getConfigDirPath()
java.lang.String getPluginFilePath()
java.lang.String getVersionInfoPath()
java.lang.String getWsadminPath()
java.lang.String getStartServerPath()
java.lang.String getStopServerPath()
java.lang.String getServerStatusPath()