Oracle Internet Directory API Reference
10g(10.1.2)

B14083-02


oracle.idm.provisioning.plugin
Interface IEventPlugin

All Known Subinterfaces:
IEventsFromOID, IEventsToOID

public interface IEventPlugin

This is the base interface which the other interfaces liike IEventPolicy IEventAction IEventGen IEventMod

Since:
OCS R3

Method Summary
 void initialize(java.lang.Object profile)
          The applications can perform the initialization logic in this method.
 void terminate(java.lang.Object profile)
          The applications can perform the termination logic in this method.

 

Method Detail

initialize

public void initialize(java.lang.Object profile)
                throws PluginException
The applications can perform the initialization logic in this method.
Parameters:
profile - profile attributes
Throws:
PluginException - when an exception occurs.

terminate

public void terminate(java.lang.Object profile)
               throws PluginException
The applications can perform the termination logic in this method.
Parameters:
profile - profile attributes
Throws:
PluginException - when an exception occurs.

Oracle Internet Directory API Reference
10g(10.1.2)

B14083-02


Copyright © 2005, Oracle. All Rights Reserved.