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.AbstractDeployment
doInit
in class org.switchyard.deploy.internal.AbstractDeployment
public void start()
org.switchyard.deploy.internal.AbstractDeployment
start
in class org.switchyard.deploy.internal.AbstractDeployment
public void stop()
org.switchyard.deploy.internal.AbstractDeployment
stop
in class org.switchyard.deploy.internal.AbstractDeployment
public void destroy()
org.switchyard.deploy.internal.AbstractDeployment
destroy
in class org.switchyard.deploy.internal.AbstractDeployment
public org.switchyard.deploy.Lifecycle getGatwayLifecycle(QName serviceName, String bindingName)
org.switchyard.deploy.internal.AbstractDeployment
getGatwayLifecycle
in class org.switchyard.deploy.internal.AbstractDeployment
serviceName
- 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.