hkontrol.module.hk.action
Class Digit7

java.lang.Object
  extended by hkontrol.core.AbstractAction
      extended by hkontrol.module.hk.action.ActionBase
          extended by hkontrol.module.hk.action.Digit7

public class Digit7
extends ActionBase


Constructor Summary
Digit7()
           
 
Method Summary
protected  HKConnection getConnection()
          returns a HKConnection object if a connection is associated with the calling module instance.
 
Methods inherited from class hkontrol.module.hk.action.ActionBase
execute
 
Methods inherited from class hkontrol.core.AbstractAction
construct, getConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Digit7

public Digit7()
Method Detail

getConnection

protected HKConnection getConnection()
                              throws ModuleException
returns a HKConnection object if a connection is associated with the calling module instance.

Returns:
the associated connection or null if no connection is configured
Throws:
ModuleException - if connection could not be established