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_INTERVALSEmpty array of time intervals.Methods in com.iizix that return TimeIntervalModifier and TypeMethodDescriptionstatic TimeIntervalTimeInterval.between(long startTime, long endTime) Creates a new instance of the time interval with only a end time set.static TimeIntervalTimeInterval.endingAt(long endTime) Creates a new instance of the time interval with only a end time set.static TimeIntervalTimeInterval.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 booleanServerShell.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 booleanAppFactory.addUserLoginProhibitedInterval(TimeInterval timeInterval) Removes a time interval when user login is prohibited.