com.prosysopc.ua.types.opcua.server
Class ServerDiagnosticsSummaryTypeNodeBase
java.lang.Object
com.prosysopc.ua.nodes.AbstractUaNode
com.prosysopc.ua.server.nodes.ServerNode
com.prosysopc.ua.server.nodes.BaseNode
com.prosysopc.ua.server.nodes.UaInstanceNode
com.prosysopc.ua.server.nodes.UaVariableNode
com.prosysopc.ua.server.nodes.CacheVariable
com.prosysopc.ua.server.nodes.AbstractGeneratedVariableNode
com.prosysopc.ua.types.opcua.server.BaseVariableTypeNode
com.prosysopc.ua.types.opcua.server.BaseDataVariableTypeNodeBase
com.prosysopc.ua.types.opcua.server.BaseDataVariableTypeNode
com.prosysopc.ua.types.opcua.server.ServerDiagnosticsSummaryTypeNodeBase
- All Implemented Interfaces:
- UaInstance, UaNode, UaValueNode, UaVariable, GeneratedNode, BaseDataVariableType, BaseInstanceType, BaseVariableType, ServerDiagnosticsSummaryType
- Direct Known Subclasses:
- ServerDiagnosticsSummaryTypeNode
public abstract class ServerDiagnosticsSummaryTypeNodeBase
- extends BaseDataVariableTypeNode
- implements ServerDiagnosticsSummaryType
Generated on 2018-05-09 10:46:24
| Fields inherited from interface com.prosysopc.ua.types.opcua.ServerDiagnosticsSummaryType |
CUMULATED_SESSION_COUNT, CUMULATED_SUBSCRIPTION_COUNT, CURRENT_SESSION_COUNT, CURRENT_SUBSCRIPTION_COUNT, PUBLISHING_INTERVAL_COUNT, REJECTED_REQUESTS_COUNT, REJECTED_SESSION_COUNT, SECURITY_REJECTED_REQUESTS_COUNT, SECURITY_REJECTED_SESSION_COUNT, SERVER_VIEW_COUNT, SESSION_ABORT_COUNT, SESSION_TIMEOUT_COUNT |
|
Constructor Summary |
protected |
ServerDiagnosticsSummaryTypeNodeBase(NodeManagerUaNode nodeManager,
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.server.nodes.UaVariableNode |
addProperty, addReflectiveVariable, beforeAddReference, checkPropertyType, checkPropertyType, createDataValue, exposeStructureWithReflectiveVariables, getAccessLevel, getArrayDimensions, getAttributes, getAttributes, getDataType, getDataTypeId, getHistorizing, getMinimumSamplingInterval, getNodeClass, getProperties, getStatus, getUserAccessLevel, getValueRank, hasUserWriteAccess, hasWriteAccess, initSupportedAttributes, isPropertyType, notifyValueChanging, notifyValueChanging, readAttributeValue, semanticsChanged, setAccessLevel, setArrayDimensions, setAttributes, setDataType, setDataTypeId, setHistorizing, setMinimumSamplingInterval, setStatus, setTypeDefinition, setTypeDefinitionId, setUserAccessLevel, setValue, setValue, setValueRank, structureChanged, toString, writeAttributeValue |
| Methods inherited from class com.prosysopc.ua.server.nodes.BaseNode |
addPlainProperty, addPlainVariable, assertTypeSupport, assertTypeSupport, createNodeId, createNodeId, createReflectiveInstanceProperty, createReflectiveInstanceProperty, deleteReference, deleteReference, doAddProperty, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDescription, getDisplayName, getDisplayName, getMethod, getNodeVersion, getNodeVersionValue, getProperty, getPropertyValue, getReferencesAsList, getStandardBrowseName, getStandardDisplayText, getUserWriteMask, getWriteMask, hasProperty, hasReference, incNodeVersion, initNodeVersion, isChildOfType, readAttribute, readAttribute, registerCallbackProperty, registerPlainInstanceProperty, registerPlainInstanceProperty, registerPlainProperty, registerPlainProperty, registerPlainVariable, registerPlainVariable, registerReflectiveInstanceProperty, registerReflectiveInstanceVariable, registerReflectiveProperty, registerReflectiveVariable, removeProperty, setAccessLevelRecursively, setAccessLevelRecursively, setAttribute, setBrowseName, setDescription, setDisplayName, setNodeVersionValue, setPropertyValue, setUserWriteMask, setWriteMask, writeAttribute |
| Methods inherited from class com.prosysopc.ua.server.nodes.ServerNode |
addComponent, addDataChangeListener, addEventListener, addNewReference, addNewReference, addOrganizes, addProperties, addReference, addReference, addReference, addReference, addReference, addReference, afterAddReference, afterDeleteReference, dataChange, deleteReference, deleteReference, deleteReferences, doDeleteReference, equals, findPlaceholders, fireDataChange, fireEvent, fireEventInParents, getAddressSpace, getDefaultBrowseName, getNodeId, getNodeManager, getReference, getReferenceList, getReferences, getSupportedAttributes, getTargetNodes, hashCode, isAddNotifierReferencesToServerObject, isFalseOrNull, isMandatory, isMonitoredForEvents, isTrueOrNull, isType, referenceTypeInherits, removeComponent, removeDataChangeListener, removeEventListener, setAddNotifierReferencesToServerObject, setReferences, supportsAttribute, translateBrowsePathToNodeIds, validateHasEventSourceChain, validateHasEventSourceChain |
| 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 |
ServerDiagnosticsSummaryTypeNodeBase
protected ServerDiagnosticsSummaryTypeNodeBase(NodeManagerUaNode nodeManager,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName)
afterCreate
public void afterCreate()
- Description copied from interface:
GeneratedNode
- This method is called after NodeBuilder has constructed the instance, it is called for every
sub-node that also implement this interface
- Specified by:
afterCreate in interface GeneratedNode- Overrides:
afterCreate in class BaseDataVariableTypeNode
getServerDiagnosticsSummaryTypeNodeInitializer
public static GeneratedNodeInitializer<ServerDiagnosticsSummaryTypeNode> getServerDiagnosticsSummaryTypeNodeInitializer()
setServerDiagnosticsSummaryTypeNodeInitializer
public static void setServerDiagnosticsSummaryTypeNodeInitializer(GeneratedNodeInitializer<ServerDiagnosticsSummaryTypeNode> serverDiagnosticsSummaryTypeNodeInitializerNewValue)
getServerViewCountNode
public BaseDataVariableTypeNode getServerViewCountNode()
- Specified by:
getServerViewCountNode in interface ServerDiagnosticsSummaryType
getServerViewCount
public org.opcfoundation.ua.builtintypes.UnsignedInteger getServerViewCount()
- Specified by:
getServerViewCount in interface ServerDiagnosticsSummaryType
setServerViewCount
public void setServerViewCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
- Specified by:
setServerViewCount in interface ServerDiagnosticsSummaryType
setServerViewCount
public void setServerViewCount(long value)
getCurrentSessionCountNode
public BaseDataVariableTypeNode getCurrentSessionCountNode()
- Specified by:
getCurrentSessionCountNode in interface ServerDiagnosticsSummaryType
getCurrentSessionCount
public org.opcfoundation.ua.builtintypes.UnsignedInteger getCurrentSessionCount()
- Specified by:
getCurrentSessionCount in interface ServerDiagnosticsSummaryType
setCurrentSessionCount
public void setCurrentSessionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
- Specified by:
setCurrentSessionCount in interface ServerDiagnosticsSummaryType
setCurrentSessionCount
public void setCurrentSessionCount(long value)
getCumulatedSessionCountNode
public BaseDataVariableTypeNode getCumulatedSessionCountNode()
- Specified by:
getCumulatedSessionCountNode in interface ServerDiagnosticsSummaryType
getCumulatedSessionCount
public org.opcfoundation.ua.builtintypes.UnsignedInteger getCumulatedSessionCount()
- Specified by:
getCumulatedSessionCount in interface ServerDiagnosticsSummaryType
setCumulatedSessionCount
public void setCumulatedSessionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
- Specified by:
setCumulatedSessionCount in interface ServerDiagnosticsSummaryType
setCumulatedSessionCount
public void setCumulatedSessionCount(long value)
getSecurityRejectedSessionCountNode
public BaseDataVariableTypeNode getSecurityRejectedSessionCountNode()
- Specified by:
getSecurityRejectedSessionCountNode in interface ServerDiagnosticsSummaryType
getSecurityRejectedSessionCount
public org.opcfoundation.ua.builtintypes.UnsignedInteger getSecurityRejectedSessionCount()
- Specified by:
getSecurityRejectedSessionCount in interface ServerDiagnosticsSummaryType
setSecurityRejectedSessionCount
public void setSecurityRejectedSessionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
- Specified by:
setSecurityRejectedSessionCount in interface ServerDiagnosticsSummaryType
setSecurityRejectedSessionCount
public void setSecurityRejectedSessionCount(long value)
getRejectedSessionCountNode
public BaseDataVariableTypeNode getRejectedSessionCountNode()
- Specified by:
getRejectedSessionCountNode in interface ServerDiagnosticsSummaryType
getRejectedSessionCount
public org.opcfoundation.ua.builtintypes.UnsignedInteger getRejectedSessionCount()
- Specified by:
getRejectedSessionCount in interface ServerDiagnosticsSummaryType
setRejectedSessionCount
public void setRejectedSessionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
- Specified by:
setRejectedSessionCount in interface ServerDiagnosticsSummaryType
setRejectedSessionCount
public void setRejectedSessionCount(long value)
getSessionTimeoutCountNode
public BaseDataVariableTypeNode getSessionTimeoutCountNode()
- Specified by:
getSessionTimeoutCountNode in interface ServerDiagnosticsSummaryType
getSessionTimeoutCount
public org.opcfoundation.ua.builtintypes.UnsignedInteger getSessionTimeoutCount()
- Specified by:
getSessionTimeoutCount in interface ServerDiagnosticsSummaryType
setSessionTimeoutCount
public void setSessionTimeoutCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
- Specified by:
setSessionTimeoutCount in interface ServerDiagnosticsSummaryType
setSessionTimeoutCount
public void setSessionTimeoutCount(long value)
getSessionAbortCountNode
public BaseDataVariableTypeNode getSessionAbortCountNode()
- Specified by:
getSessionAbortCountNode in interface ServerDiagnosticsSummaryType
getSessionAbortCount
public org.opcfoundation.ua.builtintypes.UnsignedInteger getSessionAbortCount()
- Specified by:
getSessionAbortCount in interface ServerDiagnosticsSummaryType
setSessionAbortCount
public void setSessionAbortCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
- Specified by:
setSessionAbortCount in interface ServerDiagnosticsSummaryType
setSessionAbortCount
public void setSessionAbortCount(long value)
getPublishingIntervalCountNode
public BaseDataVariableTypeNode getPublishingIntervalCountNode()
- Specified by:
getPublishingIntervalCountNode in interface ServerDiagnosticsSummaryType
getPublishingIntervalCount
public org.opcfoundation.ua.builtintypes.UnsignedInteger getPublishingIntervalCount()
- Specified by:
getPublishingIntervalCount in interface ServerDiagnosticsSummaryType
setPublishingIntervalCount
public void setPublishingIntervalCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
- Specified by:
setPublishingIntervalCount in interface ServerDiagnosticsSummaryType
setPublishingIntervalCount
public void setPublishingIntervalCount(long value)
getCurrentSubscriptionCountNode
public BaseDataVariableTypeNode getCurrentSubscriptionCountNode()
- Specified by:
getCurrentSubscriptionCountNode in interface ServerDiagnosticsSummaryType
getCurrentSubscriptionCount
public org.opcfoundation.ua.builtintypes.UnsignedInteger getCurrentSubscriptionCount()
- Specified by:
getCurrentSubscriptionCount in interface ServerDiagnosticsSummaryType
setCurrentSubscriptionCount
public void setCurrentSubscriptionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
- Specified by:
setCurrentSubscriptionCount in interface ServerDiagnosticsSummaryType
setCurrentSubscriptionCount
public void setCurrentSubscriptionCount(long value)
getCumulatedSubscriptionCountNode
public BaseDataVariableTypeNode getCumulatedSubscriptionCountNode()
- Specified by:
getCumulatedSubscriptionCountNode in interface ServerDiagnosticsSummaryType
getCumulatedSubscriptionCount
public org.opcfoundation.ua.builtintypes.UnsignedInteger getCumulatedSubscriptionCount()
- Specified by:
getCumulatedSubscriptionCount in interface ServerDiagnosticsSummaryType
setCumulatedSubscriptionCount
public void setCumulatedSubscriptionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
- Specified by:
setCumulatedSubscriptionCount in interface ServerDiagnosticsSummaryType
setCumulatedSubscriptionCount
public void setCumulatedSubscriptionCount(long value)
getSecurityRejectedRequestsCountNode
public BaseDataVariableTypeNode getSecurityRejectedRequestsCountNode()
- Specified by:
getSecurityRejectedRequestsCountNode in interface ServerDiagnosticsSummaryType
getSecurityRejectedRequestsCount
public org.opcfoundation.ua.builtintypes.UnsignedInteger getSecurityRejectedRequestsCount()
- Specified by:
getSecurityRejectedRequestsCount in interface ServerDiagnosticsSummaryType
setSecurityRejectedRequestsCount
public void setSecurityRejectedRequestsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
- Specified by:
setSecurityRejectedRequestsCount in interface ServerDiagnosticsSummaryType
setSecurityRejectedRequestsCount
public void setSecurityRejectedRequestsCount(long value)
getRejectedRequestsCountNode
public BaseDataVariableTypeNode getRejectedRequestsCountNode()
- Specified by:
getRejectedRequestsCountNode in interface ServerDiagnosticsSummaryType
getRejectedRequestsCount
public org.opcfoundation.ua.builtintypes.UnsignedInteger getRejectedRequestsCount()
- Specified by:
getRejectedRequestsCount in interface ServerDiagnosticsSummaryType
setRejectedRequestsCount
public void setRejectedRequestsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
- Specified by:
setRejectedRequestsCount in interface ServerDiagnosticsSummaryType
setRejectedRequestsCount
public void setRejectedRequestsCount(long value)
Copyright © 2018. All rights reserved.