com.prosysopc.ua.types.opcua
Interface NonTransparentRedundancyType

All Superinterfaces:
BaseInstanceType, BaseObjectType, ServerRedundancyType, UaInstance, UaNode, UaObject
All Known Subinterfaces:
NonTransparentNetworkRedundancyType
All Known Implementing Classes:
NonTransparentNetworkRedundancyTypeImpl, NonTransparentNetworkRedundancyTypeImplBase, NonTransparentNetworkRedundancyTypeNode, NonTransparentNetworkRedundancyTypeNodeBase, NonTransparentRedundancyTypeImpl, NonTransparentRedundancyTypeImplBase, NonTransparentRedundancyTypeNode, NonTransparentRedundancyTypeNodeBase

public interface NonTransparentRedundancyType
extends ServerRedundancyType

Identifies the capabilties of server that supports non-transparent redundancy.

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


Field Summary
static String SERVER_URI_ARRAY
           
 
Fields inherited from interface com.prosysopc.ua.types.opcua.ServerRedundancyType
REDUNDANCY_SUPPORT
 
Method Summary
 String[] getServerUriArray()
           
 UaProperty getServerUriArrayNode()
           
 void setServerUriArray(String[] value)
           
 
Methods inherited from interface com.prosysopc.ua.types.opcua.ServerRedundancyType
getRedundancySupport, getRedundancySupportNode, setRedundancySupport
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseInstanceType
getQualifiedName
 
Methods inherited from interface com.prosysopc.ua.nodes.UaObject
callMethod, getEventNotifier, getIcon, setEventNotifier, setIcon
 
Methods inherited from interface com.prosysopc.ua.nodes.UaInstance
getTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId
 
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

SERVER_URI_ARRAY

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

getServerUriArrayNode

UaProperty getServerUriArrayNode()

getServerUriArray

String[] getServerUriArray()

setServerUriArray

void setServerUriArray(String[] value)
                       throws StatusException
Throws:
StatusException


Copyright © 2018. All rights reserved.