public interface DirectoryServiceFactory
| Modifier and Type | Method and Description |
|---|---|
DirectoryService |
getDirectoryService()
Gets the directory service.
|
PartitionFactory |
getPartitionFactory()
Gets the partition factory.
|
void |
init(java.lang.String name)
Inits the directory service factory.
|
void init(java.lang.String name) throws java.lang.Exception
name - the namejava.lang.ExceptionDirectoryService getDirectoryService() throws java.lang.Exception
java.lang.ExceptionPartitionFactory getPartitionFactory() throws java.lang.Exception
java.lang.Exception