|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JonasConfigurator
Interface who defines the method that could be called to configure the JOnAS server.
| Method Summary | |
|---|---|
void |
execute()
Apply the configuration |
void |
executeCDConf()
Apply the cluster daemon configuration |
void |
setAjpConnectorActivation(java.lang.Boolean activation)
[web] Enable or disable https connector |
void |
setAjpMaxSpareThreads(java.lang.String ajpMaxSpareThreads)
[web] Set the maximum spare threads for ajp connector |
void |
setAjpMaxThreads(java.lang.String ajpMaxThreads)
[web] Set the max number of connections for ajp |
void |
setAjpMinSpareThreads(java.lang.String ajpMinSpareThreads)
[web] Set the minimum spare threads for ajp connector |
void |
setAjpPort(java.lang.String ajpPort)
[web] Set the ajp connector port |
void |
setCDAutoBoot(boolean autoBoot)
Set the auto boot mode |
void |
setCDClusterDomain(java.lang.String clusterDomain)
Set the cluster daemon domain name |
void |
setCDClusterName(java.lang.String clusterName)
Set the cluster daemon name |
void |
setCDDestDirPrefix(java.lang.String destDirPrefix)
Set the dest dir prefix |
void |
setCDInteractionMode(java.lang.String interactionMode)
Set the interaction mode |
void |
setCDJavaHome(java.lang.String javaHome)
Set the java home |
void |
setCDJonasRoot(java.lang.String jonasRoot)
Set the jonas root |
void |
setCDNbInstances(int nbInsts)
Set the number of servers in the cluster |
void |
setCDPort(java.lang.String port)
[protocols] Set the port for the cluster daemon's protocol |
void |
setCDProtocol(java.lang.String protocol)
[protocols] Set the cluster daemon's protocol |
void |
setCDServerNamePrefix(java.lang.String serverNamePrefix)
Set the server name prefix |
void |
setCDXparam(java.lang.String xparam)
Set the xparam |
void |
setDbPort(java.lang.String port)
[db] Set the port used by hsqldb (embedded) |
void |
setDiscoveryDomainName(java.lang.String domainName)
[discovery] Set the domain name |
void |
setDiscoveryGreetingPort(java.lang.String greetingPort)
[discovery] Set the greeting port |
void |
setDiscoveryMasterActivated(java.lang.Boolean masterActivated)
[discovery] Enable or disable master node |
void |
setDiscoveryMulticastAddress(java.lang.String multicastAddress)
[discovery] Set the multicast address |
void |
setDiscoveryMulticastPort(java.lang.String multicastPort)
[discovery] Set the multicast port |
void |
setDiscoverySourcePort(java.lang.String sourcePort)
[discovery] Set the source port |
void |
setDiscoveryTTL(java.lang.String ttl)
[discovery] Set the packet time to live |
void |
setEjbClusteringActivated(java.lang.Boolean activated)
[ha]Enable or disable ejb clustering |
void |
setEjbClusteringMulticastAddress(java.lang.String multicastAddr)
[Ejb clustering] Set the multicast address |
void |
setEjbClusteringMulticastPort(java.lang.String multicastPort)
[Ejb clustering] Set the multicast port |
void |
setHaActivated(java.lang.Boolean activated)
[ha]Enable or disable ha service |
void |
setHaMulticastAddress(java.lang.String multicastAddr)
[ha] Set the multicast address |
void |
setHaMulticastPort(java.lang.String multicastPort)
[ha] Set the multicast port |
void |
setHost(java.lang.String jonasHost)
[global parameters] Set the ip alias or ip address |
void |
setHttpMaxSpareThreads(java.lang.String httpMaxSpareThreads)
[web] sSet the maximum spare threads for http connector |
void |
setHttpMaxThreads(java.lang.String httpMaxThreads)
[web] Set the max number of connections for http connector |
void |
setHttpMinSpareThreads(java.lang.String httpMinSpareThreads)
[web] Set the minimum spare threads for http connector |
void |
setHttpPort(java.lang.String httpPort)
[web] Set the http connector port |
void |
setHttpReplicationClusterName(java.lang.String clusterName)
[web] Set the cluster name for the http replication |
void |
setHttpReplicationListenPort(java.lang.String listenPort)
[web] Set the listen port for http replication |
void |
setHttpReplicationMulticastAddress(java.lang.String mCastAddr)
[web] Set the multicast address for the http replication |
void |
setHttpReplicationMulticastPort(java.lang.String mCastPort)
[web] Set the multicast port for the http replication |
void |
setHttpsConnectorActivation(java.lang.Boolean activation)
[web] Enable or disable https connector |
void |
setHttpSessionReplicationActivation(java.lang.Boolean activation)
[web] Enable or disable http session replication |
void |
setHttpsMaxSpareThreads(java.lang.String httpsMaxSpareThreads)
[web] Set the maximum spare threads for https connector |
void |
setHttpsMaxThreads(java.lang.String httpsMaxThreads)
[web] Set the max number of connections for https |
void |
setHttpsMinSpareThreads(java.lang.String httpsMinSpareThreads)
[web] Set the minimum spare threads for https connector |
void |
setHttpsPort(java.lang.String httpsPort)
[web] Set the https connector port |
void |
setJavaOpts(java.lang.String javaOpts)
[global parameters] Set the java environment to set |
void |
setJdbcCheckLevel(java.lang.String checkLevel)
[jdbc] Set the check level |
void |
setJdbcDatasourceClass(java.lang.String dsClass)
[jdbc] Set the driver class |
void |
setJdbcDriverName(java.lang.String driver)
[jdbc] Set the driver name |
void |
setJdbcJndiName(java.lang.String jndiname)
[jdbc] Set the jndi name |
void |
setJdbcMappername(java.lang.String mappername)
[jdbc] Set the mapper name |
void |
setJdbcPassword(java.lang.String password)
[jdbc] Set the password |
void |
setJdbcPoolInitialSize(java.lang.String poolInit)
[jdbc] Set the pool init size |
void |
setJdbcPoolMaximumAgeMinutes(java.lang.String poolMaxAgeMinutes)
[jdbc] Set the pool max age |
void |
setJdbcPoolMaximumNumberOfPreparedStatements(java.lang.String pstmtMax)
[jdbc] Set the max prepared Statements size of this JDBC Resource Adaptor Connection Pool. |
void |
setJdbcPoolMaximumNumberOfWaiters(java.lang.String poolMaxWaiters)
[jdbc] Set the pool max waiters time |
void |
setJdbcPoolMaximumOpenTime(java.lang.String poolMaxOpenTime)
[jdbc] Set the pool max open time |
void |
setJdbcPoolMaximumSize(java.lang.String poolMax)
[jdbc] Set the pool max size |
void |
setJdbcPoolMaximumWaitTime(java.lang.String poolMaxWaittime)
[jdbc] Set the pool max wait time |
void |
setJdbcPoolMinimumSize(java.lang.String poolMin)
[jdbc] Set the pool min size |
void |
setJdbcPoolSamplingPeriod(java.lang.String poolSamplingPeriod)
[jdbc] Set the pool sampling period |
void |
setJdbcRarlink(java.lang.String rarLink)
[jdbc] Set the link to the rar. |
void |
setJdbcResourceAdapterName(java.lang.String raName)
[jdbc] Set the RA name |
void |
setJdbcTestStatement(java.lang.String testStatement)
[jdbc] Set the test statment |
void |
setJdbcUrl(java.lang.String url)
[jdbc] Set the url |
void |
setJdbcUser(java.lang.String user)
[jdbc] Set the user |
void |
setJdk(java.lang.String jdk)
[global parameters] Set the jdk path |
void |
setJmsPort(java.lang.String port)
[jms] Set the port |
void |
setJmsQueues(java.lang.String queue)
[jms] Set the queues (comma-seperated) |
void |
setJmsTopics(java.lang.String topic)
[jms] Set the topics (comma-seperated) |
void |
setJonasBase(java.lang.String jonasBase)
[global parameters] Set the jonas base path |
void |
setJonasDevelopment(boolean development)
[global parameters] Set the jonas.development option |
void |
setJonasDomain(java.lang.String jonasDomain)
[global parameters] Set the domain name for the jonas instance. |
void |
setJonasName(java.lang.String jonasName)
[global parameters] Set the jonas instance name |
void |
setJvmRoute(java.lang.String jvmRoute)
[web] Set the mod_jk configuration |
void |
setMailFactoryName(java.lang.String factoryName)
[mail] Set the mail factory name |
void |
setMailFactoryType(java.lang.String factoryType)
[mail] Set the mail factory type |
void |
setProtocolsCmiPort(java.lang.String cmiPort)
[protocols] Set the cmi port |
void |
setProtocolsIiopPort(java.lang.String iiop)
[protocols] Set the iiop port |
void |
setProtocolsIrmiPort(java.lang.String irmiPort)
[protocols] Set the irmi port |
void |
setProtocolsJrmpPort(java.lang.String jrmpPort)
[protocols] Set the jrmp port |
void |
setProtocolsList(java.lang.String protocolsList)
[protocols] Set the initial protocols when JOnAS start. |
void |
setProtocolsLocalCallOptimized(java.lang.Boolean localCallOptimized)
[protocols] Enable or disable optimization for local call |
void |
setSecurityManagerActivated(java.lang.Boolean activation)
[SecurityManager] Enable or disable security manager service |
void |
setServices(java.lang.String services)
[services] Set the active services list |
void |
setWsdlPublisherFileDirectory(java.lang.String fileDir)
[ws] Set the wsdl file directory |
void |
setWsdlPublisherFileName(java.lang.String fileName)
[ws] Set the wsdl file name |
| Method Detail |
|---|
void execute()
void setJdk(java.lang.String jdk)
jdk - The jdk pathvoid setJavaOpts(java.lang.String javaOpts)
javaOpts - The java environmentvoid setJonasBase(java.lang.String jonasBase)
jonasBase - The jonas base pathvoid setJonasName(java.lang.String jonasName)
jonasName - The jonas instance namevoid setJonasDomain(java.lang.String jonasDomain)
jonasDomain - The domain namevoid setHost(java.lang.String jonasHost)
jonasHost - ip alias or ip addressvoid setJonasDevelopment(boolean development)
development - jonas.development optionvoid setProtocolsList(java.lang.String protocolsList)
protocolsList - The protocols list.void setProtocolsIrmiPort(java.lang.String irmiPort)
irmiPort - The irmi portvoid setProtocolsIiopPort(java.lang.String iiop)
irmiPort - The iiop portvoid setProtocolsJrmpPort(java.lang.String jrmpPort)
jrmpPort - The jrmp portvoid setProtocolsCmiPort(java.lang.String cmiPort)
cmiPort - The cmi portvoid setProtocolsLocalCallOptimized(java.lang.Boolean localCallOptimized)
localCallOptimized - true or falsevoid setServices(java.lang.String services)
services - List of the services to activated, sepated by comma.void setHttpsConnectorActivation(java.lang.Boolean activation)
activation - true or falsevoid setAjpConnectorActivation(java.lang.Boolean activation)
activation - true or falsevoid setHttpSessionReplicationActivation(java.lang.Boolean activation)
activation - true or falsevoid setHttpPort(java.lang.String httpPort)
httpPort - The http connector portvoid setHttpMaxThreads(java.lang.String httpMaxThreads)
httpMaxThreads - Max number of connectionsvoid setHttpMinSpareThreads(java.lang.String httpMinSpareThreads)
httpMinSpareThreads - The minimum spare threads for http connectorvoid setHttpMaxSpareThreads(java.lang.String httpMaxSpareThreads)
httpMaxSpareThreads - The maximum spare threads for http connectorvoid setHttpsPort(java.lang.String httpsPort)
httpsPort - The https connector portvoid setHttpsMaxThreads(java.lang.String httpsMaxThreads)
httpsMaxThreads - Max number of connectionsvoid setHttpsMinSpareThreads(java.lang.String httpsMinSpareThreads)
httpsMinSpareThreads - The minimum spare threads for https connectorvoid setHttpsMaxSpareThreads(java.lang.String httpsMaxSpareThreads)
httpsMaxSpareThreads - The maximum spare threads for https connectorvoid setAjpPort(java.lang.String ajpPort)
ajpPort - The ajp connector portvoid setAjpMaxThreads(java.lang.String ajpMaxThreads)
ajpMaxThreads - Max number of connectionsvoid setAjpMinSpareThreads(java.lang.String ajpMinSpareThreads)
ajpMinSpareThreads - The minimum spare threads for ajp connectorvoid setAjpMaxSpareThreads(java.lang.String ajpMaxSpareThreads)
ajpMaxSpareThreads - The maximum spare threads for ajp connectorvoid setJvmRoute(java.lang.String jvmRoute)
jvmRoute - The mod_jk configurationvoid setHttpReplicationClusterName(java.lang.String clusterName)
clusterName - Cluster namevoid setHttpReplicationMulticastAddress(java.lang.String mCastAddr)
mCastAddr - The multicast addressvoid setHttpReplicationMulticastPort(java.lang.String mCastPort)
mCastPort - The multicast portvoid setHttpReplicationListenPort(java.lang.String listenPort)
listenPort - The listen portvoid setDbPort(java.lang.String port)
port - The port used by hsqldbvoid setDiscoveryMasterActivated(java.lang.Boolean masterActivated)
masterActivated - true or falsevoid setDiscoverySourcePort(java.lang.String sourcePort)
sourcePort - The source portvoid setDiscoveryDomainName(java.lang.String domainName)
domainName - The domain namevoid setDiscoveryGreetingPort(java.lang.String greetingPort)
greetingPort - The greeting portvoid setDiscoveryMulticastAddress(java.lang.String multicastAddress)
multicastAddress - The multicast addressvoid setDiscoveryMulticastPort(java.lang.String multicastPort)
multicastPort - The multicast portvoid setDiscoveryTTL(java.lang.String ttl)
ttl - paquet time to livevoid setMailFactoryType(java.lang.String factoryType)
factoryType - The mail factory typevoid setMailFactoryName(java.lang.String factoryName)
factoryName - The mail factory namevoid setWsdlPublisherFileName(java.lang.String fileName)
fileName - The file namevoid setWsdlPublisherFileDirectory(java.lang.String fileDir)
fileDir - The wsdl file directoryvoid setHaActivated(java.lang.Boolean activated)
activated - true or falsevoid setHaMulticastAddress(java.lang.String multicastAddr)
multicastAddr - void setHaMulticastPort(java.lang.String multicastPort)
multicastPort - The multicast portvoid setSecurityManagerActivated(java.lang.Boolean activation)
activation - true or falsevoid setEjbClusteringActivated(java.lang.Boolean activated)
activated - true or falsevoid setEjbClusteringMulticastAddress(java.lang.String multicastAddr)
multicastAddr - The multicast addressvoid setEjbClusteringMulticastPort(java.lang.String multicastPort)
multicastPort - The mulitcast portvoid setJmsPort(java.lang.String port)
port - The portvoid setJmsQueues(java.lang.String queue)
queue - The queues (comma-seperated)void setJmsTopics(java.lang.String topic)
topic - The topics (comma-seperated)void setJdbcDriverName(java.lang.String driver)
driver - The driver namevoid setJdbcDatasourceClass(java.lang.String dsClass)
dsClass - The driver classvoid setJdbcResourceAdapterName(java.lang.String raName)
raName - RA namevoid setJdbcCheckLevel(java.lang.String checkLevel)
checkLevel - The check levelvoid setJdbcTestStatement(java.lang.String testStatement)
testStatement - The test statmentvoid setJdbcJndiName(java.lang.String jndiname)
jndiname - The jndi namevoid setJdbcMappername(java.lang.String mappername)
mappername - The mapper namevoid setJdbcPassword(java.lang.String password)
password - The passwordvoid setJdbcRarlink(java.lang.String rarLink)
rarLink - The link to the rarvoid setJdbcUrl(java.lang.String url)
url - The urlvoid setJdbcUser(java.lang.String user)
user - The uservoid setJdbcPoolInitialSize(java.lang.String poolInit)
poolInit - The pool init parametervoid setJdbcPoolMaximumSize(java.lang.String poolMax)
poolMax - The pool max sizevoid setJdbcPoolMaximumAgeMinutes(java.lang.String poolMaxAgeMinutes)
poolMaxAgeMinutes - The pool max agevoid setJdbcPoolMaximumOpenTime(java.lang.String poolMaxOpenTime)
poolMaxOpenTime - The pool max open timevoid setJdbcPoolMaximumNumberOfWaiters(java.lang.String poolMaxWaiters)
poolMaxWaiters - The pool max waiters timevoid setJdbcPoolMaximumWaitTime(java.lang.String poolMaxWaittime)
poolMaxWaittime - The pool max wait timevoid setJdbcPoolMinimumSize(java.lang.String poolMin)
poolMin - The pool min sizevoid setJdbcPoolSamplingPeriod(java.lang.String poolSamplingPeriod)
poolSamplingPeriod - The pool sampling periodvoid setJdbcPoolMaximumNumberOfPreparedStatements(java.lang.String pstmtMax)
pstmtMax - maxPreparedStatementsSize of connectionvoid setCDClusterName(java.lang.String clusterName)
clusterName - the cluster namevoid setCDClusterDomain(java.lang.String clusterDomain)
clusterDomain - the cluster domain namevoid setCDProtocol(java.lang.String protocol)
protocol - The cluster daemon's protocolvoid setCDPort(java.lang.String port)
port - The port for the cluster daemon's protocolvoid setCDDestDirPrefix(java.lang.String destDirPrefix)
destDirPrefix - the dest dir prefixvoid setCDInteractionMode(java.lang.String interactionMode)
interactionMode - the interaction modevoid setCDJavaHome(java.lang.String javaHome)
javaHome - the java homevoid setCDJonasRoot(java.lang.String jonasRoot)
jonasRoot - the jonas rootvoid setCDServerNamePrefix(java.lang.String serverNamePrefix)
serverNamePrefix - the server name prefixvoid setCDXparam(java.lang.String xparam)
xparam - the xparamvoid setCDAutoBoot(boolean autoBoot)
autoBoot - the auto boot modevoid setCDNbInstances(int nbInsts)
nbInsts - the number of servers in the Clustervoid executeCDConf()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||