org.apache.camel.component.jbi
Class CamelContainerDeployer

java.lang.Object
  extended by org.apache.camel.component.jbi.CamelContainerDeployer
All Implemented Interfaces:
org.apache.servicemix.common.Deployer

public class CamelContainerDeployer
extends Object
implements org.apache.servicemix.common.Deployer

Deploys service units

Version:
$Revision: 426415 $

Method Summary
 boolean canDeploy(String serviceUnitName, String serviceUnitRootPath)
           
 org.apache.servicemix.common.ServiceUnit deploy(String serviceUnitName, String serviceUnitRootPath)
           
 void undeploy(org.apache.servicemix.common.ServiceUnit su)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

canDeploy

public boolean canDeploy(String serviceUnitName,
                         String serviceUnitRootPath)
Specified by:
canDeploy in interface org.apache.servicemix.common.Deployer
Parameters:
serviceUnitName -
serviceUnitRootPath -
Returns:
See Also:
Deployer.canDeploy(java.lang.String, java.lang.String)

deploy

public org.apache.servicemix.common.ServiceUnit deploy(String serviceUnitName,
                                                       String serviceUnitRootPath)
                                                throws javax.jbi.management.DeploymentException
Specified by:
deploy in interface org.apache.servicemix.common.Deployer
Parameters:
serviceUnitName -
serviceUnitRootPath -
Returns:
Throws:
javax.jbi.management.DeploymentException
See Also:
Deployer.deploy(java.lang.String, java.lang.String)

undeploy

public void undeploy(org.apache.servicemix.common.ServiceUnit su)
              throws javax.jbi.management.DeploymentException
Specified by:
undeploy in interface org.apache.servicemix.common.Deployer
Parameters:
su -
Throws:
javax.jbi.management.DeploymentException
See Also:
Deployer.undeploy(org.apache.servicemix.common.ServiceUnit)


Copyright © 2007 Apache Software Foundation. All Rights Reserved.