com.metamatrix.platform.service.api
Interface ServiceState


public interface ServiceState


Field Summary
static int STATE_CLOSED
           
static int STATE_DATA_SOURCE_UNAVAILABLE
           
static int STATE_FAILED
           
static int STATE_INIT_FAILED
           
static int STATE_NOT_INITIALIZED
           
static int STATE_NOT_REGISTERED
           
static int STATE_OPEN
           
static java.lang.String[] stateAsString
           
 

Field Detail

STATE_NOT_INITIALIZED

static final int STATE_NOT_INITIALIZED
See Also:
Constant Field Values

STATE_OPEN

static final int STATE_OPEN
See Also:
Constant Field Values

STATE_CLOSED

static final int STATE_CLOSED
See Also:
Constant Field Values

STATE_FAILED

static final int STATE_FAILED
See Also:
Constant Field Values

STATE_INIT_FAILED

static final int STATE_INIT_FAILED
See Also:
Constant Field Values

STATE_NOT_REGISTERED

static final int STATE_NOT_REGISTERED
See Also:
Constant Field Values

STATE_DATA_SOURCE_UNAVAILABLE

static final int STATE_DATA_SOURCE_UNAVAILABLE
See Also:
Constant Field Values

stateAsString

static final java.lang.String[] stateAsString


Copyright © 2009. All Rights Reserved.