public class DefaultDirectoryServiceFactory extends Object implements DirectoryServiceFactory
| Constructor and Description |
|---|
DefaultDirectoryServiceFactory() |
DefaultDirectoryServiceFactory(DirectoryService directoryService,
PartitionFactory partitionFactory) |
| Modifier and Type | Method and Description |
|---|---|
DirectoryService |
getDirectoryService()
Gets the directory service.
|
PartitionFactory |
getPartitionFactory()
Gets the partition factory.
|
void |
init(String name)
Inits the directory service factory.
|
public DefaultDirectoryServiceFactory()
public DefaultDirectoryServiceFactory(DirectoryService directoryService, PartitionFactory partitionFactory)
public void init(String name) throws Exception
init in interface DirectoryServiceFactoryname - the nameExceptionpublic DirectoryService getDirectoryService() throws Exception
getDirectoryService in interface DirectoryServiceFactoryExceptionpublic PartitionFactory getPartitionFactory() throws Exception
getPartitionFactory in interface DirectoryServiceFactoryExceptionCopyright © 2021. All rights reserved.