The T_EVENT_CLIENT
class represents a set of subscriptions registered with the Event Broker for client-based notification.
When an event is detected, it is compared to each T_EVENT_CLIENT
object. If the event name matches the value in TA_EVENT_EXPR
and the optional filter rule is true, then the event buffer is sent to the specified client's unsolicited message handling routine.
Check MIB
(5) for an explanation of Permissions
Attribute Semantics
TA_EVENT_EXPR
: string[1...255]
recomp
(3) format, controls which event names match this subscription.
TA_EVENT_FILTER
: string[1...255]
TA_EVENT_FILTER_BINARY
: carray[1...64000]
TA_EVENT_FILTER
, but may contain arbitrary binary data. Only one of TA_EVENT_FILTER
or TA_EVENT_FILTER_BINARY
may be specified.
TA_STATE
:
GET: ACTive
GET
operation will retrieve configuration information for the matching T_EVENT_CLIENT
object(s).
SET: {NEW|INValid}
SET
operation will update configuration information for the T_EVENT_CLIENT
object. The following states indicate the meaning of a TA_STATE
set in a SET
request. States not listed may not be set.
|
Create |
|
Delete |
TA_CLIENTID
: string[1...78]