org.apache.directory.server.jndi
Class ServerContextFactory
java.lang.Object
org.apache.directory.server.core.jndi.AbstractContextFactory
org.apache.directory.server.core.jndi.CoreContextFactory
org.apache.directory.server.jndi.ServerContextFactory
- All Implemented Interfaces:
- javax.naming.spi.InitialContextFactory, DirectoryServiceListener
public class ServerContextFactory
- extends CoreContextFactory
Adds additional bootstrapping for server socket listeners when firing
up the server.
- Version:
- $Rev: 535931 $
- Author:
- Apache Directory Project
- See Also:
InitialContextFactory
Field Summary |
protected static org.apache.mina.common.IoAcceptor |
tcpAcceptor
|
protected static org.apache.mina.common.ExecutorThreadModel |
threadModel
|
protected static edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor |
threadPoolExecutor
|
protected static org.apache.mina.common.IoAcceptor |
udpAcceptor
|
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 |
tcpAcceptor
protected static org.apache.mina.common.IoAcceptor tcpAcceptor
udpAcceptor
protected static org.apache.mina.common.IoAcceptor udpAcceptor
threadPoolExecutor
protected static edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor threadPoolExecutor
threadModel
protected static org.apache.mina.common.ExecutorThreadModel threadModel
ServerContextFactory
public ServerContextFactory()
beforeStartup
public void beforeStartup(DirectoryService service)
- Description copied from class:
CoreContextFactory
- Does nothing by default.
- Specified by:
beforeStartup
in interface DirectoryServiceListener
- Overrides:
beforeStartup
in class CoreContextFactory
afterShutdown
public void afterShutdown(DirectoryService service)
- Description copied from class:
CoreContextFactory
- Does nothing by default.
- Specified by:
afterShutdown
in interface DirectoryServiceListener
- Overrides:
afterShutdown
in class CoreContextFactory
afterStartup
public void afterStartup(DirectoryService service)
throws javax.naming.NamingException
- Description copied from class:
CoreContextFactory
- Does nothing by default.
- Specified by:
afterStartup
in interface DirectoryServiceListener
- Overrides:
afterStartup
in class CoreContextFactory
- Throws:
javax.naming.NamingException
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.