Sonic Management API

ActivationDaemon Notifications


Component: ActivationDaemon (classname=com.sonicsw.mf.framework.daemon.ActivationDaemon, version=105)

This documentation describes the notifications that are exposed by a ActivationDaemon component running within the Sonic Management environment.

A general description of notifications is provided in the overview.

See Also:
ActivationDaemon Operations/Attributes

Notifications Summary
system.state.Online
         Component start complete.
system.state.Offline
         Component stop complete.
system.state.Activate
         Child container (re)launch complete.
system.state.Deactivate
         Child container shutdown complete.
system.state.Failure
         Child container process has died.

Notifications Detail

system.state.Online

Component start complete.
Severity:
Level.INFO
Attributes:
LastError -  All state notifications carry the description of the last (uncleared) error that occurred on this component.
LastErrorLevel -  All state notifications carry the severity level of the last (uncleared) error that occurred on this component. Severity levels are integers whose values map to constants defined in the java class Level.
See Also:
system.state.Offline, system.state.Activate, system.state.Deactivate, system.state.Failure

system.state.Offline

Component stop complete.
Severity:
Level.INFO
Attributes:
LastError -  All state notifications carry the description of the last (uncleared) error that occurred on this component.
LastErrorLevel -  All state notifications carry the severity level of the last (uncleared) error that occurred on this component. Severity levels are integers whose values map to constants defined in the java class Level.
See Also:
system.state.Online, system.state.Activate, system.state.Deactivate, system.state.Failure

system.state.Activate

Child container (re)launch complete.
Severity:
Level.INFO
Attributes:
Container -  The runtime indentity of the container that has been activated.
LastError -  All state notifications carry the description of the last (uncleared) error that occurred on this component.
LastErrorLevel -  All state notifications carry the severity level of the last (uncleared) error that occurred on this component. Severity levels are integers whose values map to constants defined in the java class Level.
See Also:
system.state.Online, system.state.Offline, system.state.Deactivate, system.state.Failure

system.state.Deactivate

Child container shutdown complete.
Severity:
Level.INFO
Attributes:
Container -  The runtime indentity of the container that has been deactivated.
LastError -  All state notifications carry the description of the last (uncleared) error that occurred on this component.
LastErrorLevel -  All state notifications carry the severity level of the last (uncleared) error that occurred on this component. Severity levels are integers whose values map to constants defined in the java class Level.
See Also:
system.state.Online, system.state.Offline, system.state.Activate, system.state.Failure

system.state.Failure

Child container process has died.
Severity:
Level.SEVERE
Attributes:
Container -  The runtime indentity of the container that failed.
ExitCode -  The exit code of the container that failed. Exit codes are integers whose values map to constants defined in the java class IContainerExitCodes.
LastError -  All state notifications carry the description of the last (uncleared) error that occurred on this component.
LastErrorLevel -  All state notifications carry the severity level of the last (uncleared) error that occurred on this component. Severity levels are integers whose values map to constants defined in the java class Level.
See Also:
system.state.Online, system.state.Offline, system.state.Activate, system.state.Deactivate

Sonic Management API

Copyright © 2002-2011 Progress Software Corporation. All Rights Reserved.