com.sleepycat.je
Class OperationStatus

java.lang.Object
  extended by com.sleepycat.je.OperationStatus

public class OperationStatus
extends Object

Javadoc for this public class is generated via the doc templates in the doc_src directory.


Field Summary
static OperationStatus KEYEMPTY
          Javadoc for this public instance is generated via the doc templates in the doc_src directory.
static OperationStatus KEYEXIST
          Javadoc for this public instance is generated via the doc templates in the doc_src directory.
static OperationStatus NOTFOUND
          Javadoc for this public instance is generated via the doc templates in the doc_src directory.
static OperationStatus SUCCESS
          Javadoc for this public instance is generated via the doc templates in the doc_src directory.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SUCCESS

public static final OperationStatus SUCCESS
Javadoc for this public instance is generated via the doc templates in the doc_src directory.


KEYEXIST

public static final OperationStatus KEYEXIST
Javadoc for this public instance is generated via the doc templates in the doc_src directory.


KEYEMPTY

public static final OperationStatus KEYEMPTY
Javadoc for this public instance is generated via the doc templates in the doc_src directory.


NOTFOUND

public static final OperationStatus NOTFOUND
Javadoc for this public instance is generated via the doc templates in the doc_src directory.

Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.