Uses of Interface
tigase.workgroupqueues.data.Store
-
Packages that use Store Package Description tigase.workgroupqueues.commands tigase.workgroupqueues.data tigase.workgroupqueues.data.jdbc tigase.workgroupqueues.data.memory tigase.workgroupqueues.scheduler -
-
Uses of Store in tigase.workgroupqueues.commands
Methods in tigase.workgroupqueues.commands that return Store Modifier and Type Method Description StoreCreateWorkgroupQueue. getStore()Methods in tigase.workgroupqueues.commands with parameters of type Store Modifier and Type Method Description voidCreateWorkgroupQueue. setStore(Store store) -
Uses of Store in tigase.workgroupqueues.data
Classes in tigase.workgroupqueues.data that implement Store Modifier and Type Class Description classRepoPoolCreated by bmalkow on 22.02.2017. -
Uses of Store in tigase.workgroupqueues.data.jdbc
Classes in tigase.workgroupqueues.data.jdbc that implement Store Modifier and Type Class Description classJDBCWorkgroupQueuesRepository -
Uses of Store in tigase.workgroupqueues.data.memory
Classes in tigase.workgroupqueues.data.memory that implement Store Modifier and Type Class Description classMemoryStore -
Uses of Store in tigase.workgroupqueues.scheduler
Methods in tigase.workgroupqueues.scheduler that return Store Modifier and Type Method Description StoreDefaultController. getStore()Methods in tigase.workgroupqueues.scheduler with parameters of type Store Modifier and Type Method Description voidDefaultController. setStore(Store store)
-