org.topoweb.ila.server
Interface DefaultConstants
- All Known Implementing Classes:
- RequestProcessor
- public interface DefaultConstants
Default constants used by the server. The convention adopted
here is that the name of constants defined in this interface
are of the form DEF_<..>
.
- Author:
- Babak Farhang
Field Summary |
static int |
DEF_MAX_COUNT
Default "max count" property value. |
DEF_MAX_COUNT
public static final int DEF_MAX_COUNT
- Default "max count" property value.
- See Also:
ProtocolConstants.PC_MAX_COUNT
,
Constant Field Values
Copyright (C) 2002 Babak Farhang
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.