Uses of Interface
com.saperion.rmi.common.SaRMIServerCommand
-
Packages that use SaRMIServerCommand Package Description com.saperion.connector.rmi Package for connector RMI client classes.com.saperion.rmi This package contains the classes for the LARIX RMI client wrapper components. -
-
Uses of SaRMIServerCommand in com.saperion.connector.rmi
Fields in com.saperion.connector.rmi declared as SaRMIServerCommand Modifier and Type Field Description protected SaRMIServerCommand
AbstractRMIClientCommand. appl
Methods in com.saperion.connector.rmi that return SaRMIServerCommand Modifier and Type Method Description SaRMIServerCommand
AbstractRMIClientCommand. getRemoteCommand()
-
Uses of SaRMIServerCommand in com.saperion.rmi
Methods in com.saperion.rmi with parameters of type SaRMIServerCommand Modifier and Type Method Description long
DirectWriteContentHandler. write(SaRMIServerCommand command, int token, java.lang.String filename, byte[] buffer, boolean isLast, int element, boolean doStreaming)
long
SerializableStreamContentHandler. write(SaRMIServerCommand command, int token, java.lang.String filename, byte[] buffer, boolean isLast, int element, boolean doStreaming)
Writes the content.long
TempBufferContentHandler. write(SaRMIServerCommand command, int token, java.lang.String filename, byte[] buffer, boolean isLast, int element, boolean doStreaming)
-