Uses of Class
com.iizix.TimeInterval
Packages that use TimeInterval
Uses of TimeInterval in com.iizix
Fields in com.iizix declared as TimeIntervalModifier and TypeFieldDescriptionstatic final TimeInterval[]
TimeInterval.NO_INTERVALS
Empty array of time intervals.Methods in com.iizix that return TimeIntervalModifier 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
Methods in com.iizix.server that return TimeIntervalModifier and TypeMethodDescriptionfinal TimeInterval[]
ServerShell.getUserLoginProhibitedIntervals()
Gets the time intervals when user login is prohibited.Methods in com.iizix.server with parameters of type TimeIntervalModifier and TypeMethodDescriptionfinal boolean
ServerShell.addUserLoginProhibitedInterval
(TimeInterval timeInterval) Removes a time interval when user login is prohibited.Uses of TimeInterval in com.iizix.server.app
Methods in com.iizix.server.app that return TimeIntervalModifier and TypeMethodDescriptionfinal TimeInterval[]
AppFactory.getUserLoginProhibitedIntervals()
Gets the time intervals when user login is prohibited.Methods in com.iizix.server.app with parameters of type TimeIntervalModifier and TypeMethodDescriptionfinal boolean
AppFactory.addUserLoginProhibitedInterval
(TimeInterval timeInterval) Removes a time interval when user login is prohibited.