public class OSGiObrModuleImpl extends OSGiModuleImpl
| Constructor and Description |
|---|
OSGiObrModuleImpl(OSGiObrModulesRegistryImpl registry,
org.osgi.framework.Bundle bundle,
ModuleDefinition moduleDef) |
OSGiObrModuleImpl(OSGiObrModulesRegistryImpl registry,
File file) |
OSGiObrModuleImpl(OSGiObrModulesRegistryImpl registry,
ModuleDefinition moduleDef) |
| Modifier and Type | Method and Description |
|---|---|
void |
detach() |
void |
dumpState(PrintStream writer) |
ClassLoader |
getClassLoader() |
List<HK2Module> |
getImports() |
OSGiObrModulesRegistryImpl |
getRegistry() |
ModuleState |
getState() |
void |
refresh() |
void |
resolve() |
void |
start() |
boolean |
stop() |
String |
toString() |
void |
uninstall() |
addImport, addImport, addListener, equals, getBundle, getMetadata, getModuleDefinition, getName, getProvidersClass, getProvidersClass, hashCode, hasProvider, isShared, isSticky, isTransientlyActive, removeListener, setBundle, setStickypublic OSGiObrModuleImpl(OSGiObrModulesRegistryImpl registry, File file) throws IOException
IOExceptionpublic OSGiObrModuleImpl(OSGiObrModulesRegistryImpl registry, ModuleDefinition moduleDef)
public OSGiObrModuleImpl(OSGiObrModulesRegistryImpl registry, org.osgi.framework.Bundle bundle, ModuleDefinition moduleDef)
public OSGiObrModulesRegistryImpl getRegistry()
getRegistry in interface HK2ModulegetRegistry in class OSGiModuleImplpublic ModuleState getState()
getState in interface HK2ModulegetState in class OSGiModuleImplpublic void resolve()
throws ResolveError
resolve in interface HK2Moduleresolve in class OSGiModuleImplResolveErrorpublic void start()
throws ResolveError
start in interface HK2Modulestart in class OSGiModuleImplResolveErrorpublic boolean stop()
stop in interface HK2Modulestop in class OSGiModuleImplpublic void detach()
detach in interface HK2Moduledetach in class OSGiModuleImplpublic void uninstall()
uninstall in interface HK2Moduleuninstall in class OSGiModuleImplpublic void refresh()
refresh in interface HK2Modulerefresh in class OSGiModuleImplpublic void dumpState(PrintStream writer)
dumpState in interface HK2ModuledumpState in class OSGiModuleImplpublic ClassLoader getClassLoader()
getClassLoader in interface HK2ModulegetClassLoader in class OSGiModuleImplpublic List<HK2Module> getImports()
getImports in interface HK2ModulegetImports in class OSGiModuleImplpublic String toString()
toString in class OSGiModuleImplCopyright © 2009–2019 Oracle Corporation. All rights reserved.