|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ldap.server.jndi.AbstractContextFactory
org.apache.ldap.server.jndi.CoreContextFactory
A simplistic implementation of AbstractContextFactory
.
This class simply extends AbstractContextFactory
and leaves all
abstract event listener methods as empty.
Constructor Summary | |
CoreContextFactory()
Creates a new instance. |
Method Summary | |
void |
afterShutdown(ContextFactoryService service)
Does nothing by default. |
void |
afterStartup(ContextFactoryService service)
Does nothing by default. |
void |
afterSync(ContextFactoryService service)
Does nothing by default. |
void |
beforeShutdown(ContextFactoryService service)
Does nothing by default. |
void |
beforeStartup(ContextFactoryService service)
Does nothing by default. |
void |
beforeSync(ContextFactoryService service)
Does nothing by default. |
Methods inherited from class org.apache.ldap.server.jndi.AbstractContextFactory |
getInitialContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.naming.spi.InitialContextFactory |
getInitialContext |
Constructor Detail |
public CoreContextFactory()
Method Detail |
public void beforeStartup(ContextFactoryService service) throws javax.naming.NamingException
beforeStartup
in interface ContextFactoryServiceListener
javax.naming.NamingException
public void afterStartup(ContextFactoryService service) throws javax.naming.NamingException
afterStartup
in interface ContextFactoryServiceListener
javax.naming.NamingException
public void beforeShutdown(ContextFactoryService service) throws javax.naming.NamingException
beforeShutdown
in interface ContextFactoryServiceListener
javax.naming.NamingException
public void afterShutdown(ContextFactoryService service) throws javax.naming.NamingException
afterShutdown
in interface ContextFactoryServiceListener
javax.naming.NamingException
public void beforeSync(ContextFactoryService service) throws javax.naming.NamingException
beforeSync
in interface ContextFactoryServiceListener
javax.naming.NamingException
public void afterSync(ContextFactoryService service) throws javax.naming.NamingException
afterSync
in interface ContextFactoryServiceListener
javax.naming.NamingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |