com.prosysopc.ua.types.opcua.server
Class ServerDiagnosticsSummaryTypeNodeBase

java.lang.Object
  extended by com.prosysopc.ua.nodes.AbstractUaNode
      extended by com.prosysopc.ua.server.nodes.ServerNode
          extended by com.prosysopc.ua.server.nodes.BaseNode
              extended by com.prosysopc.ua.server.nodes.UaInstanceNode
                  extended by com.prosysopc.ua.server.nodes.UaVariableNode
                      extended by com.prosysopc.ua.server.nodes.CacheVariable
                          extended by com.prosysopc.ua.server.nodes.AbstractGeneratedVariableNode
                              extended by com.prosysopc.ua.types.opcua.server.BaseVariableTypeNode
                                  extended by com.prosysopc.ua.types.opcua.server.BaseDataVariableTypeNodeBase
                                      extended by com.prosysopc.ua.types.opcua.server.BaseDataVariableTypeNode
                                          extended by 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


Field Summary
 
Fields inherited from class com.prosysopc.ua.server.nodes.BaseNode
NODE_VERSION_PROPERTY_NAME
 
Fields inherited from class com.prosysopc.ua.server.nodes.ServerNode
eventListeners, INITIALIZATION_TIME, nodeManager, supportedAttributesMap
 
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)
           
 
Method Summary
 void afterCreate()
          This method is called after NodeBuilder has constructed the instance, it is called for every sub-node that also implement this interface
 org.opcfoundation.ua.builtintypes.UnsignedInteger getCumulatedSessionCount()
           
 BaseDataVariableTypeNode getCumulatedSessionCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getCumulatedSubscriptionCount()
           
 BaseDataVariableTypeNode getCumulatedSubscriptionCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getCurrentSessionCount()
           
 BaseDataVariableTypeNode getCurrentSessionCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getCurrentSubscriptionCount()
           
 BaseDataVariableTypeNode getCurrentSubscriptionCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getPublishingIntervalCount()
           
 BaseDataVariableTypeNode getPublishingIntervalCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getRejectedRequestsCount()
           
 BaseDataVariableTypeNode getRejectedRequestsCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getRejectedSessionCount()
           
 BaseDataVariableTypeNode getRejectedSessionCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getSecurityRejectedRequestsCount()
           
 BaseDataVariableTypeNode getSecurityRejectedRequestsCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getSecurityRejectedSessionCount()
           
 BaseDataVariableTypeNode getSecurityRejectedSessionCountNode()
           
static GeneratedNodeInitializer<ServerDiagnosticsSummaryTypeNode> getServerDiagnosticsSummaryTypeNodeInitializer()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getServerViewCount()
           
 BaseDataVariableTypeNode getServerViewCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getSessionAbortCount()
           
 BaseDataVariableTypeNode getSessionAbortCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getSessionTimeoutCount()
           
 BaseDataVariableTypeNode getSessionTimeoutCountNode()
           
 void setCumulatedSessionCount(long value)
           
 void setCumulatedSessionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setCumulatedSubscriptionCount(long value)
           
 void setCumulatedSubscriptionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setCurrentSessionCount(long value)
           
 void setCurrentSessionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setCurrentSubscriptionCount(long value)
           
 void setCurrentSubscriptionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setPublishingIntervalCount(long value)
           
 void setPublishingIntervalCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setRejectedRequestsCount(long value)
           
 void setRejectedRequestsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setRejectedSessionCount(long value)
           
 void setRejectedSessionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setSecurityRejectedRequestsCount(long value)
           
 void setSecurityRejectedRequestsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setSecurityRejectedSessionCount(long value)
           
 void setSecurityRejectedSessionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
static void setServerDiagnosticsSummaryTypeNodeInitializer(GeneratedNodeInitializer<ServerDiagnosticsSummaryTypeNode> serverDiagnosticsSummaryTypeNodeInitializerNewValue)
           
 void setServerViewCount(long value)
           
 void setServerViewCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setSessionAbortCount(long value)
           
 void setSessionAbortCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setSessionTimeoutCount(long value)
           
 void setSessionTimeoutCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 
Methods inherited from class com.prosysopc.ua.types.opcua.server.BaseDataVariableTypeNodeBase
getBaseDataVariableTypeNodeInitializer, setBaseDataVariableTypeNodeInitializer
 
Methods inherited from class com.prosysopc.ua.server.nodes.AbstractGeneratedVariableNode
callAfterCreateIfExists, getDefaultTypeDefinition, getQualifiedName
 
Methods inherited from class com.prosysopc.ua.server.nodes.CacheVariable
doSetValue, getValue, updateValue, updateValue
 
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.UaInstanceNode
addModellingRule, getTypeDefinition, getTypeDefinitionId, hasTypeDefinition, registerOverridePlainMethod, setTypeDefinitionId, supportsTypeDefinitionNode
 
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 class com.prosysopc.ua.nodes.AbstractUaNode
getForwardReferences, getInverseReferences, getReferences, getReferences, referenceTypeInherits
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseVariableType
getValue, setValue
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseInstanceType
getQualifiedName
 
Methods inherited from interface com.prosysopc.ua.nodes.UaVariable
addDataChangeListener, getAccessLevel, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, removeDataChangeListener, setAccessLevel, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel
 
Methods inherited from interface com.prosysopc.ua.nodes.UaInstance
getTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId
 
Methods inherited from interface com.prosysopc.ua.nodes.UaValueNode
getArrayDimensions, getDataType, getDataTypeId, getValueRank, setArrayDimensions, setDataType, setDataTypeId, setValue, setValueRank
 
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
 

Constructor Detail

ServerDiagnosticsSummaryTypeNodeBase

protected ServerDiagnosticsSummaryTypeNodeBase(NodeManagerUaNode nodeManager,
                                               org.opcfoundation.ua.builtintypes.NodeId nodeId,
                                               org.opcfoundation.ua.builtintypes.QualifiedName browseName,
                                               org.opcfoundation.ua.builtintypes.LocalizedText displayName)
Method Detail

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.