@Metadata(description="A standalone WebSphere Portal server NOT managed by any deployment manager",
inspectable=true)
public class UnmanagedServer
extends com.xebialabs.deployit.plugin.was.container.UnmanagedServer
implements WpRuntimeContainer
UnmanagedServer as defined within the WAS plugin.performOnlyTopologyDiscovery, skipTopologyDiscovery| Constructor and Description |
|---|
UnmanagedServer() |
| Modifier and Type | Method and Description |
|---|---|
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 |
setWpVersion(WpVersion wpVersion) |
addWebServer, getApplicationManagerObjectNames, getCellName, getContainmentPath, getNode, getNodeName, getNodes, getShortTypeDescription, getWasConfigIdType, getWasTargetType, getWebServers, setCellName, setNodeNamecontrolTaskDispatch, getCell, getCellHost, getConfigDirPath, getDeployedsToDiscover, getHost, getInspectScript, getLibraryScripts, getManagingContainer, getPassword, getPluginFilePath, getPort, getRuntimePath, getScriptCommandLine, getServerStatusPath, getStartServerPath, getStopServerPath, getUsername, getVersion, getVersionInfoPath, getWasHome, getWsadminPath, inspect, runWithDaemon, setDeployedsToDiscover, setHost, setPassword, setPort, setRunWithDaemon, setUsername, setVersion, setWasHomegetTags, 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 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 WpRuntimeContainer getRuntimeContainer()
WpContainergetRuntimeContainer in interface WpContainer