public class WriteAttributesHelper extends Object
Constructor and Description |
---|
WriteAttributesHelper() |
Modifier and Type | Method and Description |
---|---|
static WriteAttributeResults |
errorUnhandled(WriteAttributeResults initialResults,
Map<String,Variant> attributes)
This method sets all unprocessed attribute write requests to an
unsupportederror ( UnsupportedOperationException ); |
static WriteAttributeResults |
okUnhandled(WriteAttributeResults initialResults,
Map<String,Variant> attributes)
This method sets all unprocessed attribute write requests to
WriteAttributeResult.OK |
public static WriteAttributeResults errorUnhandled(WriteAttributeResults initialResults, Map<String,Variant> attributes)
unsupportederror (
UnsupportedOperationException
);initialResults
- The results generated so farattributes
- The attributes to writepublic static WriteAttributeResults okUnhandled(WriteAttributeResults initialResults, Map<String,Variant> attributes)
WriteAttributeResult.OK
initialResults
- The results generated so farattributes
- The attributes to writeCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.