Package | Description |
---|---|
org.eclipse.scada.ca | |
org.eclipse.scada.ca.common | |
org.eclipse.scada.ca.data |
Modifier and Type | Method and Description |
---|---|
FactoryState |
FactoryEvent.getState() |
FactoryState |
Factory.getState() |
Constructor and Description |
---|
FactoryEvent(FactoryEvent.Type type,
Factory factory,
FactoryState state) |
Modifier and Type | Method and Description |
---|---|
FactoryState |
FactoryImpl.getState() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractConfigurationAdministrator.setFactoryState(FactoryImpl factory,
FactoryState state) |
void |
FactoryImpl.setState(FactoryState state) |
Modifier and Type | Method and Description |
---|---|
FactoryState |
FactoryInformation.getState() |
static FactoryState |
FactoryState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FactoryState[] |
FactoryState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FactoryInformation(String id,
String description,
FactoryState state,
List<ConfigurationInformation> configurations) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.