org.eclipse.osgi.service.internal.composite
Interface CompositeModule
- All Known Implementing Classes:
- CompositeBase, CompositeImpl, SurrogateImpl
public interface CompositeModule
An internal interface only used by the composite implementation
updateContent
void updateContent(InputStream content)
throws BundleException
- Throws:
BundleException
refreshContent
void refreshContent()
resolveContent
boolean resolveContent()
getCompositeDescription
BundleDescription getCompositeDescription()
getDelegate
ClassLoaderDelegate getDelegate()
started
void started(CompositeModule compositeBundle)
stopped
void stopped(CompositeModule compositeBundle)
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.