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.overthere.HostContainer, 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,
          description="OSB domain on the WebLogic server",
          inspectable=true)
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.Taggable
TAGS_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()
           
 int getStartOrder()
           
 int getStopOrder()
           
 
Methods inherited from class com.xebialabs.deployit.plugin.wls.container.Domain
addClusters, controlTaskDispatch, getAdminServerName, getClusters, getDeployedsToDiscover, getDestroyJmsModuleOrder, getDomainHome, getHost, getManagingContainer, getPassword, getPort, getStartMode, getStartSteps, getStopSteps, getUsername, getVersion, getWlHome, getWlstPath, inspect, runWithDaemon, setAdminServerName, setDeployedsToDiscover, setDomainHome, setHost, setPassword, setPort, setRunWithDaemon, setStartMode, setUseNodeManager, setUsername, setVersion, setWlHome, setWlstPath
 
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, get$token, getId, getName, getProperty, getPropertyDescriptor, getSyntheticProperties, getSyntheticProperty, getType, hashCode, hasProperty, hasSyntheticProperty, putSyntheticProperties, putSyntheticProperty, set$token, 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.wls.container.WlsContainer
getStartSteps, getStopSteps
 
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
 

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
Overrides:
getDomain in class com.xebialabs.deployit.plugin.wls.container.Domain

getObjectName

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

getHosts

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

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
Overrides:
getServers in class com.xebialabs.deployit.plugin.wls.container.Domain

getStopOrder

public int getStopOrder()
Specified by:
getStopOrder in interface com.xebialabs.deployit.plugin.wls.container.WlsContainer
Overrides:
getStopOrder in class com.xebialabs.deployit.plugin.wls.container.Domain

getStartOrder

public int getStartOrder()
Specified by:
getStartOrder in interface com.xebialabs.deployit.plugin.wls.container.WlsContainer
Overrides:
getStartOrder in class com.xebialabs.deployit.plugin.wls.container.Domain