|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v2.DeploymeV2
public class DeploymeV2
Manage Deployme 2.0 XML resources
| Constructor Summary | |
|---|---|
DeploymeV2(TopologyType topology,
List<IDeploymeExtension> deploymeExtensions,
List<IDeploymeModule> deploymeModules)
Default constructor |
|
| Method Summary | |
|---|---|
void |
applyConfiguration(String machine,
String domainName,
String serverName,
String clusterName)
|
List<Server> |
buildServerList(String machine,
String domainName,
String serverName,
String clusterName)
Build the server list that will be used. |
protected List<Server> |
buildServerListManagedByAgent(String domainName,
String clusterName)
Build the servers list (in this case, only 1 server in the list) defined by domain.server |
protected List<Server> |
buildServerListWithHostname(String machine)
Build the servers list hosted by the machine machine |
protected List<Server> |
buildServerListWithServer(String domainName,
String serverName)
Build the servers list (in this case, only 1 server in the list) defined by domain.server |
protected Agent |
getAgent(String domainName,
String clusterName)
Build the agent |
Server |
getServer(String domainName,
String serverName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeploymeV2(TopologyType topology,
List<IDeploymeExtension> deploymeExtensions,
List<IDeploymeModule> deploymeModules)
topology - The TopologyType to setdeploymeExtensions - List of extensions to set| Method Detail |
|---|
public void applyConfiguration(String machine,
String domainName,
String serverName,
String clusterName)
applyConfiguration in interface IDeployme
public List<Server> buildServerList(String machine,
String domainName,
String serverName,
String clusterName)
machine - host namedomainName - domain nameserverName - server nameclusterName - cluster daemon name
protected List<Server> buildServerListWithHostname(String machine)
machine - The machine where are located the servers to configure
protected List<Server> buildServerListWithServer(String domainName,
String serverName)
domainName - the name of the target domainserverName - the name of the target server
protected Agent getAgent(String domainName,
String clusterName)
domainName - the name of the domainclusterName - the name of the agent
Agent
protected List<Server> buildServerListManagedByAgent(String domainName,
String clusterName)
domainName - the domainclusterName - the cluster
public Server getServer(String domainName,
String serverName)
domainName - the domain nameserverName - the server name
Server
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||