com.prosysopc.ua
Class OperationLimits
java.lang.Object
com.prosysopc.ua.OperationLimits
public class OperationLimits
- extends Object
A class that identifies the limits for different operations for a client or a server.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
builder
public static OperationLimits.Builder builder()
defaults
public static OperationLimits defaults()
min
public static OperationLimits min(OperationLimits serverLimits,
OperationLimits operationLimits)
- Creates an OperationLimits object so that the limit for each operation is the minimum of the
server limit and the operation limit (client limit). Also, if the server limit is 0, the limit
of the client is used.
- Parameters:
serverLimits - operationLimits -
- Returns:
getMaxMonitoredItemsPerCall
public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxMonitoredItemsPerCall()
getMaxNodesHistoryReadData
public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxNodesHistoryReadData()
getMaxNodesHistoryReadEvents
public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxNodesHistoryReadEvents()
getMaxNodesPerBrowse
public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxNodesPerBrowse()
getMaxNodesPerHistoryUpdateData
public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxNodesPerHistoryUpdateData()
getMaxNodesPerHistoryUpdateEvents
public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxNodesPerHistoryUpdateEvents()
getMaxNodesPerMethodCall
public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxNodesPerMethodCall()
getMaxNodesPerNodeManagement
public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxNodesPerNodeManagement()
getMaxNodesPerRead
public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxNodesPerRead()
getMaxNodesPerRegisterNodes
public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxNodesPerRegisterNodes()
getMaxNodesPerTranslateBrowsePathsToNodeIds
public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxNodesPerTranslateBrowsePathsToNodeIds()
getMaxNodesPerWrite
public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxNodesPerWrite()
Copyright © 2018. All rights reserved.