public class WriteAttributeResult extends Object
Modifier and Type | Field and Description |
---|---|
static WriteAttributeResult |
OK
A constant that represents the
OKstate |
Constructor and Description |
---|
WriteAttributeResult()
Deprecated.
use the
OK constant instead |
WriteAttributeResult(Throwable error)
Create a result with error information
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getError() |
boolean |
isError() |
boolean |
isSuccess() |
String |
toString() |
public static final WriteAttributeResult OK
OKstate
@Deprecated public WriteAttributeResult()
OK
constant insteadOKresult
public WriteAttributeResult(Throwable error)
error
- the error or null
if the result is "ok"Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.