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<Module> |
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 ModulegetRegistry in class OSGiModuleImplpublic ModuleState getState()
getState in interface ModulegetState in class OSGiModuleImplpublic void resolve()
throws ResolveError
resolve in interface Moduleresolve in class OSGiModuleImplResolveErrorpublic void start()
throws ResolveError
start in interface Modulestart in class OSGiModuleImplResolveErrorpublic boolean stop()
stop in interface Modulestop in class OSGiModuleImplpublic void detach()
detach in interface Moduledetach in class OSGiModuleImplpublic void uninstall()
uninstall in interface Moduleuninstall in class OSGiModuleImplpublic void refresh()
refresh in interface Modulerefresh in class OSGiModuleImplpublic void dumpState(PrintStream writer)
dumpState in interface ModuledumpState in class OSGiModuleImplpublic ClassLoader getClassLoader()
getClassLoader in interface ModulegetClassLoader in class OSGiModuleImplpublic List<Module> getImports()
getImports in interface ModulegetImports in class OSGiModuleImplpublic String toString()
toString in class OSGiModuleImplCopyright © 2009–2014 Oracle Corporation. All rights reserved.