org.jboss.portal.search.federation
Interface Info.Status

Enclosing class:
Info

public static interface Info.Status


Field Summary
static int AVAILABLE
           
static int CORRUPTED
           
static int INDEXING
           
static int STARTED
           
static int STOPPED
           
static int UNAVAILABLE
           
 

Field Detail

STARTED

static final int STARTED
See Also:
Constant Field Values

INDEXING

static final int INDEXING
See Also:
Constant Field Values

CORRUPTED

static final int CORRUPTED
See Also:
Constant Field Values

AVAILABLE

static final int AVAILABLE
See Also:
Constant Field Values

UNAVAILABLE

static final int UNAVAILABLE
See Also:
Constant Field Values

STOPPED

static final int STOPPED
See Also:
Constant Field Values