Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


oracle.idm.provisioning.plugin
Interface IPreEventFromOID


public interface IPreEventFromOID

Applications interested in receiving changes from OID but would like to customize the event being delivered could do by implementing this plugin.

Since:
OCS v2.1

Method Summary
 Event getCustomEvent(ApplicationContext appCtx, Event evt)
          Retrieve the customized event.
 void initialize(java.lang.Object ctx)
          The applications can perform the initialization logic in this method.

 

Method Detail

initialize

void initialize(java.lang.Object ctx)
                throws EventPluginInitException
The applications can perform the initialization logic in this method.
Parameters:
ctx - A Provisioning profile Object which will be passed to the application for plugin initialization purpose.
Throws:
PluginException - when an exception occurs.
EventPluginInitException

getCustomEvent

Event getCustomEvent(ApplicationContext appCtx,
                     Event evt)
                     throws PluginException
Retrieve the customized event. This method will be called after calling the process method.
Returns:
the customized event
Throws:
PluginException - the applications must throw this exception in case of any error.

Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


Copyright © 1999, 2009 Oracle. All Rights Reserved.