The T_EVENT_USERLOG class represents a set of subscriptions registered with the Event Broker for writing system userlog(3) messages. When an event is detected, it is compared to each T_EVENT_USERLOG object. If the event name matches the value in TA_EVENT_EXPR and the optional filter rule is true, then the event buffer is formatted and passed to BEA TUXEDO's userlog(3) function.
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_USERLOG object(s).
SET: {NEW|INValid}
SET operation will update configuration information for the T_EVENT_USERLOG 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_USERLOG: string[1...255]
userlog(3) message when a matching event is detected.
${TUXDIR}/udataobj/evt_mib ${TUXDIR}/include/evt_mib.h
EVENTS(5), TM_MIB(5)