public class MunitDeploymentService extends Object implements org.mule.module.launcher.DeploymentService
| Constructor and Description |
|---|
MunitDeploymentService(String applicationName,
org.mule.api.MuleContext muleContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeploymentListener(org.mule.module.launcher.DeploymentListener listener) |
void |
addDomainDeploymentListener(org.mule.module.launcher.DeploymentListener deploymentListener) |
void |
addStartupListener(org.mule.module.launcher.StartupListener listener) |
void |
deploy(URL appArchiveUrl) |
void |
deploy(URL url,
Properties properties) |
void |
deployDomain(URL url) |
void |
deployDomain(URL url,
Properties properties) |
org.mule.module.launcher.application.Application |
findApplication(String appName) |
org.mule.module.launcher.domain.Domain |
findDomain(String s) |
Collection<org.mule.module.launcher.application.Application> |
findDomainApplications(String s) |
List<org.mule.module.launcher.application.Application> |
getApplications() |
List<org.mule.module.launcher.domain.Domain> |
getDomains() |
ReentrantLock |
getLock() |
void |
redeploy(String s) |
void |
redeploy(String s,
Properties properties) |
void |
redeployDomain(String s) |
void |
redeployDomain(String s,
Properties properties) |
void |
removeDeploymentListener(org.mule.module.launcher.DeploymentListener listener) |
void |
removeDomainDeploymentListener(org.mule.module.launcher.DeploymentListener deploymentListener) |
void |
removeStartupListener(org.mule.module.launcher.StartupListener listener) |
void |
start() |
void |
stop() |
void |
undeploy(String appName) |
void |
undeployDomain(String s) |
public MunitDeploymentService(String applicationName, org.mule.api.MuleContext muleContext)
public org.mule.module.launcher.application.Application findApplication(String appName)
findApplication in interface org.mule.module.launcher.DeploymentServicepublic List<org.mule.module.launcher.application.Application> getApplications()
getApplications in interface org.mule.module.launcher.DeploymentServicepublic org.mule.module.launcher.domain.Domain findDomain(String s)
findDomain in interface org.mule.module.launcher.DeploymentServicepublic Collection<org.mule.module.launcher.application.Application> findDomainApplications(String s)
findDomainApplications in interface org.mule.module.launcher.DeploymentServicepublic List<org.mule.module.launcher.domain.Domain> getDomains()
getDomains in interface org.mule.module.launcher.DeploymentServicepublic void addStartupListener(org.mule.module.launcher.StartupListener listener)
addStartupListener in interface org.mule.module.launcher.DeploymentServicepublic void removeStartupListener(org.mule.module.launcher.StartupListener listener)
removeStartupListener in interface org.mule.module.launcher.DeploymentServicepublic ReentrantLock getLock()
getLock in interface org.mule.module.launcher.DeploymentServicepublic void undeploy(String appName)
undeploy in interface org.mule.module.launcher.DeploymentServicepublic void deploy(URL appArchiveUrl) throws IOException
deploy in interface org.mule.module.launcher.DeploymentServiceIOExceptionpublic void deploy(URL url, Properties properties) throws IOException
deploy in interface org.mule.module.launcher.DeploymentServiceIOExceptionpublic void redeploy(String s, Properties properties)
redeploy in interface org.mule.module.launcher.DeploymentServicepublic void redeploy(String s)
redeploy in interface org.mule.module.launcher.DeploymentServicepublic void start()
start in interface org.mule.module.launcher.DeploymentServicepublic void stop()
stop in interface org.mule.module.launcher.DeploymentServicepublic void addDeploymentListener(org.mule.module.launcher.DeploymentListener listener)
addDeploymentListener in interface org.mule.module.launcher.DeploymentListenerManagerpublic void removeDeploymentListener(org.mule.module.launcher.DeploymentListener listener)
removeDeploymentListener in interface org.mule.module.launcher.DeploymentListenerManagerpublic void addDomainDeploymentListener(org.mule.module.launcher.DeploymentListener deploymentListener)
addDomainDeploymentListener in interface org.mule.module.launcher.DomainDeploymentListenerManagerpublic void removeDomainDeploymentListener(org.mule.module.launcher.DeploymentListener deploymentListener)
removeDomainDeploymentListener in interface org.mule.module.launcher.DomainDeploymentListenerManagerpublic void undeployDomain(String s)
undeployDomain in interface org.mule.module.launcher.DeploymentServicepublic void deployDomain(URL url) throws IOException
deployDomain in interface org.mule.module.launcher.DeploymentServiceIOExceptionpublic void deployDomain(URL url, Properties properties) throws IOException
deployDomain in interface org.mule.module.launcher.DeploymentServiceIOExceptionpublic void redeployDomain(String s)
redeployDomain in interface org.mule.module.launcher.DeploymentServicepublic void redeployDomain(String s, Properties properties)
redeployDomain in interface org.mule.module.launcher.DeploymentServiceCopyright © 2019. All rights reserved.