@Metadata(description="A WebSphere Portal cluster managed by a deployment manager") public class Cluster extends com.xebialabs.deployit.plugin.was.container.Cluster implements WpRuntimeContainer
Cluster as defined within the WAS plugin.| Constructor and Description |
|---|
Cluster() |
| Modifier and Type | Method and Description |
|---|---|
com.xebialabs.deployit.plugin.overthere.Host |
getHost() |
WpRuntimeContainer |
getRuntimeContainer()
Get the reference to the underlying runtime container.
|
java.lang.String |
getWpAdminPassword()
Retrieve the WebSphere Portal administrator password.
|
java.lang.String |
getWpAdminUsername()
Retrieve the WebSphere Portal administrator username.
|
java.lang.String |
getWpConfigUrl()
Get the configuration URL for this container.
|
java.lang.String |
getWpHome()
Retrieve the WebSphere Portal Home directory on the primary node.
|
WpVersion |
getWpVersion()
Retrieve the WebSphere Portal version of the container.
|
void |
setWpAdminPassword(java.lang.String wpAdminPassword) |
void |
setWpAdminUsername(java.lang.String wpAdminUsername) |
void |
setWpConfigUrl(java.lang.String wpConfigUrl) |
void |
setWpHome(java.lang.String wpHome) |
void |
setWpPrimaryNodeHost(com.xebialabs.deployit.plugin.overthere.Host wpPrimaryNodeHost) |
void |
setWpVersion(WpVersion wpVersion) |
controlTaskDispatch, getApplicationManagerObjectNames, getCell, getCellName, getContainmentPath, getManagingContainer, getNodes, getServerNamesPerNode, getServers, getShortTypeDescription, getWasConfigIdType, getWasTargetType, setCell, setServersgetTags, setTagscompareTo, equals, get$token, getId, getName, getProperty, getPropertyDescriptor, getSyntheticProperties, getSyntheticProperty, getType, hashCode, hasProperty, hasSyntheticProperty, putSyntheticProperties, putSyntheticProperty, set$token, setId, setProperty, setSyntheticProperties, setType, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetApplicationManagerObjectNamesgetCell, getCellName, getContainmentPath, getNodes, getShortTypeDescription, getWasConfigIdType, getWasTargetTypepublic WpVersion getWpVersion()
getWpVersion in interface WpRuntimeContainerpublic java.lang.String getWpHome()
getWpHome in interface WpRuntimeContainerpublic java.lang.String getWpAdminUsername()
getWpAdminUsername in interface WpRuntimeContainerpublic java.lang.String getWpAdminPassword()
getWpAdminPassword in interface WpRuntimeContainerpublic java.lang.String getWpConfigUrl()
getWpConfigUrl in interface WpContainerpublic com.xebialabs.deployit.plugin.overthere.Host getHost()
getHost in interface com.xebialabs.deployit.plugin.overthere.HostContainergetHost in class com.xebialabs.deployit.plugin.was.container.Clusterpublic void setWpVersion(WpVersion wpVersion)
public void setWpHome(java.lang.String wpHome)
public void setWpAdminUsername(java.lang.String wpAdminUsername)
public void setWpAdminPassword(java.lang.String wpAdminPassword)
public void setWpConfigUrl(java.lang.String wpConfigUrl)
public void setWpPrimaryNodeHost(com.xebialabs.deployit.plugin.overthere.Host wpPrimaryNodeHost)
public WpRuntimeContainer getRuntimeContainer()
WpContainergetRuntimeContainer in interface WpContainer