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

Packages that use UpdatableTransmissionComponent
de.unikassel.android.sdcframework.transmission The classes providing the service for the transfer of stored samples to a remote server. 
de.unikassel.android.sdcframework.transmission.facade Provides the interfaces for the transmission package. 
de.unikassel.android.sdcframework.util Does contain utility classes and interfaces. 
 

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

Classes in de.unikassel.android.sdcframework.transmission that implement UpdatableTransmissionComponent
 class AbstractProtocol
          Abstract base class for protocol types.
 class BasicAuthHttpProtocol
          Implementation of the HTTP protocol with basic authentication.
 class FailSafeProtocol
          Implementation of a protocol which does never fail, to be used for test purpose.
 class FileManager
          A file management component for the transmission service.
 class SampleGatheringController
          A class to realize a controller for the task to select samples from the database for transfer.
 class SimpleHttpProtocol
          Implementation of a simple HTTP protocol without authentication.
 class TransferManagerImpl
          Implementation of the transfer manager which is the main access component for the transmission module.
 class UnknownProtocol
          Implementation of a default behavior for unknown protocol types.
 class UploadManager
          The manager responsible to handle the file upload to a remote server.
 

Uses of UpdatableTransmissionComponent in de.unikassel.android.sdcframework.transmission.facade
 

Subinterfaces of UpdatableTransmissionComponent in de.unikassel.android.sdcframework.transmission.facade
 interface ProtocolStrategy
          Interface for protocol strategy types which do implement a special transfer protocol.
 interface TransferManager
          Interface for the transfer manager.
 

Uses of UpdatableTransmissionComponent in de.unikassel.android.sdcframework.util
 

Classes in de.unikassel.android.sdcframework.util that implement UpdatableTransmissionComponent
 class LogfileManager
          A worker thread to realize a the global log file handling.