com.prosysopc.ua.client
Class NodeCache.NodeCacheWrapper

java.lang.Object
  extended by 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.


Constructor Summary
NodeCache.NodeCacheWrapper(UaNode node, org.opcfoundation.ua.builtintypes.DateTime timestamp)
           
 
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
 

Constructor Detail

NodeCache.NodeCacheWrapper

public NodeCache.NodeCacheWrapper(UaNode node,
                                  org.opcfoundation.ua.builtintypes.DateTime timestamp)
Method Detail

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.