Uses of Class
com.saperion.exception.SaConnectException

Packages that use SaConnectException
Package
Description
Package for connector RMI client classes.
  • Uses of SaConnectException in com.saperion.connector.rmi

    Modifier and Type
    Method
    Description
    void
    AbstractDocRMIClientCommand.clearContent()
    Clears all content of the opened document.
    void
    SaRMIClientCommand.clearContent()
    Clears all content of the opened document.
    com.saperion.jni.SaJNIReadBuffer
    AbstractDocRMIClientCommand.readDocumentNext(com.saperion.jni.SaJNIDocHandle handle)
    Reads the next bytes from the open document, described in the handle.
    com.saperion.jni.SaJNIReadBuffer
    SaRMIClientCommand.readDocumentNext(com.saperion.jni.SaJNIDocHandle handle)
    Reads the next bytes from the open document, described in the handle.
    void
    AbstractDocRMIClientCommand.removeElement(int element)
    Removes a existing content element.
    void
    AbstractDocRMIClientCommand.removeElement(Integer[] elements)
    Removes a series of existing content elements.
    void
    SaRMIClientCommand.removeElement(int element)
    Removes a existing content element.
    void
    SaRMIClientCommand.removeElement(Integer[] elements)
    Removes a series of existing content elements.
    void
    AbstractDocRMIClientCommand.setElementMark(int element)
    Mark the content element.
    void
    SaRMIClientCommand.setElementMark(int element)
    Mark the content element.
    long
    AbstractDocRMIClientCommand.writeContent(ContentStream content)
    Writes the content of the document.
    long
    AbstractDocRMIClientCommand.writeContent(InputStream stream)
     
    final long
    AbstractDocRMIClientCommand.writeContent(InputStream stream, String fileName, int element)
    final long
    AbstractDocRMIClientCommand.writeContent(InputStream stream, String fileName, int element, boolean doStreaming)
    Writes the content of the document.
    If the document size is less than SaConstants.JNI_BUFFER_SIZE than the default buffer size will be reduced and only one JNI call is initiated.
    long
    SaRMIClientCommand.writeContent(ContentStream contentStream)
    Writes the content of the document.
    long
    SaRMIClientCommand.writeContent(InputStream stream)
    Writes the content of the document.
    long
    SaRMIClientCommand.writeContent(InputStream stream, String fileName, int element)
     
    long
    SaRMIClientCommand.writeContent(InputStream stream, String fileName, int element, boolean doStreaming)
    Writes the content of the document.
    If the document size is less than SaConstants.JNI_BUFFER_SIZE than the default buffer size will be reduced and only one JNI call is initiated.