Uses of Interface
net.anotheria.anodoc.service.IModuleFactory
-
Packages that use IModuleFactory Package Description net.anotheria.anodoc.data net.anotheria.anodoc.service net.anotheria.anodoc.util -
-
Uses of IModuleFactory in net.anotheria.anodoc.data
Methods in net.anotheria.anodoc.data that return IModuleFactory Modifier and Type Method Description IModuleFactoryModule. getModuleFactory()Returns the moduleFactory.Methods in net.anotheria.anodoc.data with parameters of type IModuleFactory Modifier and Type Method Description voidModule. setModuleFactory(IModuleFactory myFactory)Sets the moduleFactory. -
Uses of IModuleFactory in net.anotheria.anodoc.service
Classes in net.anotheria.anodoc.service that implement IModuleFactory Modifier and Type Class Description classAbstractModuleFactoryBase imlementation of IModuleFactory interface which only demands createModule method.Methods in net.anotheria.anodoc.service with parameters of type IModuleFactory Modifier and Type Method Description voidIModuleService. attachModuleFactory(java.lang.String moduleId, IModuleFactory factory)Attaches a factory for a given moduleId.voidModuleServiceImpl. attachModuleFactory(java.lang.String moduleId, IModuleFactory factory)Attaches a factory for a given moduleId. -
Uses of IModuleFactory in net.anotheria.anodoc.util
Methods in net.anotheria.anodoc.util with parameters of type IModuleFactory Modifier and Type Method Description ModuleICommonModuleStorage. loadModule(java.lang.String moduleId, java.lang.String ownerId, java.lang.String copyId, IModuleFactory factory)Loads the specified instance.Constructors in net.anotheria.anodoc.util with parameters of type IModuleFactory Constructor Description CommonHashtableModuleStorage(java.lang.String aFilename, IModuleFactory aFactory)Constructor for CommonHashtableModuleStorage.CommonHashtableModuleStorage(java.lang.String aFilename, IModuleFactory aFactory, java.lang.String aCfgKeyStorageDir)Constructor for CommonHashtableModuleStorage.CommonModuleStorageWrapper(java.lang.String aModuleId, IModuleFactory aFactory, ICommonModuleStorage aDelegate)Constructor for CommonModuleStorageWrapper.
-