org.apache.ldap.server.jndi
Interface ContextFactoryServiceListener

All Known Implementing Classes:
AbstractContextFactory

public interface ContextFactoryServiceListener

An event handler that listens to the changes occurs to ContextFactoryService.

Version:
$Rev: 264732 $, $Date: 2005-08-30 04:04:51 -0400 (Tue, 30 Aug 2005) $
Author:
The Apache Directory Project

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

beforeStartup

public void beforeStartup(ContextFactoryService service)
                   throws javax.naming.NamingException
Invoked before starting up ContextFactoryService.

Throws:
javax.naming.NamingException

afterStartup

public void afterStartup(ContextFactoryService service)
                  throws javax.naming.NamingException
Invoked after starting up ContextFactoryService.

Throws:
javax.naming.NamingException

beforeShutdown

public void beforeShutdown(ContextFactoryService service)
                    throws javax.naming.NamingException
Invoked before shutting down ContextFactoryService.

Throws:
javax.naming.NamingException

afterShutdown

public void afterShutdown(ContextFactoryService service)
                   throws javax.naming.NamingException
Invoked after shutting down ContextFactoryService.

Throws:
javax.naming.NamingException

beforeSync

public void beforeSync(ContextFactoryService service)
                throws javax.naming.NamingException
Invoked before calling ContextFactoryService.sync().

Throws:
javax.naming.NamingException

afterSync

public void afterSync(ContextFactoryService service)
               throws javax.naming.NamingException
Invoked after calling ContextFactoryService.sync().

Throws:
javax.naming.NamingException


Copyright © 2002-2005 . All Rights Reserved.