com.xebialabs.deployit.plugin.osb.container
Class Domain

java.lang.Object
  extended by com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
      extended by com.xebialabs.deployit.plugin.api.udm.base.BaseContainer
          extended by com.xebialabs.deployit.plugin.wls.container.Domain
              extended by com.xebialabs.deployit.plugin.osb.container.Domain
All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem, com.xebialabs.deployit.plugin.api.udm.Container, com.xebialabs.deployit.plugin.api.udm.Taggable, com.xebialabs.deployit.plugin.python.PythonManagedContainer, com.xebialabs.deployit.plugin.python.PythonManagingContainer, com.xebialabs.deployit.plugin.wls.container.WlsContainer, java.io.Serializable, java.lang.Comparable<com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem>

@Metadata(root=INFRASTRUCTURE)
public class Domain
extends com.xebialabs.deployit.plugin.wls.container.Domain
implements com.xebialabs.deployit.plugin.wls.container.WlsContainer

See Also:
Serialized Form

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
Domain()
           
 
Method Summary
 com.xebialabs.deployit.plugin.wls.container.Domain getDomain()
           
 java.util.Set<com.xebialabs.deployit.plugin.overthere.Host> getHosts()
           
 java.lang.String getObjectName()
           
 java.lang.String getRuntimePath()
           
 com.xebialabs.overthere.CmdLine getScriptCommandLine(com.xebialabs.overthere.OverthereFile script)
           
 java.util.Set<com.xebialabs.deployit.plugin.wls.container.Server> getServers()
           
 
Methods inherited from class com.xebialabs.deployit.plugin.wls.container.Domain
addClusters, getAdminServerName, getClusters, getDomainHome, getHost, getManagingContainer, getPassword, getPort, getStartMode, getUsername, getVersion, getWlHome, getWlstPath, inspect, runWithDaemon, setAdminServerName, setDomainHome, setHost, setPassword, setPort, setRunWithDaemon, setStartMode, setUseNodeManager, setUsername, setVersion, setWlHome
 
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.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
 

Constructor Detail

Domain

public Domain()
Method Detail

getScriptCommandLine

public com.xebialabs.overthere.CmdLine getScriptCommandLine(com.xebialabs.overthere.OverthereFile script)
Specified by:
getScriptCommandLine in interface com.xebialabs.deployit.plugin.python.PythonManagingContainer
Overrides:
getScriptCommandLine in class com.xebialabs.deployit.plugin.wls.container.Domain

getRuntimePath

public java.lang.String getRuntimePath()
Specified by:
getRuntimePath in interface com.xebialabs.deployit.plugin.python.PythonManagingContainer
Overrides:
getRuntimePath in class com.xebialabs.deployit.plugin.wls.container.Domain

getDomain

public com.xebialabs.deployit.plugin.wls.container.Domain getDomain()
Specified by:
getDomain in interface com.xebialabs.deployit.plugin.wls.container.WlsContainer

getObjectName

public java.lang.String getObjectName()
Specified by:
getObjectName in interface com.xebialabs.deployit.plugin.wls.container.WlsContainer

getHosts

public java.util.Set<com.xebialabs.deployit.plugin.overthere.Host> getHosts()
Specified by:
getHosts in interface com.xebialabs.deployit.plugin.wls.container.WlsContainer

getServers

public java.util.Set<com.xebialabs.deployit.plugin.wls.container.Server> getServers()
Specified by:
getServers in interface com.xebialabs.deployit.plugin.wls.container.WlsContainer