Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Source code: com/rsi/ipstat/Define.java


1   /*
2   
3   This software is open-source and is distributed under the terms of the GNU
4   General Public License.
5   
6   Copyright (c) 2000-2002 Sergey I. Rotar <rsi@isp.od.ua>
7    
8   */
9   
10  package com.rsi.ipstat;
11  
12  public class Define
13  {
14    /*
15    * ROWS = 24 * quantity of statupdate's executions hourly
16    * ROWS's min value is 31 (max days in a month)
17    */
18    public static final int ROWS = 24*12;
19    public static final String Project = "stat";
20  }