public interface ServerStatusType extends BaseDataVariableType
UaNode.Parameters| Modifier and Type | Field and Description |
|---|---|
static String |
BUILD_INFO |
static String |
CURRENT_TIME |
static String |
SECONDS_TILL_SHUTDOWN |
static String |
SHUTDOWN_REASON |
static String |
START_TIME |
static String |
STATE |
| Modifier and Type | Method and Description |
|---|---|
BuildInfo |
getBuildInfo() |
BuildInfoType |
getBuildInfoNode() |
DateTime |
getCurrentTime() |
BaseDataVariableType |
getCurrentTimeNode() |
UnsignedInteger |
getSecondsTillShutdown() |
BaseDataVariableType |
getSecondsTillShutdownNode() |
LocalizedText |
getShutdownReason() |
BaseDataVariableType |
getShutdownReasonNode() |
DateTime |
getStartTime() |
BaseDataVariableType |
getStartTimeNode() |
ServerState |
getState() |
BaseDataVariableType |
getStateNode() |
void |
setBuildInfo(BuildInfo value) |
void |
setCurrentTime(DateTime value) |
void |
setSecondsTillShutdown(UnsignedInteger value) |
void |
setShutdownReason(LocalizedText value) |
void |
setStartTime(DateTime value) |
void |
setState(ServerState value) |
getValue, setValuegetQualifiedNameaddDataChangeListener, getAccessLevel, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, removeDataChangeListener, setAccessLevel, setHistorizing, setMinimumSamplingInterval, setUserAccessLevelgetTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionIdgetArrayDimensions, getDataType, getDataTypeId, getValueRank, setArrayDimensions, setDataType, setDataTypeId, setValue, setValueRankaddComponent, addOrganizes, addProperty, addReference, addReference, addReference, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getAttributesMap, getBrowseName, getBrowsePaths, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersionNode, getOrganizedNode, getOrganizedNodes, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUaBrowsePaths, getUaNodeId, getUserData, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserData, setUserWriteMask, setWriteMask, supportsAttribute, writeAttributestatic final String STATE
static final String SECONDS_TILL_SHUTDOWN
static final String BUILD_INFO
static final String SHUTDOWN_REASON
static final String START_TIME
static final String CURRENT_TIME
BaseDataVariableType getStateNode()
ServerState getState()
void setState(ServerState value) throws StatusException
StatusExceptionBaseDataVariableType getSecondsTillShutdownNode()
UnsignedInteger getSecondsTillShutdown()
void setSecondsTillShutdown(UnsignedInteger value) throws StatusException
StatusExceptionBuildInfoType getBuildInfoNode()
BuildInfo getBuildInfo()
void setBuildInfo(BuildInfo value) throws StatusException
StatusExceptionBaseDataVariableType getShutdownReasonNode()
LocalizedText getShutdownReason()
void setShutdownReason(LocalizedText value) throws StatusException
StatusExceptionBaseDataVariableType getStartTimeNode()
DateTime getStartTime()
void setStartTime(DateTime value) throws StatusException
StatusExceptionBaseDataVariableType getCurrentTimeNode()
DateTime getCurrentTime()
void setCurrentTime(DateTime value) throws StatusException
StatusExceptionCopyright © 2026. All rights reserved.