|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for NameFormRegitery callback event monitors.
| Method Summary | |
void |
lookedUp(NameForm nameForm)
Monitors when a Comparator is successfully looked up. |
void |
lookupFailed(java.lang.String oid,
java.lang.Throwable fault)
Monitors when a lookup attempt fails. |
void |
registered(NameForm nameForm)
Monitors when a NameForm is registered successfully. |
void |
registerFailed(NameForm nameForm,
java.lang.Throwable fault)
Monitors when a registration attempt fails. |
| Method Detail |
public void registered(NameForm nameForm)
nameForm - the NameForm successfully registeredpublic void lookedUp(NameForm nameForm)
nameForm - the NameForm successfully lookedup
public void lookupFailed(java.lang.String oid,
java.lang.Throwable fault)
oid - the OID for the NameForm to lookupfault - the exception to be thrown for the fault
public void registerFailed(NameForm nameForm,
java.lang.Throwable fault)
nameForm - the NameForm which failed registrationfault - the exception to be thrown for the fault
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||