|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.omg.DsLogAdmin.WeekMaskItem
public final class WeekMaskItem
A fine grained time intervals during which an unlocked and enabled Log is functional.
Field Summary | |
---|---|
short |
days
Represents which days of the week the start and stop time fields are valid (a bit mask OR?ed together to specify week days, with the 1st bit indicating Sunday and the 7th bit indicating Saturday). |
Time24Interval[] |
intervals
The time intervals |
Constructor Summary | |
---|---|
WeekMaskItem()
|
|
WeekMaskItem(short days,
Time24Interval[] intervals)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public short days
public Time24Interval[] intervals
Constructor Detail |
---|
public WeekMaskItem()
public WeekMaskItem(short days, Time24Interval[] intervals)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |