Class PeriodInfo
java.lang.Object
org.exoplatform.services.scheduler.PeriodInfo
Created by The eXo Platform SAS Author : Hoa Pham
hoapham@exoplatform.com,phamvuxuanhoa@yahoo.com Oct 6, 2005
-
Constructor Summary
ConstructorsConstructorDescriptionPeriodInfo(int repeatCount, long repeatInterval) PeriodInfo(Date startTime, Date endTime, int repeatCount, long repeatInterval) -
Method Summary
Modifier and TypeMethodDescriptionintlong
-
Constructor Details
-
PeriodInfo
-
PeriodInfo
public PeriodInfo(int repeatCount, long repeatInterval)
-
-
Method Details
-
getStartTime
-
getEndTime
-
getRepeatCount
public int getRepeatCount() -
getRepeatInterval
public long getRepeatInterval()
-