![]() |
![]() |
|
|
T_EVENT_CLIENT Class Definition
Overview
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.
Attribute Table
Attribute |
Type |
Permissions |
Values |
Default |
---|---|---|---|---|
TA_EVENT_EXPR( r ) TA_EVENT_FILTER( k ) TA_EVENT_FILTER_BINARY(k) |
string string carray |
R--R--R-- R--R--R-- R--R--R-- |
string[1...255] string[1...255] carray[1...64000] |
N/A none none |
TA_STATE( r ) |
string |
R-xR-xR-x |
GET:"{ACT}" SET:"{NEW|INV}" |
N/A N/A |
TA_CLIENTID( r ) |
string |
R--R--R-- |
string[1...78] |
N/A |
( k ) - a key field for object retrieval |
Check MIB(5) for an explanation of Permissions.
Attribute Semantics
NEW |
Create T_EVENT_CLIENT object. Successful return leaves the object in the ACTive state. |
INValid |
Delete T_EVENT_CLIENT object. Successful return leaves the object in the INValid state. |
![]() |
![]() |
![]() |
|
Copyright © 2000 BEA Systems, Inc. All rights reserved.
|