Handlers Documentation
This section contains the documentation for handlers. Two kinds of handlers co-exist in iPOJO :
- core handlers (composing the default service component model)
- external handlers
Core Handlers
Core Handlers are :
- Dependency Handler : manage service dependency
- Provided Service Handler : manage the service providing
- Lifecycle Callback Handler : allows to call method on the component instances when the component state changed
- Configuration Handler : allows a component to be configured both at the component creation and dynamically
- Architecture Handler : allows a component to expose its architecture
- Controller Lifecycle Handler : allowing to influence the instance lifecycle from inside the code
External Handlers
- iPOJO JMX Handler
: allow to manage instances remotely via JMX - Event Admin Handler : allow to receive event from the event admin

