tk.exgerm.ucsearch
Class UCSearchService
java.lang.Object
  
tk.exgerm.ucsearch.UCSearchService
- All Implemented Interfaces: 
 - IComponent
 
public class UCSearchService
- extends Object
- implements IComponent
  
 
 
| 
Constructor Summary | 
UCSearchService(org.osgi.framework.BundleContext bundleContext)
 
            | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
UCSearchService
public UCSearchService(org.osgi.framework.BundleContext bundleContext)
setContext
public void setContext(ICoreContext context)
- 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:
 context - Kontekst Core komponente.
 
shutDown
public void shutDown()