com.prosysopc.ua.types.opcua
Interface ServerStatusType

All Superinterfaces:
BaseDataVariableType, BaseInstanceType, BaseVariableType, UaInstance, UaNode, UaValueNode, UaVariable
All Known Implementing Classes:
ServerStatusTypeImpl, ServerStatusTypeImplBase, ServerStatusTypeNode, ServerStatusTypeNodeBase

public interface ServerStatusType
extends BaseDataVariableType

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


Field Summary
static String BUILD_INFO
           
static String CURRENT_TIME
           
static String SECONDS_TILL_SHUTDOWN
           
static String SHUTDOWN_REASON
           
static String START_TIME
           
static String STATE
           
 
Method Summary
 org.opcfoundation.ua.core.BuildInfo getBuildInfo()
           
 BuildInfoType getBuildInfoNode()
           
 org.opcfoundation.ua.builtintypes.DateTime getCurrentTime()
           
 BaseDataVariableType getCurrentTimeNode()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger getSecondsTillShutdown()
           
 BaseDataVariableType getSecondsTillShutdownNode()
           
 org.opcfoundation.ua.builtintypes.LocalizedText getShutdownReason()
           
 BaseDataVariableType getShutdownReasonNode()
           
 org.opcfoundation.ua.builtintypes.DateTime getStartTime()
           
 BaseDataVariableType getStartTimeNode()
           
 org.opcfoundation.ua.core.ServerState getState()
           
 BaseDataVariableType getStateNode()
           
 void setBuildInfo(org.opcfoundation.ua.core.BuildInfo value)
           
 void setCurrentTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void setSecondsTillShutdown(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void setShutdownReason(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void setStartTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void setState(org.opcfoundation.ua.core.ServerState 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

START_TIME

static final String START_TIME
See Also:
Constant Field Values

CURRENT_TIME

static final String CURRENT_TIME
See Also:
Constant Field Values

STATE

static final String STATE
See Also:
Constant Field Values

BUILD_INFO

static final String BUILD_INFO
See Also:
Constant Field Values

SECONDS_TILL_SHUTDOWN

static final String SECONDS_TILL_SHUTDOWN
See Also:
Constant Field Values

SHUTDOWN_REASON

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

getStartTimeNode

BaseDataVariableType getStartTimeNode()

getStartTime

org.opcfoundation.ua.builtintypes.DateTime getStartTime()

setStartTime

void setStartTime(org.opcfoundation.ua.builtintypes.DateTime value)
                  throws StatusException
Throws:
StatusException

getCurrentTimeNode

BaseDataVariableType getCurrentTimeNode()

getCurrentTime

org.opcfoundation.ua.builtintypes.DateTime getCurrentTime()

setCurrentTime

void setCurrentTime(org.opcfoundation.ua.builtintypes.DateTime value)
                    throws StatusException
Throws:
StatusException

getStateNode

BaseDataVariableType getStateNode()

getState

org.opcfoundation.ua.core.ServerState getState()

setState

void setState(org.opcfoundation.ua.core.ServerState value)
              throws StatusException
Throws:
StatusException

getBuildInfoNode

BuildInfoType getBuildInfoNode()

getBuildInfo

org.opcfoundation.ua.core.BuildInfo getBuildInfo()

setBuildInfo

void setBuildInfo(org.opcfoundation.ua.core.BuildInfo value)
                  throws StatusException
Throws:
StatusException

getSecondsTillShutdownNode

BaseDataVariableType getSecondsTillShutdownNode()

getSecondsTillShutdown

org.opcfoundation.ua.builtintypes.UnsignedInteger getSecondsTillShutdown()

setSecondsTillShutdown

void setSecondsTillShutdown(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
                            throws StatusException
Throws:
StatusException

getShutdownReasonNode

BaseDataVariableType getShutdownReasonNode()

getShutdownReason

org.opcfoundation.ua.builtintypes.LocalizedText getShutdownReason()

setShutdownReason

void setShutdownReason(org.opcfoundation.ua.builtintypes.LocalizedText value)
                       throws StatusException
Throws:
StatusException


Copyright © 2018. All rights reserved.