public class SimpleTestDeployment
extends org.switchyard.deploy.internal.AbstractDeployment
| Modifier | Constructor and Description |
|---|---|
protected |
SimpleTestDeployment()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroy the deployment.
|
protected void |
doInit(List<org.switchyard.deploy.Activator> activators)
Initialize the deployment
|
org.switchyard.deploy.Lifecycle |
getGatwayLifecycle(QName serviceName,
String bindingName)
Retrieves the Lifecycle for the specified gateway.
|
void |
start()
Start/un-pause the deployment.
|
void |
stop()
Stop/pause the deployment.
|
protected void doInit(List<org.switchyard.deploy.Activator> activators)
org.switchyard.deploy.internal.AbstractDeploymentdoInit in class org.switchyard.deploy.internal.AbstractDeploymentpublic void start()
org.switchyard.deploy.internal.AbstractDeploymentstart in class org.switchyard.deploy.internal.AbstractDeploymentpublic void stop()
org.switchyard.deploy.internal.AbstractDeploymentstop in class org.switchyard.deploy.internal.AbstractDeploymentpublic void destroy()
org.switchyard.deploy.internal.AbstractDeploymentdestroy in class org.switchyard.deploy.internal.AbstractDeploymentpublic org.switchyard.deploy.Lifecycle getGatwayLifecycle(QName serviceName, String bindingName)
org.switchyard.deploy.internal.AbstractDeploymentgetGatwayLifecycle in class org.switchyard.deploy.internal.AbstractDeploymentserviceName - the name of the service or reference providing the gateway.bindingName - the name of the gateway (binding)Copyright © 2013–2017 JBoss by Red Hat. All rights reserved.