public void compareFirmwareVersion(String firmwareFileName, JSObject result) throws jpos.JposException { int[] ints = new int[1]; super.compareFirmwareVersion(firmwareFileName, ints); result.setSlot(0, ints[0]); }
public void retrieveStatistics(JSObject statisticsBuffer) throws jpos.JposException { String[] strings = new String[1]; super.retrieveStatistics(strings); statisticsBuffer.setSlot(0, strings[0]); }