Modifier and Type | Method and Description |
---|---|
NotifyFuture<ConfigurationInformation> |
Connection.getConfiguration(String factoryId,
String configurationId) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<ConfigurationInformation> |
ConnectionImpl.getConfiguration(String factoryId,
String configurationId) |
Modifier and Type | Method and Description |
---|---|
List<ConfigurationInformation> |
FactoryInformation.getConfigurations() |
Constructor and Description |
---|
FactoryInformation(String id,
String description,
FactoryState state,
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 Collection<ConfigurationInformation>> |
Structures.decodeConfigurationInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<ConfigurationInformation,T> allactor,
boolean allowNull) |
Modifier and Type | Method and Description |
---|---|
static ConfigurationInformation |
Structures.decodeConfigurationInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static ConfigurationInformation |
Structures.inlindeDecodeConfigurationInformation(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
Modifier and Type | Method and Description |
---|---|
static List<ConfigurationInformation> |
Structures.decodeListConfigurationInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<ConfigurationInformation> |
Structures.decodeSetConfigurationInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
Modifier and Type | Method and Description |
---|---|
static void |
Structures.encodeConfigurationInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
ConfigurationInformation value) |
protected static void |
Structures.inlineEncodeConfigurationInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
ConfigurationInformation value) |
Modifier and Type | Method and Description |
---|---|
protected static <T extends Collection<ConfigurationInformation>> |
Structures.decodeConfigurationInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<ConfigurationInformation,T> allactor,
boolean allowNull) |
static void |
Structures.encodeCollectionConfigurationInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<ConfigurationInformation> values) |
protected static void |
Structures.fillConfigurationInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<ConfigurationInformation> values) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<ConfigurationInformation> |
DummyConnection.getConfiguration(String factoryId,
String configurationId) |
Modifier and Type | Method and Description |
---|---|
ConfigurationInformation |
ConfigurationInformationBean.getConfigurationInformation() |
Constructor and Description |
---|
ConfigurationInformationBean(ConnectionService service,
ConfigurationInformation configurationInformation) |
Modifier and Type | Method and Description |
---|---|
ConfigurationInformation |
ConfigurationDescriptor.getConfigurationInformation() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationDescriptor.setConfigurationInformation(ConfigurationInformation configurationInformation) |
Modifier and Type | Method and Description |
---|---|
protected void |
ConfigurationEditorInput.handleSetResult(ConfigurationInformation configurationInformation) |
protected void |
ConfigurationEditorInput.setResult(ConfigurationInformation configurationInformation) |
Modifier and Type | Method and Description |
---|---|
ConfigurationInformation |
LoadJob.getConfiguration() |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.