Package com.redwood.scheduler.api.uow
Interface PersistAllowedHelper
-
public interface PersistAllowedHelper
REDWOOD INTERNAL USE ONLY. NOT FOR CUSTOMER USE. Is persist allowed?
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setPersistAllowed(SchedulerSession session, boolean value)
Internal interface.
-
-
-
Method Detail
-
setPersistAllowed
void setPersistAllowed(SchedulerSession session, boolean value)
Internal interface. Not for customer use.- Parameters:
session
- the sessionvalue
- new value for persist allowed flag.
-
-