|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.core.jndi.AbstractContextFactory
org.apache.directory.server.core.jndi.CoreContextFactory
public class 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(DirectoryService service)
Does nothing by default. |
void |
afterStartup(DirectoryService service)
Does nothing by default. |
void |
afterSync(DirectoryService service)
Does nothing by default. |
void |
beforeShutdown(DirectoryService service)
Does nothing by default. |
void |
beforeStartup(DirectoryService service)
Does nothing by default. |
void |
beforeSync(DirectoryService service)
Does nothing by default. |
| Methods inherited from class org.apache.directory.server.core.jndi.AbstractContextFactory |
|---|
getAuthentication, getCredential, getInitialContext, getPrincipal, getProviderUrl |
| 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(DirectoryService service)
throws javax.naming.NamingException
beforeStartup in interface DirectoryServiceListenerjavax.naming.NamingException
public void afterStartup(DirectoryService service)
throws javax.naming.NamingException
afterStartup in interface DirectoryServiceListenerjavax.naming.NamingException
public void beforeShutdown(DirectoryService service)
throws javax.naming.NamingException
beforeShutdown in interface DirectoryServiceListenerjavax.naming.NamingException
public void afterShutdown(DirectoryService service)
throws javax.naming.NamingException
afterShutdown in interface DirectoryServiceListenerjavax.naming.NamingException
public void beforeSync(DirectoryService service)
throws javax.naming.NamingException
beforeSync in interface DirectoryServiceListenerjavax.naming.NamingException
public void afterSync(DirectoryService service)
throws javax.naming.NamingException
afterSync in interface DirectoryServiceListenerjavax.naming.NamingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||