|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.core.factory.DefaultDirectoryServiceFactory
public class DefaultDirectoryServiceFactory
A Default factory for DirectoryService.
Field Summary | |
---|---|
static DirectoryServiceFactory |
DEFAULT
The default factory returns stock instances of a directory service with smart defaults |
Method Summary | |
---|---|
DirectoryService |
getDirectoryService()
Gets the directory service. |
PartitionFactory |
getPartitionFactory()
Gets the partition factory. |
void |
init(java.lang.String name)
Inits the directory service factory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final DirectoryServiceFactory DEFAULT
Method Detail |
---|
public void init(java.lang.String name) throws java.lang.Exception
init
in interface DirectoryServiceFactory
name
- the name
java.lang.Exception
public DirectoryService getDirectoryService() throws java.lang.Exception
getDirectoryService
in interface DirectoryServiceFactory
java.lang.Exception
public PartitionFactory getPartitionFactory() throws java.lang.Exception
getPartitionFactory
in interface DirectoryServiceFactory
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |