Package de.hybris.platform.task.impl
Class TaskDAOLockingTest.MockTaskDAO
- java.lang.Object
-
- de.hybris.platform.task.impl.TaskDAO
-
- de.hybris.platform.task.impl.TaskDAOLockingTest.MockTaskDAO
-
- Enclosing class:
- TaskDAOLockingTest
public static class TaskDAOLockingTest.MockTaskDAO extends TaskDAO
-
-
Constructor Summary
Constructors Constructor Description MockTaskDAO(Tenant t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmarkRunningTx(long objectID, boolean txRunning)protected intupdate(java.lang.String upQuery, java.lang.Object[] params)-
Methods inherited from class de.hybris.platform.task.impl.TaskDAO
getConditionConsumeQuery, getConditionFetchQuery, getConditionFulfillQuery, getConditionMatchQuery, getConditionWithChoiceFulfillQuery, getDataSource, getLockQuery, getUnlockQuery, initializeClusterId, invalidateCache
-
-
-
-
Constructor Detail
-
MockTaskDAO
public MockTaskDAO(Tenant t)
-
-