A C D O R S T U

A

addDictionary(DictionaryService) - Method in class org.apache.felix.dm.samples.annotation.SpellChecker
Inject a dictionary into this service.

C

checkWord(String) - Method in class org.apache.felix.dm.samples.annotation.DictionaryAspect
Checks if a word is found from our custom word list.
checkWord(String) - Method in class org.apache.felix.dm.samples.annotation.DictionaryImpl
Check if a word exists if the list of words we have been configured from ConfigAdmin/WebConsole.
checkWord(String) - Method in interface org.apache.felix.dm.samples.annotation.DictionaryService
Check for the existence of a word.

D

DictionaryAspect - Class in org.apache.felix.dm.samples.annotation
This aspect applies to the English DictionaryService, and allows to decorate it with some custom English words, which are configurable from WebConsole.
DictionaryAspect() - Constructor for class org.apache.felix.dm.samples.annotation.DictionaryAspect
 
DictionaryImpl - Class in org.apache.felix.dm.samples.annotation
A Dictionary Service.
DictionaryImpl() - Constructor for class org.apache.felix.dm.samples.annotation.DictionaryImpl
 
DictionaryService - Interface in org.apache.felix.dm.samples.annotation
A simple service interface that defines a dictionary service.

O

org.apache.felix.dm.samples.annotation - package org.apache.felix.dm.samples.annotation
 

R

removeDictionary(DictionaryService) - Method in class org.apache.felix.dm.samples.annotation.SpellChecker
Remove a dictionary from our service.

S

spellcheck(String) - Method in class org.apache.felix.dm.samples.annotation.SpellChecker
 
SpellChecker - Class in org.apache.felix.dm.samples.annotation
Felix "spellcheck" Gogo Shell Command.
SpellChecker() - Constructor for class org.apache.felix.dm.samples.annotation.SpellChecker
 
start() - Method in class org.apache.felix.dm.samples.annotation.DictionaryAspect
Our Aspect Service is starting and is about to be registered in the OSGi regsitry.
start() - Method in class org.apache.felix.dm.samples.annotation.DictionaryImpl
A new Dictionary Service is starting (because a new factory configuration has been created from webconsole).
start() - Method in class org.apache.felix.dm.samples.annotation.SpellChecker
Lifecycle method callback, used to check if our service has been activated.
stop() - Method in class org.apache.felix.dm.samples.annotation.SpellChecker
Lifecycle method callback, used to check if our service has been activated.

T

toString() - Method in class org.apache.felix.dm.samples.annotation.DictionaryAspect
 
toString() - Method in class org.apache.felix.dm.samples.annotation.DictionaryImpl
 

U

updated(Dictionary<String, ?>) - Method in class org.apache.felix.dm.samples.annotation.DictionaryAspect
Defines a configuration dependency for retrieving our english custom words (by default, our PID is our full class name).
updated(Dictionary<String, ?>) - Method in class org.apache.felix.dm.samples.annotation.DictionaryImpl
Our service will be initialized from ConfigAdmin.

A C D O R S T U

Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.