com.prosysopc.ua.client
Class NodeCache.NodeCacheWrapper
java.lang.Object
com.prosysopc.ua.client.NodeCache.NodeCacheWrapper
- Enclosing class:
- NodeCache
public class NodeCache.NodeCacheWrapper
- extends Object
A wrapper which keeps track of time when a node was added to the cache.
|
Method Summary |
UaNode |
getNode()
|
org.opcfoundation.ua.builtintypes.NodeId |
getNodeId()
|
org.opcfoundation.ua.builtintypes.DateTime |
getTimestamp()
|
boolean |
isValid(org.opcfoundation.ua.builtintypes.DateTime oldestPermissible)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeCache.NodeCacheWrapper
public NodeCache.NodeCacheWrapper(UaNode node,
org.opcfoundation.ua.builtintypes.DateTime timestamp)
getNode
public UaNode getNode()
getNodeId
public org.opcfoundation.ua.builtintypes.NodeId getNodeId()
getTimestamp
public org.opcfoundation.ua.builtintypes.DateTime getTimestamp()
isValid
public boolean isValid(org.opcfoundation.ua.builtintypes.DateTime oldestPermissible)
Copyright © 2018. All rights reserved.