Modifier and Type | Method and Description |
---|---|
static QueryState |
QueryState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryState[] |
QueryState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryListener.updateState(QueryState state)
Updates the state of the query
|
Modifier and Type | Method and Description |
---|---|
void |
QueryImpl.handleUpdateStatus(QueryState state) |
Modifier and Type | Method and Description |
---|---|
void |
QueryImpl.updateState(QueryState state) |
Modifier and Type | Method and Description |
---|---|
void |
ServerConnectionImpl.sendQueryState(long queryId,
QueryState state) |
void |
QueryHandler.updateState(QueryState state) |
Modifier and Type | Method and Description |
---|---|
QueryState |
QueryImpl.QueryEntry.getState() |
QueryState |
QueryDataHolder.getState() |
Modifier and Type | Method and Description |
---|---|
void |
QueryImpl.QueryEntry.updateState(QueryState state) |
Modifier and Type | Field and Description |
---|---|
protected QueryState |
QueryDataBuffer.state |
Modifier and Type | Method and Description |
---|---|
protected void |
QueryDataBuffer.notifyStateUpdate(QueryState state) |
Modifier and Type | Method and Description |
---|---|
QueryState |
AbstractQueryBuffer.getState() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractQueryBuffer.updateState(QueryState state) |
Modifier and Type | Method and Description |
---|---|
void |
QueryDataView.updateState(QueryState state) |
void |
QueryControlView.updateState(QueryState state) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.