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

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, WasContainer
All Known Implementing Classes:
NodeAgent, UnmanagedServer

public interface Node
extends WasContainer


Field Summary
 
Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.Taggable
TAGS_FIELD
 
Method Summary
 Cell getCell()
           
 java.lang.String getNodeName()
           
 
Methods inherited from interface com.xebialabs.deployit.plugin.was.container.WasContainer
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.overthere.HostContainer
getHost
 
Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.Taggable
getTags, setTags
 

Method Detail

getNodeName

java.lang.String getNodeName()

getCell

Cell getCell()
Specified by:
getCell in interface WasContainer