Package org.cyclos.impl.banking
Class TransferNotificationProcessingPollingTask
- java.lang.Object
-
- org.cyclos.impl.AbstractServerComponent
-
- org.cyclos.impl.AbstractGlobalServerComponent
-
- org.cyclos.impl.utils.tasks.AbstractTask
-
- org.cyclos.impl.utils.tasks.AbstractPollingTask
-
- org.cyclos.impl.utils.tasks.SimplePollingTask
-
- org.cyclos.impl.messaging.BaseEntityNotificationProcessingPollingTask
-
- org.cyclos.impl.banking.TransferNotificationProcessingPollingTask
-
- All Implemented Interfaces:
Runnable,PollingTask,HasMessageKey
@Component public class TransferNotificationProcessingPollingTask extends BaseEntityNotificationProcessingPollingTask
Polling task used to read allTransferwithTransfer.isPendingNotification()in true.
-
-
Field Summary
-
Fields inherited from class org.cyclos.impl.messaging.BaseEntityNotificationProcessingPollingTask
BATCH_SIZE
-
Fields inherited from class org.cyclos.impl.utils.tasks.AbstractTask
clusterHandler, errorLogService, invokerHandler, loggingHandler
-
Fields inherited from class org.cyclos.impl.AbstractGlobalServerComponent
rawEntityManagerHandler
-
Fields inherited from class org.cyclos.impl.AbstractServerComponent
accountHandler, configurationHandler, dataTranslationHandler, notificationHandler, profileFieldHandler, transactionHandler, translationHandler
-
-
Constructor Summary
Constructors Constructor Description TransferNotificationProcessingPollingTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageKeygetMessageKey()protected NotificationProcessingEntityType<Transfer>getNotificationProcessingEntityType()-
Methods inherited from class org.cyclos.impl.messaging.BaseEntityNotificationProcessingPollingTask
execute, getFirstExecution
-
Methods inherited from class org.cyclos.impl.utils.tasks.SimplePollingTask
doRun, isRunInTransaction, notifyIssueToLicense, notifyIssueToLicense
-
Methods inherited from class org.cyclos.impl.utils.tasks.AbstractPollingTask
getRecurrence, getStorage, isVerbose, logName, run, toString
-
Methods inherited from class org.cyclos.impl.utils.tasks.AbstractTask
getLogConfiguration, getName, logTaskError, logTaskSuccess, resolveName, shouldGenerateErrorLog
-
Methods inherited from class org.cyclos.impl.AbstractGlobalServerComponent
getBaseEntityManagerHandler, getEntityManager
-
Methods inherited from class org.cyclos.impl.AbstractServerComponent
dataTranslationProxy, dataTranslationProxy, delete, detach, doDataTranslationProxy, find, flush, from, getApplicationContext, getFormatter, getFormatter, getFormatter, getLogger, getRemoteAddress, getSessionData, mailContentBuilder, message, message, persist, processBatch, processBatch, refresh, remove, selectFrom, subQuery, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.impl.utils.tasks.PollingTask
getName
-
-
-
-
Method Detail
-
getMessageKey
public MessageKey getMessageKey()
-
getNotificationProcessingEntityType
protected NotificationProcessingEntityType<Transfer> getNotificationProcessingEntityType()
- Specified by:
getNotificationProcessingEntityTypein classBaseEntityNotificationProcessingPollingTask
-
-