public interface HardTotalsControl12 extends BaseControl
| Modifier and Type | Method and Description |
|---|---|
void |
addDirectIOListener(DirectIOListener l) |
void |
beginTrans() |
void |
claimFile(int hTotalsFile,
int timeout) |
void |
commitTrans() |
void |
create(java.lang.String fileName,
int[] hTotalsFile,
int size,
boolean errorDetection) |
void |
delete(java.lang.String fileName) |
void |
find(java.lang.String fileName,
int[] hTotalsFile,
int[] size) |
void |
findByIndex(int index,
java.lang.String[] fileName) |
boolean |
getCapErrorDetection() |
boolean |
getCapSingleFile() |
boolean |
getCapTransactions() |
int |
getFreeData() |
int |
getNumberOfFiles() |
int |
getTotalsSize() |
boolean |
getTransactionInProgress() |
void |
read(int hTotalsFile,
byte[] data,
int offset,
int count) |
void |
recalculateValidationData(int hTotalsFile) |
void |
releaseFile(int hTotalsFile) |
void |
removeDirectIOListener(DirectIOListener l) |
void |
rename(int hTotalsFile,
java.lang.String fileName) |
void |
rollback() |
void |
setAll(int hTotalsFile,
byte value) |
void |
validateData(int hTotalsFile) |
void |
write(int hTotalsFile,
byte[] data,
int offset,
int count) |
checkHealth, claim, close, directIO, getCheckHealthText, getClaimed, getDeviceControlDescription, getDeviceControlVersion, getDeviceEnabled, getDeviceServiceDescription, getDeviceServiceVersion, getFreezeEvents, getPhysicalDeviceDescription, getPhysicalDeviceName, getState, open, release, setDeviceEnabled, setFreezeEventsboolean getCapErrorDetection()
throws JposException
JposExceptionboolean getCapSingleFile()
throws JposException
JposExceptionboolean getCapTransactions()
throws JposException
JposExceptionint getFreeData()
throws JposException
JposExceptionint getNumberOfFiles()
throws JposException
JposExceptionint getTotalsSize()
throws JposException
JposExceptionboolean getTransactionInProgress()
throws JposException
JposExceptionvoid beginTrans()
throws JposException
JposExceptionvoid claimFile(int hTotalsFile,
int timeout)
throws JposException
JposExceptionvoid commitTrans()
throws JposException
JposExceptionvoid create(java.lang.String fileName,
int[] hTotalsFile,
int size,
boolean errorDetection)
throws JposException
JposExceptionvoid delete(java.lang.String fileName)
throws JposException
JposExceptionvoid find(java.lang.String fileName,
int[] hTotalsFile,
int[] size)
throws JposException
JposExceptionvoid findByIndex(int index,
java.lang.String[] fileName)
throws JposException
JposExceptionvoid read(int hTotalsFile,
byte[] data,
int offset,
int count)
throws JposException
JposExceptionvoid recalculateValidationData(int hTotalsFile)
throws JposException
JposExceptionvoid releaseFile(int hTotalsFile)
throws JposException
JposExceptionvoid rename(int hTotalsFile,
java.lang.String fileName)
throws JposException
JposExceptionvoid rollback()
throws JposException
JposExceptionvoid setAll(int hTotalsFile,
byte value)
throws JposException
JposExceptionvoid validateData(int hTotalsFile)
throws JposException
JposExceptionvoid write(int hTotalsFile,
byte[] data,
int offset,
int count)
throws JposException
JposExceptionvoid addDirectIOListener(DirectIOListener l)
void removeDirectIOListener(DirectIOListener l)