Class ADApplicationConfigurationHelper


  • public abstract class ADApplicationConfigurationHelper
    extends java.lang.Object
    This is a utility class for ADApplicationConfiguration that provides static methods for creation or other purposes.
    See Also:
    ADApplicationConfiguration
    • Method Detail

      • create

        public static ADApplicationConfiguration create​(SrvContext srvCtx,
                                                        java.lang.String strName,
                                                        java.lang.String strPurpose,
                                                        java.lang.String strConfig,
                                                        int lOpMode)
                                                 throws InoNetException,
                                                        SrvErrorException
        Creates a named ADApplicationConfiguration for a specified purpose. The name should be unique within the purpose.
        Parameters:
        srvCtx - The context of the related innovator server.
        strName - name of the application configuration
        strPurpose - purpose of the application configuration
        strConfig - value of the application configuration
        lOpMode - operation mode mask to be checked
        Throws:
        InoNetException
        SrvErrorException