org.ow2.jasmine.deployme.api
Interface IDeployme


public interface IDeployme

Apply the config of the servers(machine or domain/server/cluster)

Author:
Jeremy Cazaux

Method Summary
 void applyConfiguration(String machine, String domain, String server, String cluster)
          Apply the config of the servers(machine or domain/server/cluster)
 

Method Detail

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 set
domain - The domain where found the server to use. If set, server or cluster has to be set, and machine must no be set
server - The server to use. If set, domain has to be set and cluster or machine must not be set
cluster - 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.