All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dell.isg.smi.commons.elm.CommonConstants Maven / Gradle / Ivy

Go to download

Commons Exception and Localized Messaging (ELM) jar library for the System Management Integration (SMI) projects.

There is a newer version: 1.0.82
Show newest version
/**
 * Copyright ? 2017 DELL Inc. or its subsidiaries.  All Rights Reserved.
 */
package com.dell.isg.smi.commons.elm;

/**
 * The Interface CommonConstants.
 */
public interface CommonConstants {

    String DEFAULT_CLIENT_LOCALE = "en_US";

    long FIVE_SEC = 5000;
    long TEN_SEC = 10000;
    long FIFTEEN_SEC = 15000;
    long TWENTY_SEC = 20000;
    long THIRTY_SEC = 30000;
    long ONE_MIN = 60000;
    long TWO_MIN = 120000;
    long THREE_MIN = 180000;
    long FOUR_MIN = 240000;
    long FIVE_MIN = 300000;
    long TEN_MIN = 600000;
    long FIFTEEN_MIN = 900000;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy