tk.exgerm.about
Class AboutService
java.lang.Object
tk.exgerm.about.AboutService
- All Implemented Interfaces:
- IComponent
public class AboutService
- extends Object
- implements IComponent
Constructor Summary |
AboutService(org.osgi.framework.BundleContext context)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AboutService
public AboutService(org.osgi.framework.BundleContext context)
setContext
public void setContext(ICoreContext coreContext)
- Description copied from interface:
IComponent
Postavlja kontekst
komponenti. Ovo nije isto što i BundeContext
.
Konkretne komponente u telu ove metode treba da registruju sve što žele u
Core, kao i da vode evidenciju o svemu što su registrovale da bi na
zaustavljanju komponente mogle da počiste za sobom...
- Specified by:
setContext
in interface IComponent
- Parameters:
coreContext
- Kontekst Core komponente.
shutDown
public void shutDown()