Constant Field Values


Contents
com.coyotegulch.*

com.coyotegulch.jisp.Jisp
public static final java.lang.String ABOUT "\n\n ABOUT JISP\n\n The Jisp package (com.coyotegulch.jisp) provides indexed access,\n via key objects, to variable-length serialized objects stored\n stored in external files.\n\n Jisp is \"Pure Java\", developed with Sun\'s Java 2 for portability,\n and tested with JDKs 1.3.x and 1.4.x.\n\n Build your application around Jisp, and you have a database that\n is 100% portable between platforms; the source code is in your\n hands, giving you precise control over your data\'s relationships and\n access. This is terrific for standalone applications, where an\n enterprise-class database is not a reasonable option.\n\n Jisp is a tool for people comfortable with defining database\n relationships \"on the metal\", as opposed to using a GUI\n interface to \"draw\" a database. I use enterprise-class databases,\n and don\'t for a moment believe I\'ve replaced them with Jisp -- what\n I have done is create a tool for applications that don\'t lend\n themselves to \"heavy\" solutions like Oracle, SQL Server, or Access.\n I\'ve used Jisp in vertical-market databases and peer-to-peer\n systems; other people have used Jisp in projects ranging from\n WAP applications to parts of the Apache project.\n"
public static final java.lang.String LICENSE "\n Jisp 3.0.0\n \n Copyright (C) 1996-2003 Scott Robert Ladd\n \n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or (at\n your option) any later version.\n \n This program is distributed in the hope that it will be useful, but\n WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n General Public License for more details.\n \n You should have received a copy of the GNU General Public License\n along with this program; if not, write to the Free Software\n Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n\n-----------------------------------------------------------------------\n A COMMERCIAL LICENSE IS AVAILABLE from the author; you can contact\n him at his web site or via the following e-mail address:\n\n coyote@coyotegulch.com\n\n See the LICENSE.POLICY file for more information about Jisp licensing.\n\n For more information on this software package, please visit\n Scott\'s web site, Coyote Gulch Productions, at:\n\n http:\\www.coyotegulch.com\n-----------------------------------------------------------------------\n"
public static final java.lang.String VERSION "3.0.0"

com.coyotegulch.jisp.ObjectDatabaseFile
protected static final long DEL_LIST_END -1l
protected static final byte IS_ACTIVE 1
protected static final byte IS_DELETED 0

com.coyotegulch.jisp.OrderedObject
public static final int KEY_EQUAL 0
public static final int KEY_ERROR 99
public static final int KEY_LESS -1
public static final int KEY_MORE 1