org.apache.servicemix.common.osgi
Interface DeployedAssembly
- All Known Implementing Classes:
- EndpointExporter
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.
getName
java.lang.String getName()
getServiceUnits
java.util.Map<java.lang.String,java.lang.String> getServiceUnits()
undeploy
void undeploy(boolean restart)
Copyright © 2005-2012 FuseSource. All Rights Reserved.