Package | Description |
---|---|
org.eclipse.scada.ca | |
org.eclipse.scada.ca.common | |
org.eclipse.scada.ca.data |
Modifier and Type | Method and Description |
---|---|
ConfigurationState |
ConfigurationEvent.getState() |
ConfigurationState |
Configuration.getState() |
Constructor and Description |
---|
ConfigurationEvent(ConfigurationEvent.Type type,
Configuration configuration,
ConfigurationState state,
Throwable error) |
Modifier and Type | Method and Description |
---|---|
ConfigurationState |
ConfigurationImpl.getState() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationImpl.setState(ConfigurationState state,
Throwable e) |
Modifier and Type | Method and Description |
---|---|
ConfigurationState |
ConfigurationInformation.getState() |
static ConfigurationState |
ConfigurationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationState[] |
ConfigurationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ConfigurationInformation(String factoryId,
String id,
ConfigurationState state,
Map<String,String> data,
String errorInformation) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.