|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public void beforeStartup(DirectoryService service)
throws javax.naming.NamingException
DirectoryService.
javax.naming.NamingException
public void afterStartup(DirectoryService service)
throws javax.naming.NamingException
DirectoryService.
javax.naming.NamingException
public void beforeShutdown(DirectoryService service)
throws javax.naming.NamingException
DirectoryService.
javax.naming.NamingException
public void afterShutdown(DirectoryService service)
throws javax.naming.NamingException
DirectoryService.
javax.naming.NamingException
public void beforeSync(DirectoryService service)
throws javax.naming.NamingException
DirectoryService.sync().
javax.naming.NamingException
public 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 | ||||||||||