com.prosysopc.ua.types.opcua
Interface SessionsDiagnosticsSummaryType
- All Superinterfaces:
- BaseInstanceType, BaseObjectType, UaInstance, UaNode, UaObject
- All Known Implementing Classes:
- SessionsDiagnosticsSummaryTypeImpl, SessionsDiagnosticsSummaryTypeImplBase, SessionsDiagnosticsSummaryTypeNode, SessionsDiagnosticsSummaryTypeNodeBase
public interface SessionsDiagnosticsSummaryType
- extends BaseObjectType
Provides a summary of session level diagnostics.
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 |
CLIENT_NAME__PLACEHOLDER
static final String CLIENT_NAME__PLACEHOLDER
- See Also:
- Constant Field Values
SESSION_DIAGNOSTICS_ARRAY
static final String SESSION_DIAGNOSTICS_ARRAY
- See Also:
- Constant Field Values
SESSION_SECURITY_DIAGNOSTICS_ARRAY
static final String SESSION_SECURITY_DIAGNOSTICS_ARRAY
- See Also:
- Constant Field Values
getSessionDiagnosticsArrayNode
SessionDiagnosticsArrayType getSessionDiagnosticsArrayNode()
getSessionDiagnosticsArray
org.opcfoundation.ua.core.SessionDiagnosticsDataType[] getSessionDiagnosticsArray()
setSessionDiagnosticsArray
void setSessionDiagnosticsArray(org.opcfoundation.ua.core.SessionDiagnosticsDataType[] value)
throws StatusException
- Throws:
StatusException
getSessionSecurityDiagnosticsArrayNode
SessionSecurityDiagnosticsArrayType getSessionSecurityDiagnosticsArrayNode()
getSessionSecurityDiagnosticsArray
org.opcfoundation.ua.core.SessionSecurityDiagnosticsDataType[] getSessionSecurityDiagnosticsArray()
setSessionSecurityDiagnosticsArray
void setSessionSecurityDiagnosticsArray(org.opcfoundation.ua.core.SessionSecurityDiagnosticsDataType[] value)
throws StatusException
- Throws:
StatusException
Copyright © 2018. All rights reserved.