org.ow2.jasmine.deployme.api
Interface IDeployme
public interface IDeployme
Apply the config of the servers(machine or domain/server/cluster)
- Author:
- Jeremy Cazaux
applyConfiguration
void applyConfiguration(String machine,
String domain,
String server,
String cluster)
- Apply the config of the servers(machine or domain/server/cluster)
- Parameters:
machine - The machine to use. if set domain or server or cluster
name must not be setdomain - The domain where found the server to use. If set, server or
cluster has to be set, and machine must no be setserver - The server to use. If set, domain has to be set and cluster
or machine must not be setcluster - The cluster daemon to use. If set, domain has to be set
and server or machine must not be set *
Copyright © 2012 OW2 Consortium. All Rights Reserved.