Serialized Form
Package com.jpeterson.util |
divider
java.lang.String divider
- spacer between a digit
isTrue
boolean isTrue
hexDigits
java.lang.String hexDigits
upperCase
boolean upperCase
- should upper case letters be used
Package com.jpeterson.x10 |
controlEvent
ControlEvent controlEvent
handler
ControlEventDispatcher handler
this$0
AWTGatewayQueue this$0
this$0
AWTGatewayQueue this$0
id
int id
- Event identifier. Id values are defined for each sub-class of
ControlEvent
.
- See Also:
getId
problem
java.lang.Throwable problem
- Throwable object (
Exception
or Error
) that
describes the detected gateway problem.
- See Also:
getGatewayError
newGatewayState
long newGatewayState
- Gateway state following this event.
- See Also:
getNewGatewayState
oldGatewayState
long oldGatewayState
- Gateway state prior to this event.
- See Also:
getOldGatewayState
eventCode
byte eventCode
- The event code is the byte that identifies the event that
interrupted the transmission.
topOfQueueChanged
boolean topOfQueueChanged
topOfQueueChanged
is true
for
QUEUE_UPDATED
event when the top item in the
output queue has changed.
Package com.jpeterson.x10.event |
command
byte command
data
byte data
dimMax
int dimMax
- Maximum number of dims.
dims
int dims
- Number of dims.
extended
boolean extended
- True if the event is an extended event.
function
boolean function
- True if the event is a function event.
hiNibble
byte hiNibble
- High nibble of the Code portion of the X10 event.
loNibble
byte loNibble
- Low nibble of the Code portion of the X10 event.
Package com.jpeterson.x10.module |
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Deserialize the object.
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Serialize the object.
batteryUsage
int batteryUsage
currentDay
int currentDay
dimStatus
java.util.BitSet dimStatus
eeprom
byte[] eeprom
hours
int hours
julianDay
int julianDay
lastAddressedDevice
java.util.BitSet lastAddressedDevice
macroInitiators
java.util.Vector macroInitiators
macroOffsets
java.util.Hashtable macroOffsets
minutes
int minutes
monitoredHouseCode
char monitoredHouseCode
offset2macro
java.util.Hashtable offset2macro
onOffStatus
java.util.BitSet onOffStatus
powerFailureAutoRecover
boolean powerFailureAutoRecover
seconds
int seconds
stopRequested
boolean stopRequested
timerInitiators
java.util.Vector timerInitiators
elements
java.util.Hashtable elements
- Contains all of the MacroElements for this macro. The MacroElements are
keyed in the hashtable based on their FunctionEvent.
timerOffset
int timerOffset
- Offset in minutes before the macro's functions are executed.
brightenFirst
boolean brightenFirst
devices
int[] devices
function
FunctionEvent function
device
int device
- Device that triggers the macro. Will be from 1 through 16 inclusive.
function
FunctionEvent function
- Function that triggers the macro. Will be an OnEvent or an OffEvent.
macro
Macro macro
- Macro initiated by this MacroInitiator.
daysInMonth
int[] daysInMonth
startDay
int startDay
startHour
int startHour
startMacro
Macro startMacro
startMinute
int startMinute
startMonth
int startMonth
stopDay
int stopDay
stopHour
int stopHour
stopMacro
Macro stopMacro
stopMinute
int stopMinute
stopMonth
int stopMonth
week
byte week
Package com.jpeterson.x10.module.event |
batteryUsage
int batteryUsage
currentDay
int currentDay
dimStatus
java.util.BitSet dimStatus
hours
int hours
julianDay
int julianDay
lastAddressedDevice
java.util.BitSet lastAddressedDevice
minutes
int minutes
monitoredHouseCode
char monitoredHouseCode
onOffStatus
java.util.BitSet onOffStatus
seconds
int seconds