org.gcube.data.harmonization.occurrence.operating
Class OperatingModuleConfiguration<U extends ExecutionReference,T extends QueueReceiver>
java.lang.Object
org.gcube.data.harmonization.occurrence.operating.OperatingModuleConfiguration<U,T>
public class OperatingModuleConfiguration<U extends ExecutionReference,T extends QueueReceiver>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperatingModuleConfiguration
public OperatingModuleConfiguration()
getMaxWorkerThreads
public int getMaxWorkerThreads()
- Returns:
- the maxWorkerThreads
setMaxWorkerThreads
public void setMaxWorkerThreads(int maxWorkerThreads)
- Parameters:
maxWorkerThreads - the maxWorkerThreads to set
getDao
public com.j256.ormlite.dao.Dao<U,String> getDao()
- Returns:
- the dao
setDao
public void setDao(com.j256.ormlite.dao.Dao<U,String> dao)
- Parameters:
dao - the dao to set
getHanlderClass
public Class<T> getHanlderClass()
- Returns:
- the hanlderClass
setHanlderClass
public void setHanlderClass(Class<T> hanlderClass)
- Parameters:
hanlderClass - the hanlderClass to set
getQueueConnectionHost
public String getQueueConnectionHost()
- Returns:
- the queueConnectionHost
setQueueConnectionHost
public void setQueueConnectionHost(String queueConnectionHost)
- Parameters:
queueConnectionHost - the queueConnectionHost to set
getMessageRoutingKey
public String getMessageRoutingKey()
- Returns:
- the messageRoutingKey
setMessageRoutingKey
public void setMessageRoutingKey(String messageRoutingKey)
- Parameters:
messageRoutingKey - the messageRoutingKey to set
Copyright © 2012. All Rights Reserved.