Class AnnounceStopParmDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AnnounceStopParmDTO

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

    • 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 Details

    • AnnounceStopParmDTO

      public AnnounceStopParmDTO()