| Package | Description |
|---|---|
| org.eclipse.milo.opcua.sdk.server.api | |
| org.eclipse.milo.opcua.sdk.server.namespaces |
| Modifier and Type | Class and Description |
|---|---|
class |
AddressSpaceComposite
An
AddressSpace that is composed of AddressSpaceFragments. |
class |
AddressSpaceManager |
class |
ManagedAddressSpaceFragment |
class |
ManagedAddressSpaceFragmentWithLifecycle
A
ManagedAddressSpace fragment that has a Lifecycle associated with it. |
class |
ManagedNamespace
A
ManagedAddressSpaceFragment for all Nodes belonging to a namespace index / URI. |
class |
ManagedNamespaceWithLifecycle |
| Modifier and Type | Method and Description |
|---|---|
protected List<AddressSpaceFragment> |
AddressSpaceComposite.getAddressSpaces()
Get a copy of the current
AddressSpace list. |
| Modifier and Type | Method and Description |
|---|---|
void |
AddressSpaceComposite.register(AddressSpaceFragment addressSpace)
Register an
AddressSpace with this composite. |
protected void |
ManagedNamespaceWithLifecycle.registerAddressSpace(AddressSpaceFragment addressSpace)
Register this
ManagedAddressSpace with its managing entity. |
void |
AddressSpaceComposite.registerFirst(AddressSpaceFragment addressSpace)
Register an
AddressSpace with this composite. |
void |
AddressSpaceComposite.unregister(AddressSpaceFragment addressSpace)
Unregister an
AddressSpace with this composite. |
protected void |
ManagedNamespaceWithLifecycle.unregisterAddressSpace(AddressSpaceFragment addressSpace)
Unregister this
ManagedAddressSpace with its managing entity. |
| Modifier and Type | Class and Description |
|---|---|
class |
OpcUaNamespace |
class |
ServerNamespace |
Copyright © 2021. All rights reserved.