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


Field Summary
static String CUMULATED_SESSION_COUNT
           
static String CUMULATED_SUBSCRIPTION_COUNT
           
static String CURRENT_SESSION_COUNT
           
static String CURRENT_SUBSCRIPTION_COUNT
           
static String PUBLISHING_INTERVAL_COUNT
           
static String REJECTED_REQUESTS_COUNT
           
static String REJECTED_SESSION_COUNT
           
static String SECURITY_REJECTED_REQUESTS_COUNT
           
static String SECURITY_REJECTED_SESSION_COUNT
           
static String SERVER_VIEW_COUNT
           
static String SESSION_ABORT_COUNT
           
static String SESSION_TIMEOUT_COUNT
           
 
Method Summary
 org.opcfoundation.ua.builtintypes.UnsignedInteger getCumulatedSessionCount()
           
 BaseDataVariableType getCumulatedSessionCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getCumulatedSubscriptionCount()
           
 BaseDataVariableType getCumulatedSubscriptionCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getCurrentSessionCount()
           
 BaseDataVariableType getCurrentSessionCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getCurrentSubscriptionCount()
           
 BaseDataVariableType getCurrentSubscriptionCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getPublishingIntervalCount()
           
 BaseDataVariableType getPublishingIntervalCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getRejectedRequestsCount()
           
 BaseDataVariableType getRejectedRequestsCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getRejectedSessionCount()
           
 BaseDataVariableType getRejectedSessionCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getSecurityRejectedRequestsCount()
           
 BaseDataVariableType getSecurityRejectedRequestsCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getSecurityRejectedSessionCount()
           
 BaseDataVariableType getSecurityRejectedSessionCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getServerViewCount()
           
 BaseDataVariableType getServerViewCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getSessionAbortCount()
           
 BaseDataVariableType getSessionAbortCountNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getSessionTimeoutCount()
           
 BaseDataVariableType getSessionTimeoutCountNode()
           
 void setCumulatedSessionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setCumulatedSubscriptionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setCurrentSessionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setCurrentSubscriptionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setPublishingIntervalCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setRejectedRequestsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setRejectedSessionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setSecurityRejectedRequestsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setSecurityRejectedSessionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setServerViewCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setSessionAbortCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setSessionTimeoutCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 
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
 

Field Detail

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
Method Detail

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.