|
||||||||||
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
ContextFactoryService
.
Method Summary | |
void |
afterShutdown(ContextFactoryService service)
Invoked after shutting down ContextFactoryService . |
void |
afterStartup(ContextFactoryService service)
Invoked after starting up ContextFactoryService . |
void |
afterSync(ContextFactoryService service)
Invoked after calling ContextFactoryService.sync() . |
void |
beforeShutdown(ContextFactoryService service)
Invoked before shutting down ContextFactoryService . |
void |
beforeStartup(ContextFactoryService service)
Invoked before starting up ContextFactoryService . |
void |
beforeSync(ContextFactoryService service)
Invoked before calling ContextFactoryService.sync() . |
Method Detail |
public void beforeStartup(ContextFactoryService service) throws javax.naming.NamingException
ContextFactoryService
.
javax.naming.NamingException
public void afterStartup(ContextFactoryService service) throws javax.naming.NamingException
ContextFactoryService
.
javax.naming.NamingException
public void beforeShutdown(ContextFactoryService service) throws javax.naming.NamingException
ContextFactoryService
.
javax.naming.NamingException
public void afterShutdown(ContextFactoryService service) throws javax.naming.NamingException
ContextFactoryService
.
javax.naming.NamingException
public void beforeSync(ContextFactoryService service) throws javax.naming.NamingException
ContextFactoryService.sync()
.
javax.naming.NamingException
public void afterSync(ContextFactoryService service) throws javax.naming.NamingException
ContextFactoryService.sync()
.
javax.naming.NamingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |