hkontrol.module.hk.action
Class SrcVid1

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

public class SrcVid1
extends ActionBase


Constructor Summary
SrcVid1()
           
 
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

SrcVid1

public SrcVid1()
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