Uses of Interface
de.unikassel.android.sdcframework.transmission.facade.ConnectivityWrapper

Packages that use ConnectivityWrapper
de.unikassel.android.sdcframework.transmission The classes providing the service for the transfer of stored samples to a remote server. 
 

Uses of ConnectivityWrapper in de.unikassel.android.sdcframework.transmission
 

Classes in de.unikassel.android.sdcframework.transmission that implement ConnectivityWrapper
 class ConnectivityWrapperImpl
          Implementation of the connectivity wrapper.
 

Fields in de.unikassel.android.sdcframework.transmission declared as ConnectivityWrapper
private  ConnectivityWrapper AbstractConnectionStrategy.connectivityWrapper
          The the connectivity wrapper to access network information
private static ConnectivityWrapper ConnectivityWrapperImpl.instance
          The singleton instance
 

Methods in de.unikassel.android.sdcframework.transmission that return ConnectivityWrapper
protected  ConnectivityWrapper AbstractConnectionStrategy.getConnectivityWrapper()
          Getter for the connectivity wrapper
static ConnectivityWrapper ConnectivityWrapperImpl.getInstance()
          Getter for the singleton instance
 

Constructors in de.unikassel.android.sdcframework.transmission with parameters of type ConnectivityWrapper
AbstractConnectionStrategy(ConnectivityWrapper connectivityWrapper, Class<?> controlActivityClass)
          Constructor
MobileConnectionStrategy(ConnectivityWrapper connectivityWrapper, Class<?> controlActivityClass)
          Constructor
UseAvailableConnectionStrategy(ConnectivityWrapper connectivityWrapper, Class<?> controlActivityClass)
          Constructor
WLANConnectionStrategy(ConnectivityWrapper connectivityWrapper, Class<?> controlActivityClass)
          Constructor