|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DirectoryServiceListener
An event handler that listens to the changes occurs to
DirectoryService.
| Method Summary | |
|---|---|
void |
afterShutdown(DirectoryService service)
Invoked after shutting down DirectoryService. |
void |
afterStartup(DirectoryService service)
Invoked after starting up DirectoryService. |
void |
afterSync(DirectoryService service)
Invoked after calling DirectoryService.sync(). |
void |
beforeShutdown(DirectoryService service)
Invoked before shutting down DirectoryService. |
void |
beforeStartup(DirectoryService service)
Invoked before starting up DirectoryService. |
void |
beforeSync(DirectoryService service)
Invoked before calling DirectoryService.sync(). |
| Method Detail |
|---|
void beforeStartup(DirectoryService service)
throws javax.naming.NamingException
DirectoryService.
javax.naming.NamingException
void afterStartup(DirectoryService service)
throws javax.naming.NamingException
DirectoryService.
javax.naming.NamingException
void beforeShutdown(DirectoryService service)
throws javax.naming.NamingException
DirectoryService.
javax.naming.NamingException
void afterShutdown(DirectoryService service)
throws javax.naming.NamingException
DirectoryService.
javax.naming.NamingException
void beforeSync(DirectoryService service)
throws javax.naming.NamingException
DirectoryService.sync().
javax.naming.NamingException
void afterSync(DirectoryService service)
throws javax.naming.NamingException
DirectoryService.sync().
javax.naming.NamingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||