Packages

p

blended.mgmt.agent

internal

package internal

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AgentActivator extends DominoActivator with ActorSystemWatching
  2. trait MgmtReporter extends Actor with PrickleSupport

    Actor, that collects various container information and send's it to a remote management container.

    Actor, that collects various container information and send's it to a remote management container.

    Sources of information:

    * ServiceInfo from the Akka event stream * (Long, ListProfile) from the Akka event stream

    Send to remote container:

    * ContainerInfo send via HTTP POST request

    Configuration:

    This actor reads a configuration class MgmtReporterConfig from the OSGIActorConfig. Only if all necessary configuration are set (currently initialUpdateDelayMsec and updateIntervalMsec), the reporter sends information to the management container. The target URL of the management container is configured with the registryUrl config entry.

  3. class OsgiMgmtReporter extends OSGIActor with MgmtReporter

    Actor, that collects various container information and send's it to a remote management container.

    Actor, that collects various container information and send's it to a remote management container.

    Sources of information:

    * ServiceInfo from the Akka event stream * (Long, ListProfile) from the Akka event stream

    Send to remote container:

    * ContainerInfo send via HTTP POST request

    Configuration:

    This actor reads a configuration class MgmtReporterConfig from the OSGIActorConfig. Only if all necessary configuration are set (currently initialUpdateDelayMsec and updateIntervalMsec), the reporter sends information to the management container. The target URL of the management container is configured with the registryUrl config entry.

Value Members

  1. object MgmtReporter
  2. object OsgiMgmtReporter

Ungrouped