org.jvnet.hk2.osgiadapter
Class OSGiObrModuleImpl
java.lang.Object
org.jvnet.hk2.osgiadapter.OSGiModuleImpl
org.jvnet.hk2.osgiadapter.OSGiObrModuleImpl
- All Implemented Interfaces:
- Module
public class OSGiObrModuleImpl
- extends OSGiModuleImpl
- Author:
- Sanjeeb.Sahoo@Sun.COM
| Methods inherited from class org.jvnet.hk2.osgiadapter.OSGiModuleImpl |
addImport, addImport, addListener, equals, getBundle, getMetadata, getModuleDefinition, getName, getProvidersClass, getProvidersClass, hashCode, hasProvider, isShared, isSticky, isTransientlyActive, removeListener, setBundle, setSticky |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
OSGiObrModuleImpl
public OSGiObrModuleImpl(OSGiObrModulesRegistryImpl registry,
java.io.File file)
throws java.io.IOException
- Throws:
java.io.IOException
OSGiObrModuleImpl
public OSGiObrModuleImpl(OSGiObrModulesRegistryImpl registry,
ModuleDefinition moduleDef)
throws java.io.IOException
- Throws:
java.io.IOException
getRegistry
public OSGiObrModulesRegistryImpl getRegistry()
- Specified by:
getRegistry in interface Module- Overrides:
getRegistry in class OSGiModuleImpl
getState
public ModuleState getState()
- Specified by:
getState in interface Module- Overrides:
getState in class OSGiModuleImpl
resolve
public void resolve()
throws ResolveError
- Specified by:
resolve in interface Module- Overrides:
resolve in class OSGiModuleImpl
- Throws:
ResolveError
start
public void start()
throws ResolveError
- Specified by:
start in interface Module- Overrides:
start in class OSGiModuleImpl
- Throws:
ResolveError
stop
public boolean stop()
- Specified by:
stop in interface Module- Overrides:
stop in class OSGiModuleImpl
detach
public void detach()
- Specified by:
detach in interface Module- Overrides:
detach in class OSGiModuleImpl
uninstall
public void uninstall()
- Specified by:
uninstall in interface Module- Overrides:
uninstall in class OSGiModuleImpl
refresh
public void refresh()
- Specified by:
refresh in interface Module- Overrides:
refresh in class OSGiModuleImpl
dumpState
public void dumpState(java.io.PrintStream writer)
- Specified by:
dumpState in interface Module- Overrides:
dumpState in class OSGiModuleImpl
getClassLoader
public java.lang.ClassLoader getClassLoader()
- Specified by:
getClassLoader in interface Module- Overrides:
getClassLoader in class OSGiModuleImpl
getImports
public java.util.List<Module> getImports()
- Specified by:
getImports in interface Module- Overrides:
getImports in class OSGiModuleImpl
toString
public java.lang.String toString()
- Overrides:
toString in class OSGiModuleImpl
Copyright © 2012 Oracle Corporation. All Rights Reserved.