com.prosysopc.ua.types.opcua
Interface ServerDiagnosticsSummaryType
- All Superinterfaces:
- BaseDataVariableType, BaseInstanceType, BaseVariableType, UaInstance, UaNode, UaValueNode, UaVariable
- All Known Implementing Classes:
- ServerDiagnosticsSummaryTypeImpl, ServerDiagnosticsSummaryTypeImplBase, ServerDiagnosticsSummaryTypeNode, ServerDiagnosticsSummaryTypeNodeBase
public interface ServerDiagnosticsSummaryType
- extends BaseDataVariableType
Generated on 2018-05-09 10:45:27
| 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 |
SERVER_VIEW_COUNT
static final String SERVER_VIEW_COUNT
- See Also:
- Constant Field Values
CURRENT_SESSION_COUNT
static final String CURRENT_SESSION_COUNT
- See Also:
- Constant Field Values
CUMULATED_SESSION_COUNT
static final String CUMULATED_SESSION_COUNT
- See Also:
- Constant Field Values
SECURITY_REJECTED_SESSION_COUNT
static final String SECURITY_REJECTED_SESSION_COUNT
- See Also:
- Constant Field Values
REJECTED_SESSION_COUNT
static final String REJECTED_SESSION_COUNT
- See Also:
- Constant Field Values
SESSION_TIMEOUT_COUNT
static final String SESSION_TIMEOUT_COUNT
- See Also:
- Constant Field Values
SESSION_ABORT_COUNT
static final String SESSION_ABORT_COUNT
- See Also:
- Constant Field Values
PUBLISHING_INTERVAL_COUNT
static final String PUBLISHING_INTERVAL_COUNT
- See Also:
- Constant Field Values
CURRENT_SUBSCRIPTION_COUNT
static final String CURRENT_SUBSCRIPTION_COUNT
- See Also:
- Constant Field Values
CUMULATED_SUBSCRIPTION_COUNT
static final String CUMULATED_SUBSCRIPTION_COUNT
- See Also:
- Constant Field Values
SECURITY_REJECTED_REQUESTS_COUNT
static final String SECURITY_REJECTED_REQUESTS_COUNT
- See Also:
- Constant Field Values
REJECTED_REQUESTS_COUNT
static final String REJECTED_REQUESTS_COUNT
- See Also:
- Constant Field Values
getServerViewCountNode
BaseDataVariableType getServerViewCountNode()
getServerViewCount
org.opcfoundation.ua.builtintypes.UnsignedInteger getServerViewCount()
setServerViewCount
void setServerViewCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Throws:
StatusException
getCurrentSessionCountNode
BaseDataVariableType getCurrentSessionCountNode()
getCurrentSessionCount
org.opcfoundation.ua.builtintypes.UnsignedInteger getCurrentSessionCount()
setCurrentSessionCount
void setCurrentSessionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Throws:
StatusException
getCumulatedSessionCountNode
BaseDataVariableType getCumulatedSessionCountNode()
getCumulatedSessionCount
org.opcfoundation.ua.builtintypes.UnsignedInteger getCumulatedSessionCount()
setCumulatedSessionCount
void setCumulatedSessionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Throws:
StatusException
getSecurityRejectedSessionCountNode
BaseDataVariableType getSecurityRejectedSessionCountNode()
getSecurityRejectedSessionCount
org.opcfoundation.ua.builtintypes.UnsignedInteger getSecurityRejectedSessionCount()
setSecurityRejectedSessionCount
void setSecurityRejectedSessionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Throws:
StatusException
getRejectedSessionCountNode
BaseDataVariableType getRejectedSessionCountNode()
getRejectedSessionCount
org.opcfoundation.ua.builtintypes.UnsignedInteger getRejectedSessionCount()
setRejectedSessionCount
void setRejectedSessionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Throws:
StatusException
getSessionTimeoutCountNode
BaseDataVariableType getSessionTimeoutCountNode()
getSessionTimeoutCount
org.opcfoundation.ua.builtintypes.UnsignedInteger getSessionTimeoutCount()
setSessionTimeoutCount
void setSessionTimeoutCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Throws:
StatusException
getSessionAbortCountNode
BaseDataVariableType getSessionAbortCountNode()
getSessionAbortCount
org.opcfoundation.ua.builtintypes.UnsignedInteger getSessionAbortCount()
setSessionAbortCount
void setSessionAbortCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Throws:
StatusException
getPublishingIntervalCountNode
BaseDataVariableType getPublishingIntervalCountNode()
getPublishingIntervalCount
org.opcfoundation.ua.builtintypes.UnsignedInteger getPublishingIntervalCount()
setPublishingIntervalCount
void setPublishingIntervalCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Throws:
StatusException
getCurrentSubscriptionCountNode
BaseDataVariableType getCurrentSubscriptionCountNode()
getCurrentSubscriptionCount
org.opcfoundation.ua.builtintypes.UnsignedInteger getCurrentSubscriptionCount()
setCurrentSubscriptionCount
void setCurrentSubscriptionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Throws:
StatusException
getCumulatedSubscriptionCountNode
BaseDataVariableType getCumulatedSubscriptionCountNode()
getCumulatedSubscriptionCount
org.opcfoundation.ua.builtintypes.UnsignedInteger getCumulatedSubscriptionCount()
setCumulatedSubscriptionCount
void setCumulatedSubscriptionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Throws:
StatusException
getSecurityRejectedRequestsCountNode
BaseDataVariableType getSecurityRejectedRequestsCountNode()
getSecurityRejectedRequestsCount
org.opcfoundation.ua.builtintypes.UnsignedInteger getSecurityRejectedRequestsCount()
setSecurityRejectedRequestsCount
void setSecurityRejectedRequestsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Throws:
StatusException
getRejectedRequestsCountNode
BaseDataVariableType getRejectedRequestsCountNode()
getRejectedRequestsCount
org.opcfoundation.ua.builtintypes.UnsignedInteger getRejectedRequestsCount()
setRejectedRequestsCount
void setRejectedRequestsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Throws:
StatusException
Copyright © 2018. All rights reserved.