| Package | Description |
|---|---|
| org.eclipse.milo.opcua.sdk.server.nodes | |
| org.eclipse.milo.opcua.sdk.server.nodes.delegates |
| Modifier and Type | Method and Description |
|---|---|
void |
UaNode.setAttributeDelegate(AttributeDelegate attributeDelegate)
Set the
AttributeDelegate for this node. |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingAttributeDelegate |
| Modifier and Type | Field and Description |
|---|---|
static AttributeDelegate |
AttributeDelegate.DEFAULT
A default implementation of
AttributeDelegate in which all calls are simply delegate to the
appropriate getter or setter for the Node. |
| Modifier and Type | Method and Description |
|---|---|
static AttributeDelegate |
AttributeDelegateChain.create(AttributeDelegate root,
Function<AttributeDelegate,AttributeDelegate>... childFns) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeDelegate |
AttributeDelegateChain.create(AttributeDelegate root,
Function<AttributeDelegate,AttributeDelegate>... childFns) |
| Constructor and Description |
|---|
DelegatingAttributeDelegate(AttributeDelegate delegate)
Create a
DelegatingAttributeDelegate that delegates calls to delegate. |
Copyright © 2018. All rights reserved.