|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransmissionConfiguration
The configuration for the transmission module.
Method Summary | |
---|---|
ArchiveTypes |
getArchiveType()
Getter for the archive type |
int |
getMaxSampleTransferCount()
Getter for the maximum count of samples to transfer |
int |
getMinSampleTransferCount()
Getter for the minimum count of samples to transfer |
long |
getMinTransferFrequency()
Getter for the minimum transfer frequency |
TransmissionProtocolConfiguration |
getProtocolConfiguration()
Getter for the protocol configuration to set |
Boolean |
isEncryptionEnabled()
Getter for the encryption enabled flag |
void |
setArchiveType(ArchiveTypes archiveType)
Setter for the archive type |
void |
setEncryptionEnabled(Boolean isEncryptionEnabled)
Setter for the encryption enabled flag |
void |
setMaxSampleTransferCount(Integer maxSampleTransferCount)
Setter for the maximum count of samples to transfer |
void |
setMinSampleTransferCount(Integer minSampleTransferCount)
Setter for the minimum count of samples to transfer |
void |
setMinTransferFrequency(Long minTransferFrequency)
Setter for the minimum transfer frequency |
void |
setProtocolConfiguration(TransmissionProtocolConfiguration protocolConfig)
Setter for the protocol configuration to set |
void |
update(TransmissionConfigurationEntry config)
Does update this configuration by a serializable configuration |
Methods inherited from interface de.unikassel.android.sdcframework.preferences.facade.UpdatableConfiguration |
---|
update |
Method Detail |
---|
void update(TransmissionConfigurationEntry config)
config
- the serializable configuration to update fromint getMinSampleTransferCount()
void setMinSampleTransferCount(Integer minSampleTransferCount)
minSampleTransferCount
- the minimum count of samples to setint getMaxSampleTransferCount()
void setMaxSampleTransferCount(Integer maxSampleTransferCount)
maxSampleTransferCount
- the maximum count of samples to transfer to setlong getMinTransferFrequency()
void setMinTransferFrequency(Long minTransferFrequency)
minTransferFrequency
- the minimum transfer frequency in seconds to setTransmissionProtocolConfiguration getProtocolConfiguration()
void setProtocolConfiguration(TransmissionProtocolConfiguration protocolConfig)
protocolConfig
- the protocol configuration to setArchiveTypes getArchiveType()
void setArchiveType(ArchiveTypes archiveType)
archiveType
- the archive type to setBoolean isEncryptionEnabled()
void setEncryptionEnabled(Boolean isEncryptionEnabled)
isEncryptionEnabled
- the encryption enabled flag to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |