com.liferay.portal.kernel.interval
Class IntervalActionProcessor<T>
java.lang.Object
com.liferay.portal.kernel.interval.IntervalActionProcessor<T>
public class IntervalActionProcessor<T>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INTERVAL_DEFAULT
public static final int INTERVAL_DEFAULT
- See Also:
- Constant Field Values
IntervalActionProcessor
public IntervalActionProcessor(int total)
IntervalActionProcessor
public IntervalActionProcessor(int total,
int interval)
incrementStart
public void incrementStart()
incrementStart
public void incrementStart(int increment)
performIntervalActions
public T performIntervalActions()
throws PortalException
- Throws:
PortalException
setPerformIntervalActionMethod
public void setPerformIntervalActionMethod(IntervalActionProcessor.PerformIntervalActionMethod<T> performIntervalActionMethod)
performIntervalActions
protected T performIntervalActions(int start,
int end)
throws PortalException
- Throws:
PortalException