org.apache.servicemix.jbi.deployer
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.


Method Summary
 String getName()
           
 Map<String,String> getServiceUnits()
           
 

Method Detail

getName

String getName()

getServiceUnits

Map<String,String> getServiceUnits()


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.