| Constructor and Description |
|---|
SecondlySchedule(int second)
주어진 매 초마다 실행할 스케줄 객체를 생성한다.
|
| Modifier and Type | Method and Description |
|---|---|
long |
nextExecutionTime()
다음 실행할 시점 정보에 해당하는 타임스탬프 값을 얻는다.
|
public SecondlySchedule(int second)
주어진 매 초마다 실행할 스케줄 객체를 생성한다.
second - 실행시킬 매 초.public long nextExecutionTime()
SchedulenextExecutionTime in interface Schedule