public abstract class AbstractDeployer extends java.lang.Object implements Deployer
| Modifier and Type | Field and Description |
|---|---|
protected ServiceMixComponent |
component |
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
AbstractDeployer(ServiceMixComponent component) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.jbi.management.DeploymentException |
failure(java.lang.String task,
java.lang.String info,
java.lang.Throwable e) |
void |
undeploy(ServiceUnit su)
Undeploys the given service unit.
|
protected void |
validate(Endpoint endpoint) |
protected void |
validate(ServiceUnit su) |
protected final transient org.slf4j.Logger logger
protected ServiceMixComponent component
public AbstractDeployer(ServiceMixComponent component)
protected javax.jbi.management.DeploymentException failure(java.lang.String task,
java.lang.String info,
java.lang.Throwable e)
public void undeploy(ServiceUnit su) throws javax.jbi.management.DeploymentException
Deployerprotected void validate(Endpoint endpoint) throws javax.jbi.management.DeploymentException
javax.jbi.management.DeploymentExceptionprotected void validate(ServiceUnit su) throws javax.jbi.management.DeploymentException
javax.jbi.management.DeploymentExceptionCopyright © 2005-2014 FuseSource. All Rights Reserved.