Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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.

...

  • 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.
  • Properties loading : this handler allows a component to load properties from a specified file.
  • Persistency Handler : this handler allows a component to be persistent. Properties will be loaded and saved on a persistent storage.

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