Uses of Interface
com.saperion.rmi.common.SaRMISystemCommand
-
Packages that use SaRMISystemCommand Package Description com.saperion.config This package contains the JMX configuration part.com.saperion.connector.rmi Package for connector RMI client classes. -
-
Uses of SaRMISystemCommand in com.saperion.config
Methods in com.saperion.config with parameters of type SaRMISystemCommand Modifier and Type Method Description void
SaJMXConfiguration. newBackendProperties(SaRMISystemCommand cmd, java.util.Properties sysprops)
Adds the backend properties to configuration.void
SaJMXConfiguration. newFeatureProperties(SaRMISystemCommand cmd)
Adds the backend features to configuration.Constructors in com.saperion.config with parameters of type SaRMISystemCommand Constructor Description SaJMXBackendProperties(SaRMISystemCommand systemCommands, java.lang.String section, java.util.Properties properties)
Constructor. -
Uses of SaRMISystemCommand in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that return SaRMISystemCommand Modifier and Type Method Description SaRMISystemCommand
SaRMISystemConnector. getSaSystemCommand()
Returns the system application instance.
-