Uses of Class
org.ifeth.sehr.client.api.driver.ConnectionDriver

Packages that use ConnectionDriver
org.ifeth.sehr.client.api   
org.ifeth.sehr.client.api.driver   
 

Uses of ConnectionDriver in org.ifeth.sehr.client.api
 

Methods in org.ifeth.sehr.client.api that return ConnectionDriver
 ConnectionDriver SEHRRemote.getDriver()
          Get driver object used for the c/s connection
static ConnectionDriver SEHRConnectionDriver.loadDriver(java.lang.String driverclass)
          Load the driver to use for physical connections
 ConnectionDriver SEHRConnectionDriver.getConnectionDriver()
          Get currently used driver as class
 

Methods in org.ifeth.sehr.client.api with parameters of type ConnectionDriver
 void SEHRRemote.setDriver(ConnectionDriver driver)
          Redefine or set an already defined driver to use for the c/s connection
 

Uses of ConnectionDriver in org.ifeth.sehr.client.api.driver
 

Subclasses of ConnectionDriver in org.ifeth.sehr.client.api.driver
 class ConnectionDriver_Template
          This is a template for a connection driver to use by ConnectionDriver Because all drivers have their own methods this is a wrapper class which converts the methods of a driver to make them usable by the SEHR connection manager.
 class LANDriver
          This is a 'simple' LAN driver object to connect a client directly by LAN to a SEHR host.
 class RASDriver
          This is a template using the RAS libray JDUN as connection driver Because all drivers have their own methods this is a wrapper class which converts the methods of a driver to make them usable by the SEHR connection manager.