| Package | Description |
|---|---|
| org.eclipse.scada.ca.data | |
| org.eclipse.scada.ca.data.message | |
| org.eclipse.scada.ca.protocol.ngp.codec | |
| org.eclipse.scada.ca.servlet.jaxws |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ConfigurationInformation> |
FactoryInformation.getConfigurations() |
| Constructor and Description |
|---|
FactoryInformation(java.lang.String id,
java.lang.String description,
FactoryState state,
java.util.List<ConfigurationInformation> configurations) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationInformation |
GetConfigurationResponse.getConfiguration() |
| Constructor and Description |
|---|
GetConfigurationResponse(Response response,
ConfigurationInformation configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends java.util.Collection<ConfigurationInformation>> |
Structures.decodeConfigurationInformationCollection(BinaryContext context,
IoBuffer data,
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationInformation |
Structures.decodeConfigurationInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static ConfigurationInformation |
Structures.inlindeDecodeConfigurationInformation(BinaryContext _context,
IoBuffer _data) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<ConfigurationInformation> |
Structures.decodeListConfigurationInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<ConfigurationInformation> |
Structures.decodeSetConfigurationInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Structures.encodeConfigurationInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
ConfigurationInformation value) |
protected static void |
Structures.inlineEncodeConfigurationInformation(BinaryContext context,
IoBuffer data,
ConfigurationInformation value) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Structures.encodeCollectionConfigurationInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<ConfigurationInformation> values) |
protected static void |
Structures.fillConfigurationInformationCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<ConfigurationInformation> values) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationInformation |
ConfigurationAdministratorService.getConfiguration(java.lang.String factoryId,
java.lang.String configurationId) |
ConfigurationInformation |
RemoteConfigurationAdministrator.getConfiguration(java.lang.String factoryId,
java.lang.String configurationId) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationAdministratorService.create(java.lang.String factoryId,
ConfigurationInformation[] configurations,
int timeout) |
void |
RemoteConfigurationAdministrator.create(java.lang.String factoryId,
ConfigurationInformation[] configurations,
int timeout) |
void |
ConfigurationAdministratorService.update(java.lang.String factoryId,
ConfigurationInformation[] configurations,
int timeout) |
void |
RemoteConfigurationAdministrator.update(java.lang.String factoryId,
ConfigurationInformation[] configurations,
int timeout) |
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0