| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLifecycle |
class |
LifecycleManager
A
Lifecycle instance that manages the startup and shutdown of a collection of sub-Lifecycles. |
| Modifier and Type | Method and Description |
|---|---|
Lifecycle |
LifecycleManager.addShutdownTask(Runnable shutdownTask)
Add logic to run at shutdown.
|
Lifecycle |
LifecycleManager.addStartupTask(Runnable startupTask)
Add logic to run at startup.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleManager.addLifecycle(Lifecycle lifecycle)
Add a
Lifecycle to be managed. |
void |
LifecycleManager.removeLifecycle(Lifecycle lifecycle)
Remove a previously added
Lifecycle. |
| Modifier and Type | Class and Description |
|---|---|
class |
ManagedAddressSpaceFragmentWithLifecycle
A
ManagedAddressSpace fragment that has a Lifecycle associated with it. |
class |
ManagedAddressSpaceWithLifecycle |
class |
ManagedNamespaceWithLifecycle |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerDiagnosticsObject |
class |
SessionDiagnosticsObject |
class |
SessionsDiagnosticsSummaryObject |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerDiagnosticsSummaryVariable |
class |
SessionDiagnosticsVariable |
class |
SessionDiagnosticsVariableArray |
class |
SessionSecurityDiagnosticsVariable |
class |
SessionSecurityDiagnosticsVariableArray |
class |
SubscriptionDiagnosticsVariable |
class |
SubscriptionDiagnosticsVariableArray |
| Modifier and Type | Class and Description |
|---|---|
class |
OpcUaNamespace |
class |
ServerNamespace |
| Modifier and Type | Class and Description |
|---|---|
class |
EventFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
SubscriptionModel |
Copyright © 2021. All rights reserved.