The T_EVENT_SERVICE
class represents a set of subscriptions registered with the Event Broker for service-based notification. When an event is detected, it is compared to each T_EVENT_SERVICE
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 BEA TUXEDO service 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_SERVICE
object(s).
SET: {NEW|INValid}
SET
operation will update configuration information for the T_EVENT_SERVICE
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_SERVICENAME
: string[1...15]
TA_EVENT_PERSIST
: short
TA_SERVICENAME
service is no longer available.
TA_EVENT_TRAN
: short
tppost
(3) call is transactional, include the TA_SERVICENAME
service call in the client's transaction.