Uses of Class
com.saperion.exception.SaConnectException
Packages that use SaConnectException
-
Uses of SaConnectException in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that throw SaConnectExceptionModifier and TypeMethodDescriptionvoidAbstractDocRMIClientCommand.clearContent()Clears all content of the opened document.voidSaRMIClientCommand.clearContent()Clears all content of the opened document.com.saperion.jni.SaJNIReadBufferAbstractDocRMIClientCommand.readDocumentNext(com.saperion.jni.SaJNIDocHandle handle) Reads the next bytes from the open document, described in the handle.com.saperion.jni.SaJNIReadBufferSaRMIClientCommand.readDocumentNext(com.saperion.jni.SaJNIDocHandle handle) Reads the next bytes from the open document, described in the handle.voidAbstractDocRMIClientCommand.removeElement(int element) Removes a existing content element.voidAbstractDocRMIClientCommand.removeElement(Integer[] elements) Removes a series of existing content elements.voidSaRMIClientCommand.removeElement(int element) Removes a existing content element.voidSaRMIClientCommand.removeElement(Integer[] elements) Removes a series of existing content elements.voidAbstractDocRMIClientCommand.setElementMark(int element) Mark the content element.voidSaRMIClientCommand.setElementMark(int element) Mark the content element.longAbstractDocRMIClientCommand.writeContent(ContentStream content) Writes the content of the document.longAbstractDocRMIClientCommand.writeContent(InputStream stream) final longAbstractDocRMIClientCommand.writeContent(InputStream stream, String fileName, int element) final longAbstractDocRMIClientCommand.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.longSaRMIClientCommand.writeContent(ContentStream contentStream) Writes the content of the document.longSaRMIClientCommand.writeContent(InputStream stream) Writes the content of the document.longSaRMIClientCommand.writeContent(InputStream stream, String fileName, int element) longSaRMIClientCommand.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.