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. This file is a copy of the file from the ServiceMix 4 NMR project and can be removed once this project has been released. The package is not exported from this OSGi bundle and it should be imported from the NMR project.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
java.util.Map<java.lang.String,java.lang.String> |
getServiceUnits() |
void |
undeploy(boolean restart) |
Copyright © 2005-2014 FuseSource. All Rights Reserved.