Serialized Form


Package jhomenet.commons

Class jhomenet.commons.DataFormatException extends java.lang.IllegalArgumentException implements Serializable

Class jhomenet.commons.JHomenetException extends java.lang.Exception implements Serializable

Class jhomenet.commons.ParsingException extends java.lang.Exception implements Serializable


Package jhomenet.commons.exceptions

Class jhomenet.commons.exceptions.NotYetImplementedException extends java.lang.RuntimeException implements Serializable


Package jhomenet.commons.hw

Class jhomenet.commons.hw.HardwareException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class jhomenet.commons.hw.InvalidDataException extends java.lang.Exception implements Serializable

serialVersionUID: 646589018L

Class jhomenet.commons.hw.UnregisteredHardware extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

hardwareAddr

java.lang.String hardwareAddr
Hardware address.


driverHardwareType

java.lang.String driverHardwareType
The driver hardware type.


Package jhomenet.commons.hw.driver

Class jhomenet.commons.hw.driver.HardwareDriverException extends java.lang.Exception implements Serializable


Package jhomenet.commons.hw.mngt

Class jhomenet.commons.hw.mngt.HardwareManagerException extends java.lang.Exception implements Serializable

Class jhomenet.commons.hw.mngt.HardwareRegisteredEvent extends HardwareRegistryEvent<RegisteredHardware,UnregisteredHardware> implements Serializable

Class jhomenet.commons.hw.mngt.HardwareRegistrationRequest extends java.lang.Object implements Serializable

Serialized Fields

hardwareClassname

java.lang.String hardwareClassname
Hardware classname.


hardwareAddr

java.lang.String hardwareAddr
Hardware address.


hardwareSetupDescription

java.lang.String hardwareSetupDescription
Hardware setup description.


pollingInterval

PollingIntervals pollingInterval
Polling interval.


unit

Unit unit

Class jhomenet.commons.hw.mngt.HardwareRegistryEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

newHardware

Hardware newHardware
The hardware reference.


oldHardware

Hardware oldHardware

_eventType

HardwareRegistryEvent.EventType _eventType
Define the hardware event type.

Class jhomenet.commons.hw.mngt.HardwareRegistryException extends java.lang.Exception implements Serializable

Class jhomenet.commons.hw.mngt.HardwareUnregisteredEvent extends HardwareRegistryEvent<UnregisteredHardware,RegisteredHardware> implements Serializable

Class jhomenet.commons.hw.mngt.HardwareUpdatedEvent extends HardwareRegistryEvent<RegisteredHardware,RegisteredHardware> implements Serializable

Class jhomenet.commons.hw.mngt.NoSuchHardwareException extends HardwareManagerException implements Serializable

Serialized Fields

hardwareAddr

java.lang.String hardwareAddr
The hardware address.


Package jhomenet.commons.hw.sensor

Class jhomenet.commons.hw.sensor.SensorException extends HardwareException implements Serializable

serialVersionUID: 1L


Package jhomenet.commons.net

Class jhomenet.commons.net.NetException extends java.lang.Exception implements Serializable


Package jhomenet.commons.net.proxy

Package jhomenet.commons.persistence

Class jhomenet.commons.persistence.PersistenceException extends java.lang.Exception implements Serializable


Package jhomenet.commons.responsive

Class jhomenet.commons.responsive.ResponsiveException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class jhomenet.commons.responsive.ResponsiveManagerEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

obj

java.lang.Object obj

eventType

ResponsiveManagerEvent.EventType eventType
The event type.


Package jhomenet.commons.responsive.condition

Class jhomenet.commons.responsive.condition.AbstractCondition extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id
Object ID


conditionName

java.lang.String conditionName
Condition name.

Class jhomenet.commons.responsive.condition.BooleanCondition extends AbstractCondition implements Serializable

Serialized Fields

desiredState

java.lang.Boolean desiredState
The desired state.

Class jhomenet.commons.responsive.condition.SensorCondition extends AbstractCondition implements Serializable

Serialized Fields

sensor

Sensor<D extends AbstractHardwareData> sensor
Reference to the sensor object.


channel

java.lang.Integer channel

Class jhomenet.commons.responsive.condition.StateCondition extends SensorCondition<StateSensor> implements Serializable

Serialized Fields

testState

State testState
Reference to the hardware state.

Class jhomenet.commons.responsive.condition.ValueCondition extends SensorCondition<ValueSensor> implements Serializable

Serialized Fields

testOperator

ValueConditionOperator testOperator
The test operator.


testValue

ValueData testValue
The test value.


Package jhomenet.commons.responsive.converter

Class jhomenet.commons.responsive.converter.ResponsiveConverterException extends ResponsiveException implements Serializable


Package jhomenet.commons.service

Class jhomenet.commons.service.ServiceEventObject extends java.util.EventObject implements Serializable

Class jhomenet.commons.service.ServiceManagerEventObject extends java.util.EventObject implements Serializable

Serialized Fields

serviceName

java.lang.String serviceName
The service name.


Package jhomenet.commons.work

Class jhomenet.commons.work.WorkException extends java.lang.Exception implements Serializable



Copyright © 2004-2007 David Irwin. All Rights Reserved.