public interface ServerType extends BaseObjectType
| Modifier and Type | Interface and Description |
|---|---|
static class |
ServerType.GetMonitoredItemsMethodOutputs |
UaNode.Parameters| Modifier and Type | Field and Description |
|---|---|
static String |
AUDITING |
static String |
ESTIMATED_RETURN_TIME |
static String |
GET_MONITORED_ITEMS |
static String |
LOCAL_TIME |
static String |
NAMESPACE_ARRAY |
static String |
NAMESPACES |
static String |
REQUEST_SERVER_STATE_CHANGE |
static String |
RESEND_DATA |
static String |
SERVER_ARRAY |
static String |
SERVER_CAPABILITIES |
static String |
SERVER_DIAGNOSTICS |
static String |
SERVER_REDUNDANCY |
static String |
SERVER_STATUS |
static String |
SERVICE_LEVEL |
static String |
SET_SUBSCRIPTION_DURABLE |
static String |
URIS_VERSION |
static String |
VENDOR_SERVER_INFO |
getQualifiedNamecallMethod, getEventNotifier, getIcon, setEventNotifier, setIcongetTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionIdaddComponent, 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 ESTIMATED_RETURN_TIME
static final String LOCAL_TIME
static final String NAMESPACE_ARRAY
static final String SERVICE_LEVEL
static final String URIS_VERSION
static final String SERVER_ARRAY
static final String AUDITING
static final String SERVER_REDUNDANCY
static final String NAMESPACES
static final String SERVER_DIAGNOSTICS
static final String VENDOR_SERVER_INFO
static final String SERVER_CAPABILITIES
static final String SERVER_STATUS
static final String SET_SUBSCRIPTION_DURABLE
static final String GET_MONITORED_ITEMS
static final String REQUEST_SERVER_STATE_CHANGE
static final String RESEND_DATA
UaProperty getEstimatedReturnTimeNode()
DateTime getEstimatedReturnTime()
void setEstimatedReturnTime(DateTime value) throws StatusException
StatusExceptionUaProperty getLocalTimeNode()
TimeZoneDataType getLocalTime()
void setLocalTime(TimeZoneDataType value) throws StatusException
StatusExceptionUaProperty getNamespaceArrayNode()
String[] getNamespaceArray()
void setNamespaceArray(String[] value) throws StatusException
StatusExceptionUaProperty getServiceLevelNode()
UnsignedByte getServiceLevel()
void setServiceLevel(UnsignedByte value) throws StatusException
StatusExceptionUaProperty getUrisVersionNode()
UnsignedInteger getUrisVersion()
void setUrisVersion(UnsignedInteger value) throws StatusException
StatusExceptionUaProperty getServerArrayNode()
String[] getServerArray()
void setServerArray(String[] value) throws StatusException
StatusExceptionUaProperty getAuditingNode()
Boolean isAuditing()
void setAuditing(Boolean value) throws StatusException
StatusExceptionServerStatusType getServerStatusNode()
ServerStatusDataType getServerStatus()
void setServerStatus(ServerStatusDataType value) throws StatusException
StatusExceptionServerRedundancyType getServerRedundancyNode()
NamespacesType getNamespacesNode()
ServerDiagnosticsType getServerDiagnosticsNode()
VendorServerInfoType getVendorServerInfoNode()
ServerCapabilitiesType getServerCapabilitiesNode()
UaMethod getSetSubscriptionDurableNode()
UnsignedInteger setSubscriptionDurable(UnsignedInteger f_subscriptionId, UnsignedInteger f_lifetimeInHours) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getGetMonitoredItemsNode()
ServerType.GetMonitoredItemsMethodOutputs getMonitoredItems(UnsignedInteger f_subscriptionId) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getRequestServerStateChangeNode()
void requestServerStateChange(ServerState f_state, DateTime f_estimatedReturnTime, UnsignedInteger f_secondsTillShutdown, LocalizedText f_reason, Boolean f_restart) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getResendDataNode()
void resendData(UnsignedInteger f_subscriptionId) throws StatusException, ServiceException
StatusExceptionServiceExceptionCopyright © 2026. All rights reserved.