Class AnnounceStopParmDTO


  • public class AnnounceStopParmDTO
    extends Object
    parameter necessary to announce a stop of the server
    • Field Detail

      • utcStopAtYYYYMMDDHHMMSS

        public String utcStopAtYYYYMMDDHHMMSS
        the server will stop at this date/time
      • expectedDowntimeMinutes

        public Integer expectedDowntimeMinutes
        the server will be down for the period in minutes
      • preventedLogonMinutes

        public Integer preventedLogonMinutes
        The server will prevent new logons for this number of minutes before the date specified for the stop. (See utcStopAtYYYYMMDDHHMMSS).
    • Constructor Detail

      • AnnounceStopParmDTO

        public AnnounceStopParmDTO()