/** * Alipay.com Inc. * Copyright (c) 2004-2012 All Rights Reserved. */ package com.alipay.zdal.datasource.client.util; /** * Zdatasource�ij��������� * * @author liangjie.li * @version $Id: ZConstants.java, v 0.1 May 11, 2012 5:33:12 PM liangjie.li Exp $ */ public class ZConstants { /** �쳣�룬��ʾ���ݿ⴦�ڲ�����״̬*/ public static final String ERROR_CODE_DB_NOT_AVAILABLE = "100"; /** �쳣�룬��ʾû�п�������*/ public static final String ERROR_CODE_CONNECTION_NOT_AVAILABLE = "101"; /** �쳣�룬��ʾ��ʱ*/ public static final String ERROR_CODE_CONNECTION_TIMEOUT = "102"; /** ��ӡ���ӳ�״̬�ļ�� */ public static final int LOGGER_DELAY = 30; }