class MmasCountersHandler

ManagedElement
+-Mmas
+-MmasCounters
+-MmasCountersHandler

The class MmasCountersHandler is the configuration node for a MMAS counters handler.
It specifies a Java class responsible for updating one or more MMAS counters. This class is executed continuously after a defined period.

Attributes
string[0..1]
noNotification
className
This attribute defines a Java class responsible for updating one or more MMAS counters.
This class must implement the Runnable interface and must be available in the Common class loader.
string
key
mandatory
noNotification
restricted
mmasCountersHandlerId
This attribute defines the identity of the MmasCountersHandler instance.
int32
mandatory
noNotification
period
This attribute defines the time in seconds between MMAS counter(s) updates.
It defines how often the handler is called.

  class MmasCountersHandler