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
| 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 |
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
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.