|
Oracle Internet Directory API Reference 10g(10.1.4) B15992-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This is the base interface which the other interfaces liike IEventPolicy IEventAction IEventGen IEventMod
| 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 |
public void initialize(java.lang.Object profile)
throws PluginException
profile - For now it is the provisioning Profile that will be passed. look at oracle.ldap.odip.engine.ProvProfile for more details.PluginException - when an exception occurs.
public void terminate(java.lang.Object profile)
throws PluginException
profile - Provisioning Profile Object will be sent. refer to oracle.ldap.odip.engine.ProvProfile for more detailsPluginException - when an exception occurs.
|
Oracle Internet Directory API Reference 10g(10.1.4) B15992-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||