com.xebialabs.deployit.plugin.was.container
Interface Server

All Superinterfaces:
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem, com.xebialabs.deployit.plugin.api.udm.Container, com.xebialabs.deployit.plugin.python.PythonManagedContainer, java.io.Serializable, com.xebialabs.deployit.plugin.api.udm.Taggable, WasAppContainer, WasContainer
All Known Implementing Classes:
ManagedServer, UnmanagedServer

public interface Server
extends WasAppContainer


Field Summary
 
Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
 
Method Summary
 java.lang.String getServerRestartScript()
           
 
Methods inherited from interface com.xebialabs.deployit.plugin.was.container.WasAppContainer
getApplicationManagerObjectNames
 
Methods inherited from interface com.xebialabs.deployit.plugin.was.container.WasContainer
getCell, getCellName, getContainmentPath, getNodes, getShortTypeDescription, getWasConfigIdType, getWasTargetType
 
Methods inherited from interface com.xebialabs.deployit.plugin.python.PythonManagedContainer
getManagingContainer
 
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
 

Method Detail

getServerRestartScript

java.lang.String getServerRestartScript()