Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

This page gathers future handlers for iPOJO. Some handlers are planned or are under study.

Component Binding

  • WireAdmin : this handler allows components to push or to receive data via the Wire Admin. Either the component will be connected to an existing wire, either a new wire will be created.
  • EventAdmin : this handler allows components to receive and to send message via the Event Admin.
  • SCA Wire : this handler allows simply to create a static binding between 2 components.Asynchronous Service : this handler expose a provided service, but the service response is send asynchronously.

Component Management

  • Dependency Manager : this handler will implement the dependency manager interfaces. It will allow to add/remove provided service and service depednency dynamically.
  • JMX : this handler allows components to be configured via JMX. The handler will expose a Dynamic MBean.

Distribution

  • UPnP : expose a provided service on UPnP.
  • Jini : expose a provided service on Jini.

Misc

  • CronService : this handler allows a component to be notified periodically via a Cron Service.
  • MonitorAdmin