package internal
- Alphabetic
- Public
- All
Type Members
- class AgentActivator extends DominoActivator with ActorSystemWatching
-
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 streamSend 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
initialUpdateDelayMsecandupdateIntervalMsec), the reporter sends information to the management container. The target URL of the management container is configured with theregistryUrlconfig entry. -
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 streamSend 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
initialUpdateDelayMsecandupdateIntervalMsec), the reporter sends information to the management container. The target URL of the management container is configured with theregistryUrlconfig entry.
Value Members
- object MgmtReporter
- object OsgiMgmtReporter