|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v2.configApply.ConfigJonasApply
public class ConfigJonasApply
Apply a Deployme 2 configuration on the JOnAS server
| Constructor Summary | |
|---|---|
ConfigJonasApply(String jonasRoot)
Constructor |
|
| Method Summary | |
|---|---|
void |
applyExtensionConfiguration(Map<IDeploymeExtension,Object> extensions)
Apply extensions configuration |
void |
applyModuleConfiguration(Map<IDeploymeModule,Object> modules)
Apply module configuration |
void |
execute()
Apply the configuration |
void |
setClusterConfiguration(String domainName,
AgentType agent)
Apply the cluster daemon parameters |
void |
setDomainName(String domainName)
|
void |
setJOnASBase(String jonasBase,
boolean update)
Set the JOnAS Base of a JOnAS instance |
void |
setJOnASName(String serverName)
|
void |
setServices(String services)
|
| 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 setClusterConfiguration(String domainName,
AgentType agent)
domainName - Agent domain nameagent - The Agent to configurepublic void applyExtensionConfiguration(Map<IDeploymeExtension,Object> extensions)
extensions - Map of pair public void applyModuleConfiguration(Map<IDeploymeModule,Object> modules)
modules - Map of pair
public void setJOnASBase(String jonasBase,
boolean update)
jonasBase - update - public void setJOnASName(String serverName)
serverName - The name of the server to setpublic void setDomainName(String domainName)
domainName - The name of the domain to setpublic void setServices(String services)
services - List of services to setpublic void execute()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||