com.prosysopc.ua.types.opcua
Interface TransparentRedundancyType

All Superinterfaces:
BaseInstanceType, BaseObjectType, ServerRedundancyType, UaInstance, UaNode, UaObject
All Known Implementing Classes:
TransparentRedundancyTypeImpl, TransparentRedundancyTypeImplBase, TransparentRedundancyTypeNode, TransparentRedundancyTypeNodeBase

public interface TransparentRedundancyType
extends ServerRedundancyType

Identifies the capabilties of server that supports transparent redundancy.

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


Field Summary
static String CURRENT_SERVER_ID
           
static String REDUNDANT_SERVER_ARRAY
           
 
Fields inherited from interface com.prosysopc.ua.types.opcua.ServerRedundancyType
REDUNDANCY_SUPPORT
 
Method Summary
 String getCurrentServerId()
           
 UaProperty getCurrentServerIdNode()
           
 org.opcfoundation.ua.core.RedundantServerDataType[] getRedundantServerArray()
           
 UaProperty getRedundantServerArrayNode()
           
 void setCurrentServerId(String value)
           
 void setRedundantServerArray(org.opcfoundation.ua.core.RedundantServerDataType[] 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

CURRENT_SERVER_ID

static final String CURRENT_SERVER_ID
See Also:
Constant Field Values

REDUNDANT_SERVER_ARRAY

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

getCurrentServerIdNode

UaProperty getCurrentServerIdNode()

getCurrentServerId

String getCurrentServerId()

setCurrentServerId

void setCurrentServerId(String value)
                        throws StatusException
Throws:
StatusException

getRedundantServerArrayNode

UaProperty getRedundantServerArrayNode()

getRedundantServerArray

org.opcfoundation.ua.core.RedundantServerDataType[] getRedundantServerArray()

setRedundantServerArray

void setRedundantServerArray(org.opcfoundation.ua.core.RedundantServerDataType[] value)
                             throws StatusException
Throws:
StatusException


Copyright © 2018. All rights reserved.