|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DirectoryServiceFactory
A factory used to generate differently configured DirectoryService objects. Since the DirectoryService itself is what is configured then a factory for these objects acts as a configurator. Tests can provide different factory methods to be used.
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. |
Method Detail |
---|
void init(java.lang.String name) throws java.lang.Exception
name
- the name
java.lang.Exception
DirectoryService getDirectoryService() throws java.lang.Exception
java.lang.Exception
PartitionFactory getPartitionFactory() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |