public abstract class AttributeFilterContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeFilterContext.GetAttributeContext |
static class |
AttributeFilterContext.SetAttributeContext |
| Modifier and Type | Method and Description |
|---|---|
UaNode |
getNode()
Get the
UaNode an attribute is being get from or set on. |
Optional<Session> |
getSession()
Get the
Session this the attribute get or set request is originating from, if there is one. |
boolean |
isObservable() |
void |
setObservable(boolean observable)
Indicate that an attribute get should be observed by
AttributeObservers. |
public UaNode getNode()
UaNode an attribute is being get from or set on.UaNode an attribute is being get from or set on.public Optional<Session> getSession()
Session this the attribute get or set request is originating from, if there is one.
No session indicates the call is internal and should not fail for access / authentication reasons.
Session this the attribute get or set request is originating from, if there is one.public void setObservable(boolean observable)
AttributeObservers.observable - true if the attribute get should be observed by AttributeObservers.public boolean isObservable()
true if the attribute get should be observed by AttributeObservers.Copyright © 2021. All rights reserved.