|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DQP
The distributed query processor, which is the internal query engine component used by MetaMatrix products.
Field Summary | |
---|---|
static int |
STATE_CLOSED
Registered but closed |
static int |
STATE_DATA_SOURCE_UNAVAILABLE
Running, but the underlying data source is unavailable |
static int |
STATE_FAILED
Failed after running successfully |
static int |
STATE_INIT_FAILED
Failed during initialization |
static int |
STATE_NOT_DEPLOYED
Running, not deployed |
static int |
STATE_NOT_INITIALIZED
Registered by not initialized |
static int |
STATE_NOT_REGISTERED
Not registered |
static int |
STATE_OPEN
Open and running |
Fields inherited from interface com.metamatrix.admin.api.objects.AdminObject |
---|
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the description. |
int |
getState()
Retrieve the current connector state. |
java.lang.String |
getStateAsString()
Retrieve the current connector state. |
java.util.Date |
getStateChangedTime()
Retrieve time of last state change. |
Methods inherited from interface com.metamatrix.admin.api.objects.AdminObject |
---|
getIdentifier, getName, getProperties, getPropertyValue |
Field Detail |
---|
static final int STATE_NOT_INITIALIZED
static final int STATE_OPEN
static final int STATE_CLOSED
static final int STATE_FAILED
static final int STATE_INIT_FAILED
static final int STATE_NOT_REGISTERED
static final int STATE_DATA_SOURCE_UNAVAILABLE
static final int STATE_NOT_DEPLOYED
Method Detail |
---|
int getState()
DQP.STATE_OPEN
.
DQP.STATE_NOT_INITIALIZED
.
DQP.STATE_CLOSED
.
DQP.STATE_FAILED
.
DQP.STATE_INIT_FAILED
.
DQP.STATE_NOT_REGISTERED
.
DQP.STATE_DATA_SOURCE_UNAVAILABLE
.
DQP.STATE_NOT_DEPLOYED
.
java.lang.String getStateAsString()
java.util.Date getStateChangedTime()
java.lang.String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |