com.xebialabs.deployit.plugin.wls.container
Class Cluster

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.Cluster
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, JmsTarget, WlsContainer, java.io.Serializable, java.lang.Comparable<com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem>

@Metadata(description="WebLogic Cluster which defines groups of WebLogic servers that work together to increase scalability and reliability")
public class Cluster
extends com.xebialabs.deployit.plugin.api.udm.base.BaseContainer
implements WlsContainer, JmsTarget

A cluster in a WLS domain.

See Also:
Server, Serialized Form

Field Summary
protected  java.util.Map<java.lang.String,java.lang.Object> context
           
 
Fields inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
id, syntheticProperties, type
 
Constructor Summary
Cluster()
           
 
Method Summary
 void addServer(Server server)
           
 java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> controlTaskDispatch(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> args)
           
 Domain getDomain()
           
 com.xebialabs.deployit.plugin.overthere.Host getHost()
           
 java.util.Set<com.xebialabs.deployit.plugin.overthere.Host> getHosts()
           
 com.xebialabs.deployit.plugin.python.PythonManagingContainer getManagingContainer()
           
 java.lang.String getObjectName()
           
 java.util.Set<Server> getServers()
           
 int getStartOrder()
           
 java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> getStartSteps(int order)
           
 int getStopOrder()
           
 java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> getStopSteps(int order)
           
 void inspect(com.xebialabs.deployit.plugin.api.inspection.InspectionContext ctx)
           
 void setDomain(Domain domain)
           
 void setServers(java.util.Set<Server> servers)
           
 
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.api.udm.Taggable
getTags, setTags
 

Field Detail

context

protected final java.util.Map<java.lang.String,java.lang.Object> context
Constructor Detail

Cluster

public Cluster()
Method Detail

getObjectName

public java.lang.String getObjectName()
Specified by:
getObjectName in interface JmsTarget
Specified by:
getObjectName in interface WlsContainer

inspect

public void inspect(com.xebialabs.deployit.plugin.api.inspection.InspectionContext ctx)

getHosts

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

getDomain

public Domain getDomain()
Specified by:
getDomain in interface JmsTarget
Specified by:
getDomain in interface WlsContainer

setDomain

public void setDomain(Domain domain)

getServers

public java.util.Set<Server> getServers()
Specified by:
getServers in interface WlsContainer

setServers

public void setServers(java.util.Set<Server> servers)

addServer

public void addServer(Server server)

getManagingContainer

public com.xebialabs.deployit.plugin.python.PythonManagingContainer getManagingContainer()
Specified by:
getManagingContainer in interface com.xebialabs.deployit.plugin.python.PythonManagedContainer

getStartOrder

public int getStartOrder()
Specified by:
getStartOrder in interface WlsContainer

getStopOrder

public int getStopOrder()
Specified by:
getStopOrder in interface WlsContainer

controlTaskDispatch

public java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> controlTaskDispatch(java.lang.String name,
                                                                                       java.util.Map<java.lang.String,java.lang.String> args)

getHost

public com.xebialabs.deployit.plugin.overthere.Host getHost()
Specified by:
getHost in interface com.xebialabs.deployit.plugin.overthere.HostContainer

getStartSteps

public java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> getStartSteps(int order)
Specified by:
getStartSteps in interface WlsContainer

getStopSteps

public java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> getStopSteps(int order)
Specified by:
getStopSteps in interface WlsContainer