com.prosysopc.ua.types.opcua.client
Class ServerDiagnosticsSummaryTypeImplBase
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.UaVariableImpl
com.prosysopc.ua.types.opcua.client.BaseVariableTypeImpl
com.prosysopc.ua.types.opcua.client.BaseDataVariableTypeImplBase
com.prosysopc.ua.types.opcua.client.BaseDataVariableTypeImpl
com.prosysopc.ua.types.opcua.client.ServerDiagnosticsSummaryTypeImplBase
- All Implemented Interfaces:
- UaInstance, UaNode, UaValueNode, UaVariable, BaseDataVariableType, BaseInstanceType, BaseVariableType, ServerDiagnosticsSummaryType
- Direct Known Subclasses:
- ServerDiagnosticsSummaryTypeImpl
public abstract class ServerDiagnosticsSummaryTypeImplBase
- extends BaseDataVariableTypeImpl
- implements ServerDiagnosticsSummaryType
Generated on 2018-05-09 10:45:27
| 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 |
ServerDiagnosticsSummaryTypeImplBase(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.UaVariableImpl |
addDataChangeListener, getAccessLevel, getArrayDimensions, getAttributes, getAttributes, getDataType, getDataTypeId, getHistorizing, getMinimumSamplingInterval, getNodeClass, getUserAccessLevel, getValue, getValueRank, hasUserWriteAccess, hasWriteAccess, initSupportedAttributes, readAttributeValue, readValue, removeDataChangeListener, setAccessLevel, setArrayDimensions, setAttribute, setAttributes, setDataType, setDataTypeId, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValue, setValueRank, toString, writeAttributeValue, writeValue |
| Methods inherited from class com.prosysopc.ua.client.nodes.UaNodeImpl |
addComponent, 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, readAttribute, readAttribute, referenceTypeInherits, removeComponent, removeProperty, 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 |
ServerDiagnosticsSummaryTypeImplBase
protected ServerDiagnosticsSummaryTypeImplBase(AddressSpace addressSpace,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName)
getServerViewCountNode
public BaseDataVariableType 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)
throws StatusException
- Specified by:
setServerViewCount in interface ServerDiagnosticsSummaryType
- Throws:
StatusException
getCurrentSessionCountNode
public BaseDataVariableType 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)
throws StatusException
- Specified by:
setCurrentSessionCount in interface ServerDiagnosticsSummaryType
- Throws:
StatusException
getCumulatedSessionCountNode
public BaseDataVariableType 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)
throws StatusException
- Specified by:
setCumulatedSessionCount in interface ServerDiagnosticsSummaryType
- Throws:
StatusException
getSecurityRejectedSessionCountNode
public BaseDataVariableType 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)
throws StatusException
- Specified by:
setSecurityRejectedSessionCount in interface ServerDiagnosticsSummaryType
- Throws:
StatusException
getRejectedSessionCountNode
public BaseDataVariableType 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)
throws StatusException
- Specified by:
setRejectedSessionCount in interface ServerDiagnosticsSummaryType
- Throws:
StatusException
getSessionTimeoutCountNode
public BaseDataVariableType 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)
throws StatusException
- Specified by:
setSessionTimeoutCount in interface ServerDiagnosticsSummaryType
- Throws:
StatusException
getSessionAbortCountNode
public BaseDataVariableType 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)
throws StatusException
- Specified by:
setSessionAbortCount in interface ServerDiagnosticsSummaryType
- Throws:
StatusException
getPublishingIntervalCountNode
public BaseDataVariableType 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)
throws StatusException
- Specified by:
setPublishingIntervalCount in interface ServerDiagnosticsSummaryType
- Throws:
StatusException
getCurrentSubscriptionCountNode
public BaseDataVariableType 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)
throws StatusException
- Specified by:
setCurrentSubscriptionCount in interface ServerDiagnosticsSummaryType
- Throws:
StatusException
getCumulatedSubscriptionCountNode
public BaseDataVariableType 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)
throws StatusException
- Specified by:
setCumulatedSubscriptionCount in interface ServerDiagnosticsSummaryType
- Throws:
StatusException
getSecurityRejectedRequestsCountNode
public BaseDataVariableType 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)
throws StatusException
- Specified by:
setSecurityRejectedRequestsCount in interface ServerDiagnosticsSummaryType
- Throws:
StatusException
getRejectedRequestsCountNode
public BaseDataVariableType 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)
throws StatusException
- Specified by:
setRejectedRequestsCount in interface ServerDiagnosticsSummaryType
- Throws:
StatusException
Copyright © 2018. All rights reserved.