public class DefaultSessionSchedule extends Object implements SessionSchedule
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
DefaultSessionSchedule(SessionSettings settings,
SessionID sessionID) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNonStopSession() |
boolean |
isSameSession(Calendar time1,
Calendar time2) |
boolean |
isSessionTime() |
String |
toString() |
public DefaultSessionSchedule(SessionSettings settings, SessionID sessionID) throws ConfigError, FieldConvertError
ConfigErrorFieldConvertErrorpublic boolean isSameSession(Calendar time1, Calendar time2)
isSameSession in interface SessionSchedulepublic boolean isNonStopSession()
isNonStopSession in interface SessionSchedulepublic boolean isSessionTime()
isSessionTime in interface SessionScheduleCopyright © 2017. All rights reserved.