Package com.eduix.genexp.service
Class StorageWorker
- java.lang.Object
-
- com.eduix.genexp.service.StorageWorker
-
- All Implemented Interfaces:
org.apache.camel.Processor
public class StorageWorker extends Object implements org.apache.camel.Processor
-
-
Field Summary
Fields Modifier and Type Field Description private static org.slf4j.Loggerlogprivate Set<StorageService>storageServices
-
Constructor Summary
Constructors Constructor Description StorageWorker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddStorageService(StorageService storageService, Map<?,?> properties)booleanexists(String id, String type)Set<StorageService>getStorageServices()voidprocess(org.apache.camel.Exchange exchange)voidremoveStorageService(StorageService storageService, Map<?,?> properties)
-
-
-
Field Detail
-
log
private static final org.slf4j.Logger log
-
storageServices
private Set<StorageService> storageServices
-
-
Method Detail
-
addStorageService
public void addStorageService(StorageService storageService, Map<?,?> properties)
-
removeStorageService
public void removeStorageService(StorageService storageService, Map<?,?> properties)
-
process
public void process(org.apache.camel.Exchange exchange) throws Exception- Specified by:
processin interfaceorg.apache.camel.Processor- Throws:
Exception
-
getStorageServices
public Set<StorageService> getStorageServices()
-
-