|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.ipojo.Handler
org.apache.felix.ipojo.composite.CompositeHandler
org.apache.felix.ipojo.composite.architecture.ArchitectureHandler
public class ArchitectureHandler
Composite Architecture Handler.
Field Summary |
---|
Fields inherited from class org.apache.felix.ipojo.composite.CompositeHandler |
---|
HANDLER_TYPE |
Fields inherited from class org.apache.felix.ipojo.Handler |
---|
HANDLER_LEVEL_PROPERTY, HANDLER_NAME_PROPERTY, HANDLER_NAMESPACE_PROPERTY, HANDLER_TYPE_PROPERTY, m_instance, m_isValid |
Constructor Summary | |
---|---|
ArchitectureHandler()
|
Method Summary | |
---|---|
void |
configure(org.apache.felix.ipojo.metadata.Element metadata,
java.util.Dictionary configuration)
Configure the handler. |
org.apache.felix.ipojo.architecture.InstanceDescription |
getInstanceDescription()
Get the instance description. |
void |
start()
Start the handler. |
void |
stop()
Stop the handler. |
Methods inherited from class org.apache.felix.ipojo.composite.CompositeHandler |
---|
attach, getCompositeManager, getHandler, getLogger, setFactory |
Methods inherited from class org.apache.felix.ipojo.Handler |
---|
error, error, getDescription, getHandlerManager, getValidity, info, initializeComponentFactory, isValid, reconfigure, setValidity, stateChanged, warn, warn |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArchitectureHandler()
Method Detail |
---|
public void configure(org.apache.felix.ipojo.metadata.Element metadata, java.util.Dictionary configuration)
configure
in class org.apache.felix.ipojo.Handler
metadata
- : the metadata of the componentconfiguration
- : the instance configurationorg.apache.felix.ipojo.CompositeHandler#configure(org.apache.felix.ipojo.CompositeManager,
org.apache.felix.ipojo.metadata.Element, java.util.Dictionary)
public void stop()
stop
in class org.apache.felix.ipojo.Handler
Handler.stop()
public void start()
start
in class org.apache.felix.ipojo.Handler
Handler.start()
public org.apache.felix.ipojo.architecture.InstanceDescription getInstanceDescription()
getInstanceDescription
in interface org.apache.felix.ipojo.architecture.Architecture
org.apache.felix.ipojo.architecture.Architecture#getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |