Uses of Class
com.xebialabs.deployit.plugin.wls.ci.WlsDomain

Packages that use WlsDomain
com.xebialabs.deployit.plugin.wls The Deployit plugin for Oracle WebLogic Server. 
com.xebialabs.deployit.plugin.wls.ci   
com.xebialabs.deployit.plugin.wls.mapper   
com.xebialabs.deployit.plugin.wls.runbook   
com.xebialabs.deployit.plugin.wls.step   
 

Uses of WlsDomain in com.xebialabs.deployit.plugin.wls
 

Methods in com.xebialabs.deployit.plugin.wls with parameters of type WlsDomain
static java.lang.String WlsConventions.getFilestorePath(WlsDomain domain)
           
 

Uses of WlsDomain in com.xebialabs.deployit.plugin.wls.ci
 

Fields in com.xebialabs.deployit.plugin.wls.ci declared as WlsDomain
private  WlsDomain WlsCluster.domain
           
private  WlsDomain WlsServer.domain
           
 

Methods in com.xebialabs.deployit.plugin.wls.ci that return WlsDomain
 WlsDomain WlsCluster.getDomain()
           
abstract  WlsDomain WlsTarget.getDomain()
           
 WlsDomain WlsServer.getDomain()
           
 

Methods in com.xebialabs.deployit.plugin.wls.ci with parameters of type WlsDomain
 void WlsCluster.setDomain(WlsDomain domain)
           
 void WlsServer.setDomain(WlsDomain domain)
           
 

Uses of WlsDomain in com.xebialabs.deployit.plugin.wls.mapper
 

Methods in com.xebialabs.deployit.plugin.wls.mapper that return types with arguments of type WlsDomain
static java.util.Set<WlsDomain> JmsMapperUtils.getDomains(java.util.Collection<WlsTarget> targets)
           
 

Uses of WlsDomain in com.xebialabs.deployit.plugin.wls.runbook
 

Method parameters in com.xebialabs.deployit.plugin.wls.runbook with type arguments of type WlsDomain
private  void WlsDeploymentRunBook.activateChanges(java.util.List<com.xebialabs.deployit.Step> steps, java.util.Set<WlsDomain> domains)
           
private  void WlsDeploymentRunBook.restartServersRequiringRestart(java.util.List<com.xebialabs.deployit.Step> steps, java.util.Set<WlsDomain> domains)
           
 

Uses of WlsDomain in com.xebialabs.deployit.plugin.wls.step
 

Fields in com.xebialabs.deployit.plugin.wls.step declared as WlsDomain
protected  WlsDomain WlsStepBase.domain
           
 

Methods in com.xebialabs.deployit.plugin.wls.step with parameters of type WlsDomain
private static java.lang.String[] ModifyWlsJmsQueueStep.getArgs(WlsDomain domain, java.lang.String jmsModuleName, WlsJmsQueue modifiedQueue)
           
private static java.lang.String[] DestroyWlsMaximumThreadsContraintStep.getArgs(WlsMaximumThreadsConstraint threadConstraint, WlsDomain domain)
           
private static java.lang.String[] CreateWlsMaximumThreadConstraintStep.getArgs(WlsMaximumThreadsConstraint threadConstraint, WlsDomain domain, java.util.Set<WlsCluster> clusters)
           
private static java.lang.String[] DestroyWlsWorkManagerStep.getArgs(WlsWorkManager workManager, WlsDomain domain)
           
private static java.lang.String[] CreateWlsWorkManagerStep.getArgs(WlsWorkManager workManager, WlsDomain domain, java.util.Set<WlsCluster> clusters)
           
 

Constructors in com.xebialabs.deployit.plugin.wls.step with parameters of type WlsDomain
ActivatePendingChangesStep(WlsDomain weblogicDomain)
           
CreateWlsForeignJmsConnectionFactoryStep(WlsDomain domain, java.lang.String jmsModuleName, WlsForeignJmsConnectionFactory foreignJMSConnectionFactory)
           
CreateWlsForeignJmsDestinationStep(WlsDomain domain, java.lang.String jmsModuleName, WlsForeignJmsDestination foreignJmsDestination)
           
CreateWlsForeignJmsServerStep(WlsDomain domain, java.lang.String jmsModuleName, WlsForeignJmsServer foreignJmsServer)
           
CreateWlsJmsConnectionFactoryStep(WlsDomain domain, WlsJmsConnectionFactory connectionFactory, java.lang.String jmsModuleName)
           
CreateWlsJmsQueueStep(WlsDomain domain, java.lang.String jmsModuleName, WlsJmsQueue queue)
           
CreateWlsMaximumThreadConstraintStep(WlsMaximumThreadsConstraint maximumThreadsConstraint, WlsDomain domain, java.util.Set<WlsCluster> clusters)
           
CreateWlsSubdeploymentStep(WlsDomain domain, java.lang.String jmsModuleName, WlsJmsServer jmsServer)
           
CreateWlsWorkManagerStep(WlsWorkManager workManager, WlsDomain domain, java.util.Set<WlsCluster> clusters)
           
DestroyWlsDataSourceStep(WlsDomain domain, WlsDataSource wlsDataSource)
           
DestroyWlsForeignJmsConnectionFactoryStep(WlsDomain domain, java.lang.String jmsModuleName, WlsForeignJmsConnectionFactory foreignJMSConnectionFactory)
           
DestroyWlsForeignJmsDestinationStep(WlsDomain domain, java.lang.String jmsModuleName, WlsForeignJmsDestination foreignJmsDestination)
           
DestroyWlsForeignJmsServerStep(WlsDomain domain, java.lang.String jmsModuleName, WlsForeignJmsServer foreignJmsServer)
           
DestroyWlsJmsConnectionFactoryStep(WlsDomain domain, WlsJmsConnectionFactory connectionFactory, java.lang.String jmsModuleName)
           
DestroyWlsJmsModuleStep(WlsDomain domain, java.lang.String moduleName)
           
DestroyWlsJmsQueueStep(WlsDomain domain, java.lang.String jmsModuleName, WlsJmsQueue queue, WlsServer targetServer)
           
DestroyWlsJmsServerStep(WlsDomain domain, WlsJmsServer jmsServer)
           
DestroyWlsMaximumThreadsContraintStep(WlsMaximumThreadsConstraint constraint, WlsDomain domain)
           
DestroyWlsSubdeploymentStep(WlsDomain domain, java.lang.String jmsModuleName, WlsJmsServer jmsServer)
           
DestroyWlsWorkManagerStep(WlsWorkManager workManager, WlsDomain domain)
           
ModifyWlsJmsQueueStep(WlsDomain domain, java.lang.String jmsModuleName, WlsJmsQueue modifiedQueue)
           
RestartServersThatRequireRestartStep(WlsDomain weblogicDomain)
           
SimpleWlstExecutingStep(java.lang.String description, WlsDomain domain, java.lang.String scriptResourcePath, java.lang.String... scriptArgs)
          Creates a SimpleWlstExecutionStep with the specified parameters.
WlsActivationStateVerificationStep(WlsDomain domain)
           
WlsStepBase(WlsDomain domain)
           
 



Copyright © 2010. All Rights Reserved.