|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventData | |
|---|---|
| com.prosysopc.ua | Common classes for client and server side. |
| com.prosysopc.ua.server | Main server side classes of the SDK. |
| com.prosysopc.ua.server.nodes | Server side implementation classes for the UaNode model. |
| com.prosysopc.ua.types.opcua.server | |
| Uses of EventData in com.prosysopc.ua |
|---|
| Methods in com.prosysopc.ua with parameters of type EventData | |
|---|---|
void |
EventListener.onEvent(UaNode node,
EventData eventData)
A notification of an event |
| Uses of EventData in com.prosysopc.ua.server |
|---|
| Methods in com.prosysopc.ua.server with parameters of type EventData | |
|---|---|
Object |
FilterOperatorDefinition.evaluate(EventData eventData,
Boolean ignoreNull)
|
Boolean |
ContentFilterDefinition.evaluate(EventData eventData,
Boolean defaultResult)
Evaluates the filter against an EventData. |
protected Boolean |
FilterOperatorDefinition.eventTypeEquals(UaType filteredEventType,
org.opcfoundation.ua.builtintypes.NodeId filteredEventTypeId,
EventData eventData)
|
boolean |
MonitoredEventItem.filter(EventData eventData)
Checks if an event occurrence is filtered by the current EventFilter. |
Boolean |
MonitoredEventItem.filter(EventData eventData,
Boolean defaultResult)
Checks if an event occurrence is filtered by the current EventFilter. |
void |
MonitoredEventItem.notifyEvent(EventData eventData)
Send an event notification to the client via the monitored item. |
void |
MonitoredEventItem.notifyEvent(EventData eventData,
boolean applyFilter)
Send an event notification to the client via the monitored item. |
void |
MonitoredEventItem.onEvent(UaNode node,
EventData eventData)
Deprecated. use MonitoredEventItem.notifyEvent(EventData) instead. |
protected static boolean |
FilterOperatorDefinition.setTypeOfEventData(EventData eventData,
NodeManagerUaNode nodeManager)
|
| Uses of EventData in com.prosysopc.ua.server.nodes |
|---|
| Methods in com.prosysopc.ua.server.nodes with parameters of type EventData | |
|---|---|
protected void |
ServerNode.fireEvent(EventData eventData,
List<ServerNode> sentNodes)
Fire an Event notification event. |
protected void |
ServerNode.fireEventInParents(EventData eventData,
List<ServerNode> sentNodes,
org.opcfoundation.ua.builtintypes.NodeId... referenceTypeIds)
Calls fireEvent for all specified parent nodes, i.e. nodes that are connected via an inverse reference of the specified referenceTypes |
static void |
FireEventMethod.invoke(ServerNode source,
EventData eventData,
List<ServerNode> sentNodes)
Invoke fireEvent in source |
| Uses of EventData in com.prosysopc.ua.types.opcua.server |
|---|
| Fields in com.prosysopc.ua.types.opcua.server with type parameters of type EventData | |
|---|---|
protected AtomicReference<EventData> |
BaseEventTypeNode.lastEvent
|
| Methods in com.prosysopc.ua.types.opcua.server that return EventData | |
|---|---|
EventData |
BaseEventTypeNode.getLastEvent()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||