|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HandlerFactory
Service interface published by handler factory.
This interface allows interacting the the handler factory to create
Handler
objects.
Factory
Field Summary | |
---|---|
static String |
IPOJO_NAMESPACE
The iPOJO Default Namespace. |
Fields inherited from interface org.apache.felix.ipojo.Factory |
---|
INVALID, VALID |
Method Summary | |
---|---|
String |
getHandlerName()
Gets the name associated with this handler factory. |
String |
getNamespace()
Gets the namespace associated with this handler factory. |
int |
getStartLevel()
Gets the start level of the handler objects created by this factory. |
String |
getType()
Gets the type of the handler factory. |
Methods inherited from interface org.apache.felix.ipojo.Factory |
---|
addFactoryStateListener, createComponentInstance, createComponentInstance, getBundleContext, getClassName, getComponentDescription, getDescription, getMissingHandlers, getName, getRequiredHandlers, getState, getVersion, isAcceptable, reconfigure, removeFactoryStateListener |
Field Detail |
---|
static final String IPOJO_NAMESPACE
Method Detail |
---|
String getNamespace()
String getHandlerName()
String getType()
primitive
and composite
.
int getStartLevel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |