Interface LocalBackendCfgClient

    • Method Detail

      • getJavaClass

        String getJavaClass()
        Gets the "java-class" property.

        Specifies the fully-qualified name of the Java class that provides the backend implementation.

        Specified by:
        getJavaClass in interface BackendCfgClient
        Returns:
        Returns the value of the "java-class" property.
      • setJavaClass

        void setJavaClass​(String value)
                   throws PropertyException
        Sets the "java-class" property.

        Specifies the fully-qualified name of the Java class that provides the backend implementation.

        Specified by:
        setJavaClass in interface BackendCfgClient
        Parameters:
        value - The value of the "java-class" property.
        Throws:
        PropertyException - If the new value is invalid.
      • getWritabilityMode

        LocalBackendCfgDefn.WritabilityMode getWritabilityMode()
        Gets the "writability-mode" property.

        Specifies the behavior that the backend should use when processing write operations.

        Returns:
        Returns the value of the "writability-mode" property.
      • setWritabilityMode

        void setWritabilityMode​(LocalBackendCfgDefn.WritabilityMode value)
                         throws PropertyException
        Sets the "writability-mode" property.

        Specifies the behavior that the backend should use when processing write operations.

        Parameters:
        value - The value of the "writability-mode" property.
        Throws:
        PropertyException - If the new value is invalid.