db4o 7.4

com.db4o.ext
Class Status

java.lang.Object
  extended by com.db4o.ext.Status

public class Status
extends java.lang.Object

Static constants to describe the status of objects.


Field Summary
static double AVAILABLE
           
static double COMPLETED
           
static double ERROR
           
static double PROCESSING
           
static double QUEUED
           
static double UNUSED
           
 
Constructor Summary
Status()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNUSED

public static final double UNUSED
See Also:
Constant Field Values

AVAILABLE

public static final double AVAILABLE
See Also:
Constant Field Values

QUEUED

public static final double QUEUED
See Also:
Constant Field Values

COMPLETED

public static final double COMPLETED
See Also:
Constant Field Values

PROCESSING

public static final double PROCESSING
See Also:
Constant Field Values

ERROR

public static final double ERROR
See Also:
Constant Field Values
Constructor Detail

Status

public Status()

db4o 7.4

Copyright 2007 db4objects Inc. All rights reserved.