|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v1.DeploymeV1
public class DeploymeV1
Apply the config of the servers(machine or domain/server/cluster)
| Field Summary | |
|---|---|
protected List<ServerDomain> |
serversDomains
List of the servers witch deployMe will work |
| Constructor Summary | |
|---|---|
DeploymeV1(Topology topology)
Default constructor * |
|
| Method Summary | |
|---|---|
void |
applyConfiguration(String machine,
String domain,
String server,
String cluster)
|
List<ServerDomain> |
buildServerDomainList(String machine,
String domain,
String server,
String clusterName)
Build the server list that will be used. |
protected List<ServerDomain> |
buildServerListWithCluster(String domain,
String cluster)
Build the servers list (in this case, only 1 server in the list) defined by domain.server |
Topology.Domains.Domain.ClusterDaemons.ClusterDaemon |
getClusterDaemonConf(String domain,
String clusterName)
|
Topology |
getTopology()
Getter for topology. |
Topology.Domains.Domain.ClusterDaemons.ClusterDaemon |
mergeClusterDaemonAndDomainConf(Topology.Domains.Domain.ClusterDaemons.ClusterDaemon cd,
Topology.Domains.Domain domain)
Merge the configuration of the domain with the configuration of the cluster daemon |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<ServerDomain> serversDomains
| Constructor Detail |
|---|
public DeploymeV1(Topology topology)
| Method Detail |
|---|
public Topology getTopology()
public void applyConfiguration(String machine,
String domain,
String server,
String cluster)
applyConfiguration in interface IDeployme
public Topology.Domains.Domain.ClusterDaemons.ClusterDaemon getClusterDaemonConf(String domain,
String clusterName)
public List<ServerDomain> buildServerDomainList(String machine,
String domain,
String server,
String clusterName)
machine - host namedomain - domain nameserver - server nameclusterName - cluster daemon name
protected List<ServerDomain> buildServerListWithCluster(String domain,
String cluster)
domain - the domaincluster - the cluster
public Topology.Domains.Domain.ClusterDaemons.ClusterDaemon mergeClusterDaemonAndDomainConf(Topology.Domains.Domain.ClusterDaemons.ClusterDaemon cd,
Topology.Domains.Domain domain)
cd - cluster daemon configurationdomain - the domain
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||