EventClass Enumeration

The EventClass enumeration is used to specify the class of an Event during the creation of an Event object. When an Event is created at the top-level Event of the Listener or as a subordinate of a Container object, the event class must be specified by using this enumeration.

In Content Cortex 3.5.0 and later, the following Event class constants are supported for use by the application:

RPC
Indicates that the Event object is used to record top-level client requests.
USER
The Event object records any other type of event or operation that the application performs, other than those Events at the top level.

Although the application can implement an Event object only by using the RPC and USER class types, the Listener library automatically generates data in three other classes: DISK, NETWORK, and CPU.

See Also