org.ow2.jasmine.deployme.configApply
Class ConfigJonasApply

java.lang.Object
  extended by org.ow2.jasmine.deployme.configApply.ConfigJonasApply

public class ConfigJonasApply
extends java.lang.Object

Apply a configuration on a Jonas server

Author:
Remy Bresson

Constructor Summary
ConfigJonasApply(java.lang.String jonasRoot)
          Constructor
 
Method Summary
 void execute()
          Apply the configuration
 void setActiveServices(org.ow2.jasmine.deployme.generated.Configuration.ActiveServices activeServices)
          Apply the services parameters
protected  void setAjpConf(org.ow2.jasmine.deployme.generated.Configuration.ActiveServices.Web.AjpConf ajpConf)
          Apply the ajp parameters
 void setEjbClusteringConfiguration(org.ow2.jasmine.deployme.generated.Configuration.EjbClustering ejbClustering)
          Apply the ejb clustering parameters
 void setGlobalJonas(java.lang.String serverName, java.lang.String domainName, org.ow2.jasmine.deployme.generated.Configuration.GlobalJonas globalJonas)
          Apply the jonas global parameters
protected  void setHttpConf(org.ow2.jasmine.deployme.generated.Configuration.ActiveServices.Web.HttpConf httpConf)
          Apply the http parameters
protected  void setHttpReplicationConf(org.ow2.jasmine.deployme.generated.Configuration.ActiveServices.Web.HttpReplicationConf httpReplicationConf)
          Apply the http replication parameters
protected  void setHttpsConf(org.ow2.jasmine.deployme.generated.Configuration.ActiveServices.Web.HttpsConf httpsConf)
          Apply the https parameters
 void setJdbcConfiguration(org.ow2.jasmine.deployme.generated.Configuration.Jdbc jdbc)
          Apply the jdbc parameters
protected  void setJdbcPoolParameters(org.ow2.jasmine.deployme.generated.Configuration.Jdbc.PoolParameters params)
          Apply the jdbc pool parameters
 void setJmsConfiguration(org.ow2.jasmine.deployme.generated.Configuration.Jms jms)
          Apply the jms parameters
 void setProtocols(org.ow2.jasmine.deployme.generated.Configuration.Protocols protocols)
          Apply the protocols parameters
 void setSecurityManager(org.ow2.jasmine.deployme.generated.Configuration.SecurityManager securityManager)
          Apply the security manager parameters
 void setServiceDb(org.ow2.jasmine.deployme.generated.Configuration.ActiveServices.Db db)
          Apply the db service parameters
 void setServiceDiscovery(org.ow2.jasmine.deployme.generated.Configuration.ActiveServices.Discovery discovery)
          Apply the discovery service parameters
 void setServiceHa(org.ow2.jasmine.deployme.generated.Configuration.ActiveServices.Ha ha)
          Apply the ha service parameters
 void setServiceMail(org.ow2.jasmine.deployme.generated.Configuration.ActiveServices.Mail mail)
          Apply the mail service parameters
protected  void setServiceWeb(org.ow2.jasmine.deployme.generated.Configuration.ActiveServices.Web web)
          Apply the web parameters
 void setServiceWs(org.ow2.jasmine.deployme.generated.Configuration.ActiveServices.Ws ws)
          Apply the webservice service parameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigJonasApply

public ConfigJonasApply(java.lang.String jonasRoot)
Constructor

Method Detail

setGlobalJonas

public void setGlobalJonas(java.lang.String serverName,
                           java.lang.String domainName,
                           org.ow2.jasmine.deployme.generated.Configuration.GlobalJonas globalJonas)
Apply the jonas global parameters

Parameters:
serverName - Server name.
domainName - Domain name.
globalJonas - The global parameters

setProtocols

public void setProtocols(org.ow2.jasmine.deployme.generated.Configuration.Protocols protocols)
Apply the protocols parameters

Parameters:
protocols - The protocols parameters

setActiveServices

public void setActiveServices(org.ow2.jasmine.deployme.generated.Configuration.ActiveServices activeServices)
Apply the services parameters

Parameters:
activeServices - The services parameters

setSecurityManager

public void setSecurityManager(org.ow2.jasmine.deployme.generated.Configuration.SecurityManager securityManager)
Apply the security manager parameters

Parameters:
securityManager - The security manager parameters

setEjbClusteringConfiguration

public void setEjbClusteringConfiguration(org.ow2.jasmine.deployme.generated.Configuration.EjbClustering ejbClustering)
Apply the ejb clustering parameters

Parameters:
ejbClustering - The ejb clustering parameters

setJmsConfiguration

public void setJmsConfiguration(org.ow2.jasmine.deployme.generated.Configuration.Jms jms)
Apply the jms parameters

Parameters:
jms - The jms parameters

setJdbcConfiguration

public void setJdbcConfiguration(org.ow2.jasmine.deployme.generated.Configuration.Jdbc jdbc)
Apply the jdbc parameters

Parameters:
jdbc - The jdbc parameters

setJdbcPoolParameters

protected void setJdbcPoolParameters(org.ow2.jasmine.deployme.generated.Configuration.Jdbc.PoolParameters params)
Apply the jdbc pool parameters

Parameters:
params - The pool parameters

setServiceHa

public void setServiceHa(org.ow2.jasmine.deployme.generated.Configuration.ActiveServices.Ha ha)
Apply the ha service parameters

Parameters:
ha - The ha service parameters

setServiceWs

public void setServiceWs(org.ow2.jasmine.deployme.generated.Configuration.ActiveServices.Ws ws)
Apply the webservice service parameters

Parameters:
ws - The webservice service parameters

setServiceMail

public void setServiceMail(org.ow2.jasmine.deployme.generated.Configuration.ActiveServices.Mail mail)
Apply the mail service parameters

Parameters:
mail - The mail service parameters

setServiceDiscovery

public void setServiceDiscovery(org.ow2.jasmine.deployme.generated.Configuration.ActiveServices.Discovery discovery)
Apply the discovery service parameters

Parameters:
discovery - The discovery service parameters

setServiceDb

public void setServiceDb(org.ow2.jasmine.deployme.generated.Configuration.ActiveServices.Db db)
Apply the db service parameters

Parameters:
db - The db service parameters

setServiceWeb

protected void setServiceWeb(org.ow2.jasmine.deployme.generated.Configuration.ActiveServices.Web web)
Apply the web parameters

Parameters:
web - The web parameters

setAjpConf

protected void setAjpConf(org.ow2.jasmine.deployme.generated.Configuration.ActiveServices.Web.AjpConf ajpConf)
Apply the ajp parameters

Parameters:
ajpConf - The ajp parameters

setHttpConf

protected void setHttpConf(org.ow2.jasmine.deployme.generated.Configuration.ActiveServices.Web.HttpConf httpConf)
Apply the http parameters

Parameters:
httpConf - The http parameters

setHttpReplicationConf

protected void setHttpReplicationConf(org.ow2.jasmine.deployme.generated.Configuration.ActiveServices.Web.HttpReplicationConf httpReplicationConf)
Apply the http replication parameters

Parameters:
httpReplicationConf - The http replication parameters

setHttpsConf

protected void setHttpsConf(org.ow2.jasmine.deployme.generated.Configuration.ActiveServices.Web.HttpsConf httpsConf)
Apply the https parameters

Parameters:
httpsConf - The https parameters

execute

public void execute()
Apply the configuration



Copyright © 2009 OW2 Consortium. All Rights Reserved.