Uses of Package
net.anotheria.anodoc.service
-
Packages that use net.anotheria.anodoc.service Package Description net.anotheria.anodoc.data net.anotheria.anodoc.service net.anotheria.anodoc.util -
Classes in net.anotheria.anodoc.service used by net.anotheria.anodoc.data Class Description IModuleFactory This factory is responsible for creating new modules, if a service should be able to create new modules. -
Classes in net.anotheria.anodoc.service used by net.anotheria.anodoc.service Class Description IModuleFactory This factory is responsible for creating new modules, if a service should be able to create new modules.IModuleService This interface describes the locally available service for Module management.
It provides functions for configuration of itself and for data access/storage.IModuleStorage Storage for Module instances.ModuleServiceImpl An implementation of IModuleService for local usage, which supports local cache and synchronization over network.NoFactoryForModuleException Thrown when theIModuleServiceneeds to create a new module instance, but doesn't have the appropriate factory configured.NoStorageForModuleException Thrown when theIModuleServiceneeds to store or load a module instance, but doesn't have the appropriate storage configured.NoStoredModuleEntityException Thrown when theIModuleServiceneeds to load a module instance, but it isn't stored.StorageFailureException General exception a service can throw if it can't proceed as desired. -
Classes in net.anotheria.anodoc.service used by net.anotheria.anodoc.util Class Description IModuleFactory This factory is responsible for creating new modules, if a service should be able to create new modules.IModuleStorage Storage for Module instances.NoStoredModuleEntityException Thrown when theIModuleServiceneeds to load a module instance, but it isn't stored.StorageFailureException General exception a service can throw if it can't proceed as desired.