Uses of Class
com.iizix.TimeInterval
Uses of TimeInterval in com.iizix
Modifier and TypeFieldDescriptionstatic final TimeInterval[]
TimeInterval.NO_INTERVALS
Empty array of time intervals.Modifier and TypeMethodDescriptionstatic TimeInterval
TimeInterval.between
(long startTime, long endTime) Creates a new instance of the time interval with only a end time set.static TimeInterval
TimeInterval.endingAt
(long endTime) Creates a new instance of the time interval with only a end time set.static TimeInterval
TimeInterval.startingAt
(long startTime) Creates a new instance of the time interval with only a start time set.Uses of TimeInterval in com.iizix.server
Modifier and TypeMethodDescriptionfinal TimeInterval[]
ServerShell.getUserLoginProhibitedIntervals()
Gets the time intervals when user login is prohibited.Modifier and TypeMethodDescriptionfinal boolean
ServerShell.addUserLoginProhibitedInterval
(TimeInterval timeInterval) Removes a time interval when user login is prohibited.Uses of TimeInterval in com.iizix.server.app
Modifier and TypeMethodDescriptionfinal TimeInterval[]
AppFactory.getUserLoginProhibitedIntervals()
Gets the time intervals when user login is prohibited.Modifier and TypeMethodDescriptionfinal boolean
AppFactory.addUserLoginProhibitedInterval
(TimeInterval timeInterval) Removes a time interval when user login is prohibited.