|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v2.util.AbstractServer
org.ow2.jasmine.deployme.v2.util.Agent
public class Agent
Represents an agent. An agent is a server with the capability to manage others servers
| Field Summary | |
|---|---|
protected SimpleContentWithInheritAttribute |
domainJonasScript
JOnAS script of the domain |
protected SimpleContentWithInheritAttribute |
domainsJonasScript
JOnAS script global to all domains |
| Fields inherited from class org.ow2.jasmine.deployme.v2.util.AbstractServer |
|---|
availableExtensions, availableModules, domainConfiguration, domainName, domainProperties, domainsConfiguration, domainsProperties, engine, extensions, jonasBase, jonasRoot, logger, serverName, serverProperties, serversConfiguration, serversProperties, updateJonasBase |
| Constructor Summary | |
|---|---|
Agent(AgentType agent,
DomainType domain,
DomainsType domains,
Boolean merge,
List<IDeploymeExtension> availableExtensions,
List<IDeploymeModule> availableModules)
Default constructor |
|
| Method Summary | |
|---|---|
AgentType |
getAgent()
|
protected ConfigurationType |
getServerConfiguration()
|
protected void |
merge()
|
protected void |
mergeJonasScript()
Merge the optional JOnAS script |
| Methods inherited from class org.ow2.jasmine.deployme.v2.util.AbstractServer |
|---|
buildModulesAndExtensions, getDomainName, getExtensions, getJonasBase, getJonasRoot, getModules, getServerName, initProperties, isJonasBaseToUpdate, mergeConfiguration, mergeConfiguration, setJonasBase, setJonasRoot, substituteProperties, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected SimpleContentWithInheritAttribute domainsJonasScript
protected SimpleContentWithInheritAttribute domainJonasScript
| Constructor Detail |
|---|
public Agent(AgentType agent,
DomainType domain,
DomainsType domains,
Boolean merge,
List<IDeploymeExtension> availableExtensions,
List<IDeploymeModule> availableModules)
agent - The agentdomain - The domain of the agentdomains - Domains of the agent| Method Detail |
|---|
protected void merge()
merge in class AbstractServerprotected void mergeJonasScript()
protected ConfigurationType getServerConfiguration()
getServerConfiguration in class AbstractServerConfigurationType of the serverpublic AgentType getAgent()
AgentType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||