org.apache.servicemix.jbi.deployer
Interface DeployedAssembly


public interface DeployedAssembly

This interface should be used by service assemblies deployed using another packaging than the JBI packaging to be able to leverage the JBI life cycle.


Method Summary
 java.lang.String getName()
           
 java.util.Map<java.lang.String,java.lang.String> getServiceUnits()
           
 void undeploy(boolean restart)
           
 

Method Detail

getName

java.lang.String getName()

getServiceUnits

java.util.Map<java.lang.String,java.lang.String> getServiceUnits()

undeploy

void undeploy(boolean restart)


Copyright © 2005-2010 The Apache Software Foundation. All Rights Reserved.