| Modifier and Type | Method and Description |
|---|---|
OpcUaServer |
Session.getServer() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<OpcUaServer> |
OpcUaServer.shutdown() |
CompletableFuture<OpcUaServer> |
OpcUaServer.startup() |
| Constructor and Description |
|---|
Session(OpcUaServer server,
NodeId sessionId,
String sessionName,
Duration sessionTimeout,
ApplicationDescription clientDescription,
String serverUri,
UInteger maxResponseMessageSize,
EndpointDescription endpoint,
long secureChannelId,
SecurityConfiguration securityConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected OpcUaServer |
ManagedAddressSpace.getServer() |
OpcUaServer |
AsyncOperationContext.getServer()
Get the
OpcUaServer instance this operation is taking place in. |
protected OpcUaServer |
AddressSpaceComposite.getServer()
Get the
OpcUaServer instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SimpleAddressSpaceFilter.filterAddNodes(OpcUaServer server,
AddNodesItem addNodesItem) |
boolean |
AddressSpaceFilter.filterAddNodes(OpcUaServer server,
AddNodesItem addNodesItem)
Return
true if the add nodes operation for addNodesItem should be handled by the
AddressSpace this filter belongs to. |
boolean |
SimpleAddressSpaceFilter.filterAddReferences(OpcUaServer server,
AddReferencesItem addReferencesItem) |
boolean |
AddressSpaceFilter.filterAddReferences(OpcUaServer server,
AddReferencesItem addReferencesItem)
Return
true if the add references operation for addReferencesItem should be handled by the
AddressSpace this filter belongs to. |
boolean |
SimpleAddressSpaceFilter.filterBrowse(OpcUaServer server,
NodeId nodeId) |
boolean |
AddressSpaceFilter.filterBrowse(OpcUaServer server,
NodeId nodeId)
Return
true if the browse operation for nodeId should be handled by the AddressSpace
this filter belongs to. |
boolean |
SimpleAddressSpaceFilter.filterCall(OpcUaServer server,
CallMethodRequest callMethodRequest) |
boolean |
AddressSpaceFilter.filterCall(OpcUaServer server,
CallMethodRequest callMethodRequest)
Return
true if the call method operation for callMethodRequest should be handled by the
AddressSpace this filter belongs to. |
boolean |
SimpleAddressSpaceFilter.filterDeleteNodes(OpcUaServer server,
DeleteNodesItem deleteNodesItem) |
boolean |
AddressSpaceFilter.filterDeleteNodes(OpcUaServer server,
DeleteNodesItem deleteNodesItem)
Return
true if the delete nodes operation for deleteNodesItem should be handled by the
AddressSpace this filter belongs to. |
boolean |
SimpleAddressSpaceFilter.filterDeleteReferences(OpcUaServer server,
DeleteReferencesItem deleteReferencesItem) |
boolean |
AddressSpaceFilter.filterDeleteReferences(OpcUaServer server,
DeleteReferencesItem deleteReferencesItem)
Return
true if the delete references operation for deleteReferencesITem should be handled by the
AddressSpace this filter belongs to. |
boolean |
SimpleAddressSpaceFilter.filterHistoryRead(OpcUaServer server,
HistoryReadValueId historyReadValueId) |
boolean |
AddressSpaceFilter.filterHistoryRead(OpcUaServer server,
HistoryReadValueId historyReadValueId)
Return
true if the history read operation for historyReadValueId should be handled by the
AddressSpace this filter belongs to. |
boolean |
SimpleAddressSpaceFilter.filterHistoryUpdate(OpcUaServer server,
HistoryUpdateDetails historyUpdateDetails) |
boolean |
AddressSpaceFilter.filterHistoryUpdate(OpcUaServer server,
HistoryUpdateDetails historyUpdateDetails)
Return
true if the history update operation for historyUpdateDetails should be handled by the
AddressSpace this filter belongs to. |
boolean |
SimpleAddressSpaceFilter.filterOnCreateDataItem(OpcUaServer server,
ReadValueId readValueId) |
boolean |
AddressSpaceFilter.filterOnCreateDataItem(OpcUaServer server,
ReadValueId readValueId)
Return
true if the monitored item operation for readValueId should be handled by the
AddressSpace this filter belongs to. |
boolean |
SimpleAddressSpaceFilter.filterOnCreateEventItem(OpcUaServer server,
ReadValueId readValueId) |
boolean |
AddressSpaceFilter.filterOnCreateEventItem(OpcUaServer server,
ReadValueId readValueId)
Return
true if the monitored item operation for readValueId should be handled by the
AddressSpace this filter belongs to. |
boolean |
SimpleAddressSpaceFilter.filterOnDataItemsCreated(OpcUaServer server,
ReadValueId readValueId) |
boolean |
AddressSpaceFilter.filterOnDataItemsCreated(OpcUaServer server,
ReadValueId readValueId)
Return
true if the monitored item operation for readValueId should be handled by the
AddressSpace this filter belongs to. |
boolean |
SimpleAddressSpaceFilter.filterOnDataItemsDeleted(OpcUaServer server,
ReadValueId readValueId) |
boolean |
AddressSpaceFilter.filterOnDataItemsDeleted(OpcUaServer server,
ReadValueId readValueId)
Return
true if the monitored item operation for readValueId should be handled by the
AddressSpace this filter belongs to. |
boolean |
SimpleAddressSpaceFilter.filterOnDataItemsModified(OpcUaServer server,
ReadValueId readValueId) |
boolean |
AddressSpaceFilter.filterOnDataItemsModified(OpcUaServer server,
ReadValueId readValueId)
Return
true if the monitored item operation for readValueId should be handled by the
AddressSpace this filter belongs to. |
boolean |
SimpleAddressSpaceFilter.filterOnEventItemsCreated(OpcUaServer server,
ReadValueId readValueId) |
boolean |
AddressSpaceFilter.filterOnEventItemsCreated(OpcUaServer server,
ReadValueId readValueId)
Return
true if the monitored item operation for readValueId should be handled by the
AddressSpace this filter belongs to. |
boolean |
SimpleAddressSpaceFilter.filterOnEventItemsDeleted(OpcUaServer server,
ReadValueId readValueId) |
boolean |
AddressSpaceFilter.filterOnEventItemsDeleted(OpcUaServer server,
ReadValueId readValueId)
Return
true if the monitored item operation for readValueId should be handled by the
AddressSpace this filter belongs to. |
boolean |
SimpleAddressSpaceFilter.filterOnEventItemsModified(OpcUaServer server,
ReadValueId readValueId) |
boolean |
AddressSpaceFilter.filterOnEventItemsModified(OpcUaServer server,
ReadValueId readValueId)
Return
true if the monitored item operation for readValueId should be handled by the
AddressSpace this filter belongs to. |
boolean |
SimpleAddressSpaceFilter.filterOnModifyDataItem(OpcUaServer server,
ReadValueId readValueId) |
boolean |
AddressSpaceFilter.filterOnModifyDataItem(OpcUaServer server,
ReadValueId readValueId)
Return
true if the monitored item operation for readValueId should be handled by the
AddressSpace this filter belongs to. |
boolean |
SimpleAddressSpaceFilter.filterOnModifyEventItem(OpcUaServer server,
ReadValueId readValueId) |
boolean |
AddressSpaceFilter.filterOnModifyEventItem(OpcUaServer server,
ReadValueId readValueId)
Return
true if the monitored item operation for readValueId should be handled by the
AddressSpace this filter belongs to. |
boolean |
SimpleAddressSpaceFilter.filterOnMonitoringModeChanged(OpcUaServer server,
ReadValueId readValueId) |
boolean |
AddressSpaceFilter.filterOnMonitoringModeChanged(OpcUaServer server,
ReadValueId readValueId)
Return
true if the monitored item operation for readValueId should be handled by the
AddressSpace this filter belongs to. |
boolean |
SimpleAddressSpaceFilter.filterRead(OpcUaServer server,
ReadValueId readValueId) |
boolean |
AddressSpaceFilter.filterRead(OpcUaServer server,
ReadValueId readValueId)
Return
true if the read operation for readValueId should be handled by the AddressSpace
this filter belongs to. |
boolean |
SimpleAddressSpaceFilter.filterRegisterNode(OpcUaServer server,
NodeId nodeId) |
boolean |
AddressSpaceFilter.filterRegisterNode(OpcUaServer server,
NodeId nodeId)
Return
true if the register node operation for nodeId should be handled by the
AddressSpace this filter belongs to. |
boolean |
SimpleAddressSpaceFilter.filterUnregisterNode(OpcUaServer server,
NodeId nodeId) |
boolean |
AddressSpaceFilter.filterUnregisterNode(OpcUaServer server,
NodeId nodeId)
Return
true if the unregister node operation for nodeId should be handled by the
AddressSpace this filter belongs to. |
boolean |
SimpleAddressSpaceFilter.filterWrite(OpcUaServer server,
WriteValue writeValue) |
boolean |
AddressSpaceFilter.filterWrite(OpcUaServer server,
WriteValue writeValue)
Return
true if the write operation for writeValue should be handled by the AddressSpace
this filter belongs to. |
| Modifier and Type | Method and Description |
|---|---|
OpcUaServer |
AbstractMethodInvocationHandler.InvocationContext.getServer()
Get the
OpcUaServer instance. |
| Constructor and Description |
|---|
ServerDiagnosticsSummary(OpcUaServer server) |
| Modifier and Type | Method and Description |
|---|---|
OpcUaServer |
OperatorContext.getServer() |
OpcUaServer |
FilterContext.getServer() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
EventContentFilter.subtypeOf(NodeId typeId,
NodeId superTypeId,
OpcUaServer server) |
| Modifier and Type | Field and Description |
|---|---|
protected OpcUaServer |
BaseMonitoredItem.server |
| Constructor and Description |
|---|
BaseMonitoredItem(OpcUaServer server,
Session session,
UInteger id,
UInteger subscriptionId,
ReadValueId readValueId,
MonitoringMode monitoringMode,
TimestampsToReturn timestamps,
UInteger clientHandle,
double samplingInterval,
UInteger queueSize,
boolean discardOldest) |
MonitoredDataItem(OpcUaServer server,
Session session,
UInteger id,
UInteger subscriptionId,
ReadValueId readValueId,
MonitoringMode monitoringMode,
TimestampsToReturn timestamps,
UInteger clientHandle,
double samplingInterval,
UInteger queueSize,
boolean discardOldest) |
MonitoredEventItem(OpcUaServer server,
Session session,
UInteger id,
UInteger subscriptionId,
ReadValueId readValueId,
MonitoringMode monitoringMode,
TimestampsToReturn timestamps,
UInteger clientHandle,
double samplingInterval,
UInteger queueSize,
boolean discardOldest) |
| Constructor and Description |
|---|
OpcUaNamespace(OpcUaServer server) |
ServerNamespace(OpcUaServer server) |
| Modifier and Type | Method and Description |
|---|---|
OpcUaServer |
UaNodeContext.getServer() |
OpcUaServer |
AttributeContext.getServer() |
| Constructor and Description |
|---|
AttributeContext(OpcUaServer server) |
AttributeContext(OpcUaServer server,
@Nullable Session session) |
| Constructor and Description |
|---|
EventFactory(OpcUaServer server) |
EventFactory(OpcUaServer server,
ObjectTypeManager objectTypeManager,
VariableTypeManager variableTypeManager) |
| Modifier and Type | Field and Description |
|---|---|
static io.netty.util.AttributeKey<OpcUaServer> |
ServiceAttributes.SERVER_KEY |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<BrowseResult> |
BrowseHelper.browse(AccessContext context,
OpcUaServer server,
ViewDescription viewDescription,
UInteger maxReferencesPerNode,
BrowseDescription browseDescription) |
| Constructor and Description |
|---|
BrowsePathsHelper(AccessContext context,
OpcUaServer server) |
| Modifier and Type | Method and Description |
|---|---|
OpcUaServer |
SubscriptionManager.getServer() |
| Constructor and Description |
|---|
SubscriptionManager(Session session,
OpcUaServer server) |
| Constructor and Description |
|---|
SubscriptionModel(OpcUaServer server,
AttributeServices attributeServices) |
Copyright © 2021. All rights reserved.