|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
com.xebialabs.deployit.plugin.api.udm.base.BaseContainer
com.xebialabs.deployit.plugin.was.container.BaseCell
@Metadata(description="Base class for a Webshpere Cell") public abstract class BaseCell
| Field Summary |
|---|
| 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 |
| Fields inherited from interface com.xebialabs.deployit.plugin.python.PythonManagingContainer |
|---|
CONNECT_FROM_DAEMON, CONNECT_FROM_STAND_ALONE_SCRIPT, DISCONNECT_FROM_DAEMON, DISCONNECT_FROM_STAND_ALONE_SCRIPT, RUN_SCRIPT_FROM_DAEMON |
| Constructor Summary | |
|---|---|
BaseCell()
|
|
| Method Summary | |
|---|---|
Cell |
getCell()
|
com.xebialabs.deployit.plugin.overthere.Host |
getCellHost()
Returns the host the cell is administered on. |
java.lang.String |
getConfigDirPath()
Returns the path of the "config" directory in the WAS installation. |
com.xebialabs.deployit.plugin.overthere.Host |
getHost()
|
com.xebialabs.deployit.plugin.python.PythonManagingContainer |
getManagingContainer()
|
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 |
getRuntimePath()
|
com.xebialabs.overthere.CmdLine |
getScriptCommandLine(com.xebialabs.overthere.OverthereFile pyFile)
|
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 |
inspect(com.xebialabs.deployit.plugin.api.inspection.InspectionPlanningContext ctx)
|
boolean |
runWithDaemon()
|
void |
setHost(com.xebialabs.deployit.plugin.overthere.Host host)
|
void |
setPassword(java.lang.String password)
|
void |
setPort(int port)
|
void |
setRunWithDaemon(boolean runWithDaemon)
|
void |
setUsername(java.lang.String username)
|
void |
setVersion(WasVersion version)
Sets the version of WAS. |
void |
setWasHome(java.lang.String wasHome)
|
| 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, getId, getName, getProperty, getSyntheticProperties, getSyntheticProperty, getType, hashCode, hasProperty, hasSyntheticProperty, putSyntheticProperties, putSyntheticProperty, setId, setProperty, setSyntheticProperties, 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.was.container.Cell |
|---|
getCellName |
| Methods inherited from interface com.xebialabs.deployit.plugin.was.container.WasContainer |
|---|
getContainmentPath, getNodes, getShortTypeDescription, getWasConfigIdType, getWasTargetType |
| Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.Taggable |
|---|
getTags, setTags |
| Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem |
|---|
getId, getName, getProperty, getSyntheticProperties, getSyntheticProperty, getType, hasProperty, putSyntheticProperty, setId, setProperty |
| Constructor Detail |
|---|
public BaseCell()
| Method Detail |
|---|
public int getPort()
Cell
getPort in interface Cellpublic void setPort(int port)
public java.lang.String getUsername()
Cell
getUsername in interface Cellpublic void setUsername(java.lang.String username)
public java.lang.String getPassword()
Cell
getPassword in interface Cellpublic void setPassword(java.lang.String password)
public java.lang.String getWasHome()
Cell
getWasHome in interface Cellpublic void setWasHome(java.lang.String wasHome)
public WasVersion getVersion()
Cell
getVersion in interface Cellpublic void setVersion(WasVersion version)
Cell
setVersion in interface Cellversion - the version.public Cell getCell()
getCell in interface WasContainerpublic com.xebialabs.deployit.plugin.overthere.Host getCellHost()
Cell
getCellHost in interface Cellpublic com.xebialabs.deployit.plugin.overthere.Host getHost()
getHost in interface com.xebialabs.deployit.plugin.python.PythonManagingContainerpublic void setHost(com.xebialabs.deployit.plugin.overthere.Host host)
public java.lang.String getConfigDirPath()
Cell
getConfigDirPath in interface Cellpublic java.lang.String getPluginFilePath()
Cell
getPluginFilePath in interface Cellpublic java.lang.String getWsadminPath()
Cell
getWsadminPath in interface Cellpublic java.lang.String getVersionInfoPath()
Cell
getVersionInfoPath in interface Cellpublic java.lang.String getStartServerPath()
Cell
getStartServerPath in interface Cellpublic java.lang.String getStopServerPath()
Cell
getStopServerPath in interface Cellpublic java.lang.String getServerStatusPath()
Cell
getServerStatusPath in interface Cellpublic boolean runWithDaemon()
runWithDaemon in interface com.xebialabs.deployit.plugin.python.PythonManagingContainerpublic void setRunWithDaemon(boolean runWithDaemon)
public com.xebialabs.deployit.plugin.python.PythonManagingContainer getManagingContainer()
getManagingContainer in interface com.xebialabs.deployit.plugin.python.PythonManagedContainerpublic com.xebialabs.overthere.CmdLine getScriptCommandLine(com.xebialabs.overthere.OverthereFile pyFile)
getScriptCommandLine in interface com.xebialabs.deployit.plugin.python.PythonManagingContainerpublic java.lang.String getRuntimePath()
getRuntimePath in interface com.xebialabs.deployit.plugin.python.PythonManagingContainerpublic void inspect(com.xebialabs.deployit.plugin.api.inspection.InspectionPlanningContext ctx)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||