API Components for the Event Listener API

The Event Listener API contains the following components:
cim1265
The Event Listener API contains the following components:
EventListenerAdapter
The base class that all event listeners extend. Contains base implementation methods for startup and shutdown operations. Also provides entry points for the various event states.
CA Identity Manager
calls a different EventListenerAdapter method for each event state and passes EventContext to the method.
Implements LifeCycle and Logger.
EventContext
Interface that provides read/write access to managed objects in
CA Identity Manager
events, and lets you generate secondary events.
This interface also provides access to IMContext information about the current task, and to logging methods and other
CA Identity Manager
services, including managed object retrieval from the data store.
Extends IMPersistentContext.
EventContext is part of the core API functional model. However, it serves as the ...Context module for the Event Listener API.
IMPersistentContext
Allows user-defined data to be persisted across different event listeners within a given event. Also allows data to be persisted between an event listener and other custom objects in the same task session. The persisted data is not written to the data store.
This interface is part of the core API functional model.
Extends IMContext.
The preceding components are in the package com.netegrity.imapi.
For more information on these components, refer to the CA Identity Manager Programming Reference.