Class NotifyServerInfo

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.NotifyServerInfo
All Implemented Interfaces:
java.io.Serializable

public class NotifyServerInfo
extends ValueClass
This class is used in IXServicePortIF.notifyServer to describe which operation(s) has (have) been processed by the client application.
Since:
8.00.000.005
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected int ocrCount
    The number of documents for which OCR was processed.
    protected int scanCount
    The number of scanned documents.

    Fields inherited from class byps.BValueClass

    bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
  • Constructor Summary

    Constructors 
    Constructor Description
    NotifyServerInfo()  
    NotifyServerInfo​(NotifyServerInfo rhs)  
  • Method Summary

    Modifier and Type Method Description
    int getOcrCount()  
    int getScanCount()  
    void setOcrCount​(int ocrCount)  
    void setScanCount​(int scanCount)  
    java.lang.String toString()  

    Methods inherited from class byps.BValueClass

    getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait