Modifier and Type | Method and Description |
---|---|
NotifyFuture<FactoryInformation> |
Connection.getFactoryWithData(String factoryId) |
Modifier and Type | Method and Description |
---|---|
void |
FactoriesListener.updateFactories(FactoryInformation[] factories) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<FactoryInformation> |
ConnectionImpl.getFactoryWithData(String factoryId) |
Modifier and Type | Method and Description |
---|---|
protected void |
ConnectionImpl.setFactories(FactoryInformation[] factories) |
Modifier and Type | Method and Description |
---|---|
FactoryInformation |
GetFactoryWithDataResponse.getFactory() |
Modifier and Type | Method and Description |
---|---|
List<FactoryInformation> |
GetFactoriesResponse.getFactories() |
Constructor and Description |
---|
GetFactoryWithDataResponse(Response response,
FactoryInformation factory) |
Constructor and Description |
---|
GetFactoriesResponse(Response response,
List<FactoryInformation> factories) |
Modifier and Type | Method and Description |
---|---|
protected static <T extends Collection<FactoryInformation>> |
Structures.decodeFactoryInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<FactoryInformation,T> allactor,
boolean allowNull) |
Modifier and Type | Method and Description |
---|---|
static FactoryInformation |
Structures.decodeFactoryInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static FactoryInformation |
Structures.inlindeDecodeFactoryInformation(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
Modifier and Type | Method and Description |
---|---|
static List<FactoryInformation> |
Structures.decodeListFactoryInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<FactoryInformation> |
Structures.decodeSetFactoryInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
Modifier and Type | Method and Description |
---|---|
static void |
Structures.encodeFactoryInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
FactoryInformation value) |
protected static void |
Structures.inlineEncodeFactoryInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
FactoryInformation value) |
Modifier and Type | Method and Description |
---|---|
protected static <T extends Collection<FactoryInformation>> |
Structures.decodeFactoryInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<FactoryInformation,T> allactor,
boolean allowNull) |
static void |
Structures.encodeCollectionFactoryInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<FactoryInformation> values) |
protected static void |
Structures.fillFactoryInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<FactoryInformation> values) |
Modifier and Type | Method and Description |
---|---|
protected FactoryInformation |
ServerConnectionImpl.convertFactory(FactoryWithData result) |
Modifier and Type | Method and Description |
---|---|
protected List<FactoryInformation> |
ServerConnectionImpl.convertFactories(Factory[] factories) |
Modifier and Type | Method and Description |
---|---|
NotifyFuture<FactoryInformation> |
DummyConnection.getFactoryWithData(String factoryId) |
Modifier and Type | Method and Description |
---|---|
FactoryInformation |
FactoryInformationBean.getFactoryInformation() |
Modifier and Type | Method and Description |
---|---|
protected void |
FactoryInformationBean.setFactoryInformation(FactoryInformation factoryInformation) |
Constructor and Description |
---|
FactoryInformationBean(FactoryInformation factoryInformation,
ConnectionService service) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionWrapper.dataChanged(FactoryInformation[] factories) |
protected void |
ConnectionWrapper.handleDataChanged(FactoryInformation[] factories) |
Modifier and Type | Method and Description |
---|---|
protected void |
FactoryEditor.handleSetResult(FactoryInformation factory,
String connectionUri) |
protected void |
FactoryEditor.setResult(FactoryInformation factory,
String connectionUri) |
Modifier and Type | Method and Description |
---|---|
FactoryInformation |
LoadFactoryJob.getFactory() |
Modifier and Type | Method and Description |
---|---|
static Collection<FactoryInformation> |
ConfigurationHelper.loadData(org.eclipse.core.runtime.IProgressMonitor monitor,
Connection connection) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Map<String,Map<String,String>>> |
ConfigurationHelper.convert(Collection<FactoryInformation> remoteData)
Convert from the remote data format to local data format
|
static long |
ConfigurationHelper.convert(Collection<FactoryInformation> remoteData,
Map<String,Map<String,Map<String,String>>> data)
Convert from the remote data format to local data format
|
long |
DiffController.setRemoteData(Collection<FactoryInformation> remoteData) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.