RestartTime

A RestartTime object defines a block of time during which an application server restart cannot occur.



Attributes Summary
startTimeThe time at which the prohibition on restarting the server begins.
endTimeThe time at which the prohibition on restarting the server ends, using a 24-hour clock.
sunday : booleanDenotes whether or not the prohibition during the startTime and endTime occurs on Sunday.
monday : booleanDenotes whether or not the prohibition during the startTime and endTime occurs on Monday.
tuesday : booleanDenotes whether or not the prohibition during the startTime and endTime occurs on Tuesday.
wednesday : booleanDenotes whether or not the prohibition during the startTime and endTime occurs on Wednesday.
thursday : booleanDenotes whether or not the prohibition during the startTime and endTime occurs on Thursday.
friday : booleanDenotes whether or not the prohibition during the startTime and endTime occurs on Friday.
saturday : booleanDenotes whether or not the prohibition during the startTime and endTime occurs on Saturday.

Attribute Details

startTime    -    The time at which the prohibition on restarting the server begins. The time is noted using a 24-hour clock
     data type: 
     default Value:   unspecified



endTime    -    The time at which the prohibition on restarting the server ends, using a 24-hour clock. The endTime must be after the startTime.
     data type: 
     default Value:   unspecified



sunday    -    Denotes whether or not the prohibition during the startTime and endTime occurs on Sunday.
     data type: boolean
     default Value:   false
     Allowed Values:  true   false  



monday    -    Denotes whether or not the prohibition during the startTime and endTime occurs on Monday.
     data type: boolean
     default Value:   false
     Allowed Values:  true   false  



tuesday    -    Denotes whether or not the prohibition during the startTime and endTime occurs on Tuesday.
     data type: boolean
     default Value:   false
     Allowed Values:  true   false  



wednesday    -    Denotes whether or not the prohibition during the startTime and endTime occurs on Wednesday.
     data type: boolean
     default Value:   false
     Allowed Values:  true   false  



thursday    -    Denotes whether or not the prohibition during the startTime and endTime occurs on Thursday.
     data type: boolean
     default Value:   false
     Allowed Values:  true   false  



friday    -    Denotes whether or not the prohibition during the startTime and endTime occurs on Friday.
     data type: boolean
     default Value:   false
     Allowed Values:  true   false  



saturday    -    Denotes whether or not the prohibition during the startTime and endTime occurs on Saturday.
     data type: boolean
     default Value:   false
     Allowed Values:  true   false  


Copyright IBM Corp. 1996-2005