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
| 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 |
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
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.