|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v1.configApply.ConfigJonasApply
public class ConfigJonasApply
Apply a configuration on a Jonas server
| Constructor Summary | |
|---|---|
ConfigJonasApply(String jonasRoot)
Constructor |
|
| Method Summary | |
|---|---|
void |
execute()
Apply the configuration |
protected void |
setAjpConf(Configuration.Web.AjpConf ajpConf)
Apply the ajp parameters |
void |
setEjbClusteringConfiguration(Configuration.EjbClustering ejbClustering)
Apply the ejb clustering parameters |
void |
setGlobalOptions(String serverName,
String domainName,
Configuration.GlobalOptions globalOptions)
Apply the jonas global parameters |
protected void |
setHttpConf(Configuration.Web.HttpConf httpConf)
Apply the http parameters |
protected void |
setHttpReplicationConf(Configuration.Web.HttpReplicationConf httpReplicationConf)
Apply the http replication parameters |
protected void |
setHttpsConf(Configuration.Web.HttpsConf httpsConf)
Apply the https parameters |
void |
setJdbcConfiguration(Configuration.Jdbc jdbc)
Apply the jdbc parameters |
protected void |
setJdbcPoolParameters(org.ow2.jonas.tools.configurator.api.JDBCConfiguration configuration,
Configuration.Jdbc.JdbcRa.PoolParameters params)
Apply the jdbc pool parameters |
void |
setJmsConfiguration(Configuration.Jms jms)
Apply the jms parameters |
void |
setSecurityManager(Configuration.SecurityManager securityManager)
Apply the security manager parameters |
void |
setServiceDb(Configuration.Db db)
Apply the db service parameters |
void |
setServiceDiscovery(Configuration.Discovery discovery)
Apply the discovery service parameters |
void |
setServiceHa(Configuration.Ha ha)
Apply the ha service parameters |
void |
setServiceMail(Configuration.Mail mail)
Apply the mail service parameters |
void |
setServiceWeb(Configuration.Web web)
Apply the web parameters |
void |
setServiceWsdlPublisher(Configuration.WsdlPublisher 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 |
|---|
public ConfigJonasApply(String jonasRoot)
| Method Detail |
|---|
public void setGlobalOptions(String serverName,
String domainName,
Configuration.GlobalOptions globalOptions)
serverName - Server name.domainName - Domain name.globalOptions - The global parameterspublic void setSecurityManager(Configuration.SecurityManager securityManager)
securityManager - The security manager parameterspublic void setEjbClusteringConfiguration(Configuration.EjbClustering ejbClustering)
ejbClustering - The ejb clustering parameterspublic void setJmsConfiguration(Configuration.Jms jms)
jms - The jms parameterspublic void setJdbcConfiguration(Configuration.Jdbc jdbc)
jdbc - The jdbc parameters
protected void setJdbcPoolParameters(org.ow2.jonas.tools.configurator.api.JDBCConfiguration configuration,
Configuration.Jdbc.JdbcRa.PoolParameters params)
configuration - The JDBC configurationparams - The pool parameterspublic void setServiceHa(Configuration.Ha ha)
ha - The ha service parameterspublic void setServiceWsdlPublisher(Configuration.WsdlPublisher ws)
ws - The webservice service parameterspublic void setServiceMail(Configuration.Mail mail)
mail - The mail service parameterspublic void setServiceDiscovery(Configuration.Discovery discovery)
discovery - The discovery service parameterspublic void setServiceDb(Configuration.Db db)
db - The db service parameterspublic void setServiceWeb(Configuration.Web web)
web - The web parametersprotected void setAjpConf(Configuration.Web.AjpConf ajpConf)
ajpConf - The ajp parametersprotected void setHttpConf(Configuration.Web.HttpConf httpConf)
httpConf - The http parametersprotected void setHttpReplicationConf(Configuration.Web.HttpReplicationConf httpReplicationConf)
httpReplicationConf - The http replication parametersprotected void setHttpsConf(Configuration.Web.HttpsConf httpsConf)
httpsConf - The https parameterspublic void execute()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||