com.prosysopc.ua.types.opcua
Interface ServerDiagnosticsType

All Superinterfaces:
BaseInstanceType, BaseObjectType, UaInstance, UaNode, UaObject
All Known Implementing Classes:
ServerDiagnosticsTypeImpl, ServerDiagnosticsTypeImplBase, ServerDiagnosticsTypeNode, ServerDiagnosticsTypeNodeBase

public interface ServerDiagnosticsType
extends BaseObjectType

The diagnostics information for a server.

Generated on 2018-05-09 10:45:27


Field Summary
static String ENABLED_FLAG
           
static String SAMPLING_INTERVAL_DIAGNOSTICS_ARRAY
           
static String SERVER_DIAGNOSTICS_SUMMARY
           
static String SESSIONS_DIAGNOSTICS_SUMMARY
           
static String SUBSCRIPTION_DIAGNOSTICS_ARRAY
           
 
Method Summary
 UaProperty getEnabledFlagNode()
           
 org.opcfoundation.ua.core.SamplingIntervalDiagnosticsDataType[] getSamplingIntervalDiagnosticsArray()
           
 SamplingIntervalDiagnosticsArrayType getSamplingIntervalDiagnosticsArrayNode()
           
 org.opcfoundation.ua.core.ServerDiagnosticsSummaryDataType getServerDiagnosticsSummary()
           
 ServerDiagnosticsSummaryType getServerDiagnosticsSummaryNode()
           
 SessionsDiagnosticsSummaryType getSessionsDiagnosticsSummaryNode()
           
 org.opcfoundation.ua.core.SubscriptionDiagnosticsDataType[] getSubscriptionDiagnosticsArray()
           
 SubscriptionDiagnosticsArrayType getSubscriptionDiagnosticsArrayNode()
           
 Boolean isEnabledFlag()
           
 void setEnabledFlag(Boolean value)
           
 void setSamplingIntervalDiagnosticsArray(org.opcfoundation.ua.core.SamplingIntervalDiagnosticsDataType[] value)
           
 void setServerDiagnosticsSummary(org.opcfoundation.ua.core.ServerDiagnosticsSummaryDataType value)
           
 void setSubscriptionDiagnosticsArray(org.opcfoundation.ua.core.SubscriptionDiagnosticsDataType[] value)
           
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseInstanceType
getQualifiedName
 
Methods inherited from interface com.prosysopc.ua.nodes.UaObject
callMethod, getEventNotifier, getIcon, setEventNotifier, setIcon
 
Methods inherited from interface com.prosysopc.ua.nodes.UaInstance
getTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId
 
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

ENABLED_FLAG

static final String ENABLED_FLAG
See Also:
Constant Field Values

SESSIONS_DIAGNOSTICS_SUMMARY

static final String SESSIONS_DIAGNOSTICS_SUMMARY
See Also:
Constant Field Values

SERVER_DIAGNOSTICS_SUMMARY

static final String SERVER_DIAGNOSTICS_SUMMARY
See Also:
Constant Field Values

SAMPLING_INTERVAL_DIAGNOSTICS_ARRAY

static final String SAMPLING_INTERVAL_DIAGNOSTICS_ARRAY
See Also:
Constant Field Values

SUBSCRIPTION_DIAGNOSTICS_ARRAY

static final String SUBSCRIPTION_DIAGNOSTICS_ARRAY
See Also:
Constant Field Values
Method Detail

getEnabledFlagNode

UaProperty getEnabledFlagNode()

isEnabledFlag

Boolean isEnabledFlag()

setEnabledFlag

void setEnabledFlag(Boolean value)
                    throws StatusException
Throws:
StatusException

getServerDiagnosticsSummaryNode

ServerDiagnosticsSummaryType getServerDiagnosticsSummaryNode()

getServerDiagnosticsSummary

org.opcfoundation.ua.core.ServerDiagnosticsSummaryDataType getServerDiagnosticsSummary()

setServerDiagnosticsSummary

void setServerDiagnosticsSummary(org.opcfoundation.ua.core.ServerDiagnosticsSummaryDataType value)
                                 throws StatusException
Throws:
StatusException

getSamplingIntervalDiagnosticsArrayNode

SamplingIntervalDiagnosticsArrayType getSamplingIntervalDiagnosticsArrayNode()

getSamplingIntervalDiagnosticsArray

org.opcfoundation.ua.core.SamplingIntervalDiagnosticsDataType[] getSamplingIntervalDiagnosticsArray()

setSamplingIntervalDiagnosticsArray

void setSamplingIntervalDiagnosticsArray(org.opcfoundation.ua.core.SamplingIntervalDiagnosticsDataType[] value)
                                         throws StatusException
Throws:
StatusException

getSubscriptionDiagnosticsArrayNode

SubscriptionDiagnosticsArrayType getSubscriptionDiagnosticsArrayNode()

getSubscriptionDiagnosticsArray

org.opcfoundation.ua.core.SubscriptionDiagnosticsDataType[] getSubscriptionDiagnosticsArray()

setSubscriptionDiagnosticsArray

void setSubscriptionDiagnosticsArray(org.opcfoundation.ua.core.SubscriptionDiagnosticsDataType[] value)
                                     throws StatusException
Throws:
StatusException

getSessionsDiagnosticsSummaryNode

SessionsDiagnosticsSummaryType getSessionsDiagnosticsSummaryNode()


Copyright © 2018. All rights reserved.