com.prosysopc.ua
Class OperationLimits.Builder

java.lang.Object
  extended by com.prosysopc.ua.OperationLimits.Builder
Enclosing class:
OperationLimits

public static class OperationLimits.Builder
extends Object


Method Summary
 OperationLimits build()
           
 void setMaxMonitoredItemsPerCall(org.opcfoundation.ua.builtintypes.UnsignedInteger maxMonitoredItemsPerCall)
           
 void setMaxNodesPerBrowse(org.opcfoundation.ua.builtintypes.UnsignedInteger maxNodesPerBrowse)
           
 void setMaxNodesPerHistoryReadData(org.opcfoundation.ua.builtintypes.UnsignedInteger maxNodesHistoryReadData)
           
 void setMaxNodesPerHistoryReadEvents(org.opcfoundation.ua.builtintypes.UnsignedInteger maxNodesHistoryReadEvents)
           
 void setMaxNodesPerHistoryUpdateData(org.opcfoundation.ua.builtintypes.UnsignedInteger maxNodesPerHistoryUpdateData)
           
 void setMaxNodesPerHistoryUpdateEvents(org.opcfoundation.ua.builtintypes.UnsignedInteger maxNodesPerHistoryUpdateEvents)
           
 void setMaxNodesPerMethodCall(org.opcfoundation.ua.builtintypes.UnsignedInteger maxNodesPerMethodCall)
           
 void setMaxNodesPerNodeManagement(org.opcfoundation.ua.builtintypes.UnsignedInteger maxNodesPerNodeManagement)
           
 void setMaxNodesPerRead(org.opcfoundation.ua.builtintypes.UnsignedInteger maxNodesPerRead)
           
 void setMaxNodesPerRegisterNodes(org.opcfoundation.ua.builtintypes.UnsignedInteger maxNodesPerRegisterNodes)
           
 void setMaxNodesPerTranslateBrowsePathsToNodeIds(org.opcfoundation.ua.builtintypes.UnsignedInteger maxNodesPerTranslateBrowsePathsToNodeIds)
           
 void setMaxNodesPerWrite(org.opcfoundation.ua.builtintypes.UnsignedInteger maxNodesPerWrite)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

build

public OperationLimits build()

setMaxMonitoredItemsPerCall

public void setMaxMonitoredItemsPerCall(org.opcfoundation.ua.builtintypes.UnsignedInteger maxMonitoredItemsPerCall)

setMaxNodesPerBrowse

public void setMaxNodesPerBrowse(org.opcfoundation.ua.builtintypes.UnsignedInteger maxNodesPerBrowse)

setMaxNodesPerHistoryReadData

public void setMaxNodesPerHistoryReadData(org.opcfoundation.ua.builtintypes.UnsignedInteger maxNodesHistoryReadData)

setMaxNodesPerHistoryReadEvents

public void setMaxNodesPerHistoryReadEvents(org.opcfoundation.ua.builtintypes.UnsignedInteger maxNodesHistoryReadEvents)

setMaxNodesPerHistoryUpdateData

public void setMaxNodesPerHistoryUpdateData(org.opcfoundation.ua.builtintypes.UnsignedInteger maxNodesPerHistoryUpdateData)

setMaxNodesPerHistoryUpdateEvents

public void setMaxNodesPerHistoryUpdateEvents(org.opcfoundation.ua.builtintypes.UnsignedInteger maxNodesPerHistoryUpdateEvents)

setMaxNodesPerMethodCall

public void setMaxNodesPerMethodCall(org.opcfoundation.ua.builtintypes.UnsignedInteger maxNodesPerMethodCall)

setMaxNodesPerNodeManagement

public void setMaxNodesPerNodeManagement(org.opcfoundation.ua.builtintypes.UnsignedInteger maxNodesPerNodeManagement)

setMaxNodesPerRead

public void setMaxNodesPerRead(org.opcfoundation.ua.builtintypes.UnsignedInteger maxNodesPerRead)

setMaxNodesPerRegisterNodes

public void setMaxNodesPerRegisterNodes(org.opcfoundation.ua.builtintypes.UnsignedInteger maxNodesPerRegisterNodes)

setMaxNodesPerTranslateBrowsePathsToNodeIds

public void setMaxNodesPerTranslateBrowsePathsToNodeIds(org.opcfoundation.ua.builtintypes.UnsignedInteger maxNodesPerTranslateBrowsePathsToNodeIds)

setMaxNodesPerWrite

public void setMaxNodesPerWrite(org.opcfoundation.ua.builtintypes.UnsignedInteger maxNodesPerWrite)


Copyright © 2018. All rights reserved.