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

All Superinterfaces:
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem, com.xebialabs.deployit.plugin.api.udm.Container, com.xebialabs.deployit.plugin.overthere.HostContainer, com.xebialabs.deployit.plugin.python.PythonManagedContainer, java.io.Serializable, com.xebialabs.deployit.plugin.api.udm.Taggable
All Known Subinterfaces:
Cell, Node, Server, WasAppContainer
All Known Implementing Classes:
BaseCell, Cluster, DeploymentManager, ManagedServer, NodeAgent, UnmanagedServer

public interface WasContainer
extends com.xebialabs.deployit.plugin.python.PythonManagedContainer, com.xebialabs.deployit.plugin.overthere.HostContainer


Field Summary
 
Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.Taggable
TAGS_FIELD
 
Method Summary
 Cell getCell()
           
 java.lang.String getCellName()
           
 java.lang.String getContainmentPath()
           
 java.util.Set<? extends Node> getNodes()
           
 java.lang.String getShortTypeDescription()
           
 java.lang.String getWasConfigIdType()
           
 java.lang.String getWasTargetType()
           
 
Methods inherited from interface com.xebialabs.deployit.plugin.python.PythonManagedContainer
getManagingContainer
 
Methods inherited from interface com.xebialabs.deployit.plugin.overthere.HostContainer
getHost
 
Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.Taggable
getTags, setTags
 

Method Detail

getCell

Cell getCell()

getNodes

java.util.Set<? extends Node> getNodes()

getCellName

@DerivedProperty(value="cellName")
java.lang.String getCellName()

getContainmentPath

@DerivedProperty(value="containmentPath")
java.lang.String getContainmentPath()

getWasConfigIdType

@DerivedProperty(value="wasConfigIdType")
java.lang.String getWasConfigIdType()

getWasTargetType

@DerivedProperty(value="wasTargetType")
java.lang.String getWasTargetType()

getShortTypeDescription

@DerivedProperty(value="shortTypeDescription")
java.lang.String getShortTypeDescription()