|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDeployMeService
Manage deployment of topology
| Method Summary | |
|---|---|
void |
deploy(String topologyXml,
String machine,
String domain,
String server,
String cluster)
Deploy a configuration : - Load the topology - Apply the config of the servers(machine or domain/server/cluster) |
void |
deploy(URL topologyUrl,
String machine,
String domain,
String server,
String cluster)
Deploy a configuration : - Load the topology - Apply the config of the servers(machine or domain/server/cluster) |
IDeployme |
getInstance()
|
IServer |
getServer(String domainName,
String serverName)
|
| Method Detail |
|---|
void deploy(URL topologyUrl,
String machine,
String domain,
String server,
String cluster)
throws SAXException,
javax.xml.bind.JAXBException,
IOException
topologyUrl - topology xml file to use urlmachine - 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
javax.xml.bind.JAXBException - JAXB exception.
SAXException - SAX exception.
IOException - If topologyUrl cannot be retrieved.
void deploy(String topologyXml,
String machine,
String domain,
String server,
String cluster)
throws SAXException,
javax.xml.bind.JAXBException,
IOException
topologyXml - topology xml stringmachine - 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
javax.xml.bind.JAXBException - JAXB exception.
SAXException - SAX exception.
IOException - If topologyUrl cannot be retrieved.IDeployme getInstance()
IServer getServer(String domainName,
String serverName)
domainName - The name of the domainserverName - The name of the server
IServer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||