public class CommandHandler
extends org.apache.felix.ipojo.PrimitiveHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
NAMESPACE
the handler namespace :
|
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.apache.felix.ipojo.metadata.Element metadata,
Dictionary configuration)
Parses the component's metadata to retrieve the namespace
|
void |
start()
The instance is starting.
|
void |
stop()
The instance is stopping.
|
attach, getConstructorParameter, getConstructorParameterType, getFactory, getHandler, getInstanceManager, getLogger, getPojoMetadata, onCreation, onEntry, onError, onExit, onFinally, onGet, onSet, setFactorypublic static final String NAMESPACE
public void configure(org.apache.felix.ipojo.metadata.Element metadata,
Dictionary configuration)
throws org.apache.felix.ipojo.ConfigurationException
configure in class org.apache.felix.ipojo.Handlermetadata - component's metadataconfiguration - instance configurationorg.apache.felix.ipojo.ConfigurationException - the configuration is inconsistentpublic void start()
start in class org.apache.felix.ipojo.Handlerpublic void stop()
stop in class org.apache.felix.ipojo.HandlerCopyright © 2012-2013 ADELE Research Group. All Rights Reserved.