public class WriteAttributesHelper
extends java.lang.Object
| Constructor and Description |
|---|
WriteAttributesHelper() |
| Modifier and Type | Method and Description |
|---|---|
static WriteAttributeResults |
errorUnhandled(WriteAttributeResults initialResults,
java.util.Map<java.lang.String,Variant> attributes)
This method sets all unprocessed attribute write requests to an
unsupportederror ( UnsupportedOperationException); |
static WriteAttributeResults |
okUnhandled(WriteAttributeResults initialResults,
java.util.Map<java.lang.String,Variant> attributes)
This method sets all unprocessed attribute write requests to
WriteAttributeResult.OK |
public static WriteAttributeResults errorUnhandled(WriteAttributeResults initialResults, java.util.Map<java.lang.String,Variant> attributes)
unsupportederror (
UnsupportedOperationException);initialResults - The results generated so farattributes - The attributes to writepublic static WriteAttributeResults okUnhandled(WriteAttributeResults initialResults, java.util.Map<java.lang.String,Variant> attributes)
WriteAttributeResult.OKinitialResults - The results generated so farattributes - The attributes to write
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