Uses of Class
org.wcb.autohome.exceptions.HomeException

Packages that use HomeException
org.wcb.autohome   
org.wcb.autohome.factories   
org.wcb.autohome.interfaces   
 

Uses of HomeException in org.wcb.autohome
 

Methods in org.wcb.autohome that throw HomeException
 void AutoHomeSession.closeSerialPort()
          This closes the port that had been opend by the user to the CM11A or CM17A interface module
 void AutoHomeSession.sendCommandToX10Module(IX10Module x10module, int iCmd)
          This controls the appliance modules for only On/Off events The commands are either X10DeviceConstants.OFF_ACTION = 0 X10DeviceConstants.ON_ACTION = 1
 void AutoHomeSession.sendCommandToSection(char cHouseCode, int iCmnd)
          These are commands that can be sent to the entire house code in a particular section regardless if it is an appliance or light module.
 void AutoHomeSession.setCM11AClock(java.util.Calendar calendar, char houseCode, boolean batteryTimer, boolean clrMonitored, boolean purgeTimer)
          allows the user to set or send commands to set the CM11A clock settings This command needs the hours,minutes, seconds, month, day , day of week, house code character value, whether to reset the battery timer, clear the CM11A from monitoring the house, or purge the macro timer.
 void AutoHomeSession.connectPortToDevice(int iDeviceType)
          Based on the user's select it will set the port to the string variable that is sent.
 void AutoHomeSession.lampIntensity(IX10Module x10Evt, int cmnd, int iPercentage)
          This controls the lights for only for dim and brighten events
 void AutoHomeSession.buildTriggerMacros(boolean bClear)
          This builds the macro trigger events for both the timer type triggers and for the macro module initiators.
 void AutoHomeSession.clearTimerMacrosFromCM11A()
          Clears only the timer event driven macros from the CM11A.
 void AutoHomeSession.clearMacroEventsFromCM11A()
          Clears only the event driven macros from the CM11A.
 void AutoHomeSession.saveFile(java.lang.String sfileName)
          Saves all of the module information to the user selected save to file this method is usually called from a save or save as command.
 void AutoHomeDaemonSession.saveFile(java.lang.String sFullfilename)
          Saves the file path and name and stores it in the jhome.prop file then it calls parent class to save the actual .x10 serialized file.
 

Uses of HomeException in org.wcb.autohome.factories
 

Methods in org.wcb.autohome.factories that throw HomeException
 void HAGateway.connectPortToX10Gateway(SerialPortBean bean, int deviceType)
          Based on the user's select it will set the port to the string variable that is sent.
 void HAGateway.closeSerialPort()
          This closes the port that had been opened by the user to the CM11A or CM17A interface module
 void HAGateway.allCommandToSection(char cHouseCode, int cmnd)
          These are commands that can be sent to the entire section of a house indicated by the House code, which is a value between 'A' and 'P' The comands work for lights and apppliance modules in that section.
 void HAGateway.lampIntensity(IX10Module x10Evt, int cmnd, int iPercentage)
          This controls the lights for only for dim and brighten events
 void HAGateway.deviceCommands(IX10Module x10evt, int cmnd)
          This controls the appliance modules for only On/Off events
 void HAGateway.setClock(java.util.Calendar calendar, char houseCode, boolean batteryTimer, boolean clrMonitored, boolean purgeTimer)
          allows the user to set or send commands to set the CM11A clock settings This command needs the hours,minutes, seconds, month, day , day of week, house code character value, whether to reset the battery timer, clear the CM11A from monitoring the house, or purge the macro timer.
 void HAGateway.clearTimerMacros()
          Clears only the timer event driven macros from the CM11A.
 void HAGateway.clearMacroEvents()
          Clears only the event driven macros from the CM11A.
 void HAGateway.sendMacrosToInterface(java.util.Vector triggers)
          This builds the macro trigger events for both the timer type triggers and for the macro module initiators.
 

Uses of HomeException in org.wcb.autohome.interfaces
 

Methods in org.wcb.autohome.interfaces that throw HomeException
 void IHAGateway.connectPortToX10Gateway(SerialPortBean bean, int device)
           
 void IHAGateway.closeSerialPort()
           
 void IHAGateway.allCommandToSection(char houseCode, int cmnd)
           
 void IHAGateway.lampIntensity(IX10Module x10Evt, int cmnd, int units)
           
 void IHAGateway.deviceCommands(IX10Module x10evt, int cmnd)
           
 void IHAGateway.setClock(java.util.Calendar calendar, char houseCode, boolean batteryTimer, boolean clrMonitored, boolean purgeTimer)
           
 void IHAGateway.clearTimerMacros()
           
 void IHAGateway.clearMacroEvents()
           
 void IHAGateway.sendMacrosToInterface(java.util.Vector v)
           
 



Copyright © 1999-2004 Walter Bogaardt. All Rights Reserved.