|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.ipojo.architecture.HandlerDescription
org.apache.felix.ipojo.handlers.configuration.ConfigurationHandlerDescription
public class ConfigurationHandlerDescription
Configuration handler description.
Constructor Summary | |
---|---|
ConfigurationHandlerDescription(Handler handler,
List props,
String pid)
Creates the description object for the configuration handler description. |
Method Summary | |
---|---|
Element |
getHandlerInfo()
The handler information. |
String |
getManagedServicePid()
Gets the managed service pid. |
PropertyDescription[] |
getProperties()
Gets the properties. |
Methods inherited from class org.apache.felix.ipojo.architecture.HandlerDescription |
---|
getHandlerName, isValid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationHandlerDescription(Handler handler, List props, String pid)
handler
- the configuration handler.props
- the list of properties.pid
- the managed service pid or null
if not set.Method Detail |
---|
public Element getHandlerInfo()
getHandlerInfo
in class HandlerDescription
HandlerDescription.getHandlerInfo()
public PropertyDescription[] getProperties()
public String getManagedServicePid()
null
if not set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |