Class AbstractRMIClientCommand

java.lang.Object
com.saperion.connector.rmi.AbstractRMIClientCommand
All Implemented Interfaces:
SaRMIClientCommand
Direct Known Subclasses:
AbstractFolderRMIClientCommand

public abstract class AbstractRMIClientCommand extends Object implements SaRMIClientCommand
Class representing the base class for all client wrappers for the backend operations.
  • Field Details

    • appl

      protected SaRMIServerCommand appl
    • LOGGER

      protected static final Logger LOGGER
    • sysConnector

      protected SaRMISystemConnector sysConnector
    • session

      protected com.saperion.connector.authentication.Session session
      Session which is representing the actual logged in user
    • credentials

      protected com.lexmark.saperion.remote.common.authentication.Credentials credentials
      Credentials which were used to logon
    • sessionInfo

      protected com.saperion.connector.authentication.SessionInfo sessionInfo
      The session information like user agent, remote address etc.
    • APPEND_CONTENT

      protected static final int APPEND_CONTENT
      See Also:
    • props

      protected Properties props
    • writeBufferSize

      protected int writeBufferSize
  • Constructor Details

    • AbstractRMIClientCommand

      public AbstractRMIClientCommand()
  • Method Details