org.gcube.data.harmonization.occurrence.operating
Class OperatingModuleConfiguration<U extends ExecutionReference,T extends QueueReceiver>

java.lang.Object
  extended by org.gcube.data.harmonization.occurrence.operating.OperatingModuleConfiguration<U,T>

public class OperatingModuleConfiguration<U extends ExecutionReference,T extends QueueReceiver>
extends Object


Constructor Summary
OperatingModuleConfiguration()
           
 
Method Summary
 com.j256.ormlite.dao.Dao<U,String> getDao()
           
 Class<T> getHanlderClass()
           
 int getMaxWorkerThreads()
           
 String getMessageRoutingKey()
           
 String getQueueConnectionHost()
           
 void setDao(com.j256.ormlite.dao.Dao<U,String> dao)
           
 void setHanlderClass(Class<T> hanlderClass)
           
 void setMaxWorkerThreads(int maxWorkerThreads)
           
 void setMessageRoutingKey(String messageRoutingKey)
           
 void setQueueConnectionHost(String queueConnectionHost)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperatingModuleConfiguration

public OperatingModuleConfiguration()
Method Detail

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.