Interface TimeLimitLogRotationPolicyCfgClient

    • Method Detail

      • getJavaClass

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

        Specifies the fully-qualified name of the Java class that provides the Time Limit Log Rotation Policy implementation.

        Specified by:
        getJavaClass in interface LogRotationPolicyCfgClient
        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 Time Limit Log Rotation Policy implementation.

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

        Long getRotationInterval()
        Gets the "rotation-interval" property.

        Specifies the time interval between rotations.

        Returns:
        Returns the value of the "rotation-interval" property.
      • setRotationInterval

        void setRotationInterval​(long value)
                          throws PropertyException
        Sets the "rotation-interval" property.

        Specifies the time interval between rotations.

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