com.prosysopc.ua.types.opcua.client
Class OperationLimitsTypeImplBase
java.lang.Object
com.prosysopc.ua.nodes.AbstractUaNode
com.prosysopc.ua.client.nodes.UaNodeImpl
com.prosysopc.ua.client.nodes.UaInstanceImpl
com.prosysopc.ua.client.nodes.UaObjectImpl
com.prosysopc.ua.types.opcua.client.BaseObjectTypeImpl
com.prosysopc.ua.types.opcua.client.FolderTypeImplBase
com.prosysopc.ua.types.opcua.client.FolderTypeImpl
com.prosysopc.ua.types.opcua.client.OperationLimitsTypeImplBase
- All Implemented Interfaces:
- UaInstance, UaNode, UaObject, BaseInstanceType, BaseObjectType, FolderType, OperationLimitsType
- Direct Known Subclasses:
- OperationLimitsTypeImpl
public abstract class OperationLimitsTypeImplBase
- extends FolderTypeImpl
- implements OperationLimitsType
Identifies the operation limits imposed by the server.
Generated on 2018-05-09 10:45:27
| Fields inherited from interface com.prosysopc.ua.types.opcua.OperationLimitsType |
MAX_MONITORED_ITEMS_PER_CALL, MAX_NODES_PER_BROWSE, MAX_NODES_PER_HISTORY_READ_DATA, MAX_NODES_PER_HISTORY_READ_EVENTS, MAX_NODES_PER_HISTORY_UPDATE_DATA, MAX_NODES_PER_HISTORY_UPDATE_EVENTS, MAX_NODES_PER_METHOD_CALL, MAX_NODES_PER_NODE_MANAGEMENT, MAX_NODES_PER_READ, MAX_NODES_PER_REGISTER_NODES, MAX_NODES_PER_TRANSLATE_BROWSE_PATHS_TO_NODE_IDS, MAX_NODES_PER_WRITE |
|
Constructor Summary |
protected |
OperationLimitsTypeImplBase(AddressSpace addressSpace,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName)
|
| Methods inherited from class com.prosysopc.ua.client.nodes.UaObjectImpl |
addComponent, call, call, call, callAsync, callAsync, callAsync, callMethod, getAttributes, getAttributes, getEventNotifier, getIcon, getNodeClass, initSupportedAttributes, readAttributeValue, setAttributes, setEventNotifier, setIcon, toString, writeAttributeValue |
| Methods inherited from class com.prosysopc.ua.client.nodes.UaNodeImpl |
addProperties, addProperty, addReference, addReference, addReference, addReference, afterAddReference, afterDeleteReference, assertTypeSupport, assertTypeSupport, beforeAddReference, deleteReference, deleteReference, deleteReference, deleteReference, deleteReferences, doAddProperty, equals, findPlaceholders, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDescription, getDisplayName, getDisplayName, getMethod, getNodeId, getNodeVersion, getNodeVersionString, getProperties, getProperty, getPropertyValue, getReference, getReferenceList, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hashCode, hasProperty, hasTypeDefinition, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, referenceTypeInherits, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setNodeVersion, setPropertyValue, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute |
| Methods inherited from interface com.prosysopc.ua.nodes.UaNode |
addComponent, addProperty, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersion, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute |
OperationLimitsTypeImplBase
protected OperationLimitsTypeImplBase(AddressSpace addressSpace,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName)
getMaxNodesPerReadNode
public UaProperty getMaxNodesPerReadNode()
- Specified by:
getMaxNodesPerReadNode in interface OperationLimitsType
getMaxNodesPerRead
public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxNodesPerRead()
- Specified by:
getMaxNodesPerRead in interface OperationLimitsType
setMaxNodesPerRead
public void setMaxNodesPerRead(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Specified by:
setMaxNodesPerRead in interface OperationLimitsType
- Throws:
StatusException
getMaxNodesPerHistoryReadDataNode
public UaProperty getMaxNodesPerHistoryReadDataNode()
- Specified by:
getMaxNodesPerHistoryReadDataNode in interface OperationLimitsType
getMaxNodesPerHistoryReadData
public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxNodesPerHistoryReadData()
- Specified by:
getMaxNodesPerHistoryReadData in interface OperationLimitsType
setMaxNodesPerHistoryReadData
public void setMaxNodesPerHistoryReadData(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Specified by:
setMaxNodesPerHistoryReadData in interface OperationLimitsType
- Throws:
StatusException
getMaxNodesPerHistoryReadEventsNode
public UaProperty getMaxNodesPerHistoryReadEventsNode()
- Specified by:
getMaxNodesPerHistoryReadEventsNode in interface OperationLimitsType
getMaxNodesPerHistoryReadEvents
public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxNodesPerHistoryReadEvents()
- Specified by:
getMaxNodesPerHistoryReadEvents in interface OperationLimitsType
setMaxNodesPerHistoryReadEvents
public void setMaxNodesPerHistoryReadEvents(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Specified by:
setMaxNodesPerHistoryReadEvents in interface OperationLimitsType
- Throws:
StatusException
getMaxNodesPerWriteNode
public UaProperty getMaxNodesPerWriteNode()
- Specified by:
getMaxNodesPerWriteNode in interface OperationLimitsType
getMaxNodesPerWrite
public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxNodesPerWrite()
- Specified by:
getMaxNodesPerWrite in interface OperationLimitsType
setMaxNodesPerWrite
public void setMaxNodesPerWrite(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Specified by:
setMaxNodesPerWrite in interface OperationLimitsType
- Throws:
StatusException
getMaxNodesPerHistoryUpdateDataNode
public UaProperty getMaxNodesPerHistoryUpdateDataNode()
- Specified by:
getMaxNodesPerHistoryUpdateDataNode in interface OperationLimitsType
getMaxNodesPerHistoryUpdateData
public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxNodesPerHistoryUpdateData()
- Specified by:
getMaxNodesPerHistoryUpdateData in interface OperationLimitsType
setMaxNodesPerHistoryUpdateData
public void setMaxNodesPerHistoryUpdateData(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Specified by:
setMaxNodesPerHistoryUpdateData in interface OperationLimitsType
- Throws:
StatusException
getMaxNodesPerHistoryUpdateEventsNode
public UaProperty getMaxNodesPerHistoryUpdateEventsNode()
- Specified by:
getMaxNodesPerHistoryUpdateEventsNode in interface OperationLimitsType
getMaxNodesPerHistoryUpdateEvents
public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxNodesPerHistoryUpdateEvents()
- Specified by:
getMaxNodesPerHistoryUpdateEvents in interface OperationLimitsType
setMaxNodesPerHistoryUpdateEvents
public void setMaxNodesPerHistoryUpdateEvents(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Specified by:
setMaxNodesPerHistoryUpdateEvents in interface OperationLimitsType
- Throws:
StatusException
getMaxNodesPerMethodCallNode
public UaProperty getMaxNodesPerMethodCallNode()
- Specified by:
getMaxNodesPerMethodCallNode in interface OperationLimitsType
getMaxNodesPerMethodCall
public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxNodesPerMethodCall()
- Specified by:
getMaxNodesPerMethodCall in interface OperationLimitsType
setMaxNodesPerMethodCall
public void setMaxNodesPerMethodCall(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Specified by:
setMaxNodesPerMethodCall in interface OperationLimitsType
- Throws:
StatusException
getMaxNodesPerBrowseNode
public UaProperty getMaxNodesPerBrowseNode()
- Specified by:
getMaxNodesPerBrowseNode in interface OperationLimitsType
getMaxNodesPerBrowse
public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxNodesPerBrowse()
- Specified by:
getMaxNodesPerBrowse in interface OperationLimitsType
setMaxNodesPerBrowse
public void setMaxNodesPerBrowse(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Specified by:
setMaxNodesPerBrowse in interface OperationLimitsType
- Throws:
StatusException
getMaxNodesPerRegisterNodesNode
public UaProperty getMaxNodesPerRegisterNodesNode()
- Specified by:
getMaxNodesPerRegisterNodesNode in interface OperationLimitsType
getMaxNodesPerRegisterNodes
public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxNodesPerRegisterNodes()
- Specified by:
getMaxNodesPerRegisterNodes in interface OperationLimitsType
setMaxNodesPerRegisterNodes
public void setMaxNodesPerRegisterNodes(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Specified by:
setMaxNodesPerRegisterNodes in interface OperationLimitsType
- Throws:
StatusException
getMaxNodesPerTranslateBrowsePathsToNodeIdsNode
public UaProperty getMaxNodesPerTranslateBrowsePathsToNodeIdsNode()
- Specified by:
getMaxNodesPerTranslateBrowsePathsToNodeIdsNode in interface OperationLimitsType
getMaxNodesPerTranslateBrowsePathsToNodeIds
public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxNodesPerTranslateBrowsePathsToNodeIds()
- Specified by:
getMaxNodesPerTranslateBrowsePathsToNodeIds in interface OperationLimitsType
setMaxNodesPerTranslateBrowsePathsToNodeIds
public void setMaxNodesPerTranslateBrowsePathsToNodeIds(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Specified by:
setMaxNodesPerTranslateBrowsePathsToNodeIds in interface OperationLimitsType
- Throws:
StatusException
getMaxNodesPerNodeManagementNode
public UaProperty getMaxNodesPerNodeManagementNode()
- Specified by:
getMaxNodesPerNodeManagementNode in interface OperationLimitsType
getMaxNodesPerNodeManagement
public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxNodesPerNodeManagement()
- Specified by:
getMaxNodesPerNodeManagement in interface OperationLimitsType
setMaxNodesPerNodeManagement
public void setMaxNodesPerNodeManagement(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Specified by:
setMaxNodesPerNodeManagement in interface OperationLimitsType
- Throws:
StatusException
getMaxMonitoredItemsPerCallNode
public UaProperty getMaxMonitoredItemsPerCallNode()
- Specified by:
getMaxMonitoredItemsPerCallNode in interface OperationLimitsType
getMaxMonitoredItemsPerCall
public org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxMonitoredItemsPerCall()
- Specified by:
getMaxMonitoredItemsPerCall in interface OperationLimitsType
setMaxMonitoredItemsPerCall
public void setMaxMonitoredItemsPerCall(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Specified by:
setMaxMonitoredItemsPerCall in interface OperationLimitsType
- Throws:
StatusException
Copyright © 2018. All rights reserved.