com.prosysopc.ua.types.opcua.client
Class TrustListTypeImplBase
java.lang.Object
com.prosysopc.ua.nodes.AbstractUaNode
com.prosysopc.ua.client.nodes.UaNodeImpl
com.prosysopc.ua.client.nodes.UaInstanceImpl
com.prosysopc.ua.client.nodes.UaObjectImpl
com.prosysopc.ua.types.opcua.client.BaseObjectTypeImpl
com.prosysopc.ua.types.opcua.client.FileTypeImplBase
com.prosysopc.ua.types.opcua.client.FileTypeImpl
com.prosysopc.ua.types.opcua.client.TrustListTypeImplBase
- All Implemented Interfaces:
- UaInstance, UaNode, UaObject, BaseInstanceType, BaseObjectType, FileType, TrustListType
- Direct Known Subclasses:
- TrustListTypeImpl
public abstract class TrustListTypeImplBase
- extends FileTypeImpl
- implements TrustListType
Generated on 2018-05-09 10:45:27
| Fields inherited from interface com.prosysopc.ua.types.opcua.FileType |
CLOSE, GET_POSITION, MIME_TYPE, OPEN, OPEN_COUNT, READ, SET_POSITION, SIZE, USER_WRITABLE, WRITABLE, WRITE |
|
Constructor Summary |
protected |
TrustListTypeImplBase(AddressSpace addressSpace,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName)
|
| Methods inherited from class com.prosysopc.ua.types.opcua.client.FileTypeImplBase |
close, closeAsync, getCloseNode, getGetPositionNode, getMimeType, getMimeTypeNode, getOpenCount, getOpenCountNode, getOpenNode, getPosition, getPositionAsync, getReadNode, getSetPositionNode, getSize, getSizeNode, getUserWritableNode, getWritableNode, getWriteNode, isUserWritable, isWritable, open, openAsync, read, readAsync, setMimeType, setOpenCount, setPosition, setPositionAsync, setSize, setUserWritable, setWritable, write, writeAsync |
| Methods inherited from class com.prosysopc.ua.client.nodes.UaObjectImpl |
addComponent, call, call, call, callAsync, callAsync, callAsync, callMethod, getAttributes, getAttributes, getEventNotifier, getIcon, getNodeClass, initSupportedAttributes, readAttributeValue, setAttributes, setEventNotifier, setIcon, toString, writeAttributeValue |
| Methods inherited from class com.prosysopc.ua.client.nodes.UaNodeImpl |
addProperties, addProperty, addReference, addReference, addReference, addReference, afterAddReference, afterDeleteReference, assertTypeSupport, assertTypeSupport, beforeAddReference, deleteReference, deleteReference, deleteReference, deleteReference, deleteReferences, doAddProperty, equals, findPlaceholders, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDescription, getDisplayName, getDisplayName, getMethod, getNodeId, getNodeVersion, getNodeVersionString, getProperties, getProperty, getPropertyValue, getReference, getReferenceList, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hashCode, hasProperty, hasTypeDefinition, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, referenceTypeInherits, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setNodeVersion, setPropertyValue, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute |
| Methods inherited from interface com.prosysopc.ua.types.opcua.FileType |
close, getCloseNode, getGetPositionNode, getMimeType, getMimeTypeNode, getOpenCount, getOpenCountNode, getOpenNode, getPosition, getReadNode, getSetPositionNode, getSize, getSizeNode, getUserWritableNode, getWritableNode, getWriteNode, isUserWritable, isWritable, open, read, setMimeType, setOpenCount, setPosition, setSize, setUserWritable, setWritable, write |
| 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 |
TrustListTypeImplBase
protected TrustListTypeImplBase(AddressSpace addressSpace,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName)
getLastUpdateTimeNode
public UaProperty getLastUpdateTimeNode()
- Specified by:
getLastUpdateTimeNode in interface TrustListType
getLastUpdateTime
public org.opcfoundation.ua.builtintypes.DateTime getLastUpdateTime()
- Specified by:
getLastUpdateTime in interface TrustListType
setLastUpdateTime
public void setLastUpdateTime(org.opcfoundation.ua.builtintypes.DateTime value)
throws StatusException
- Specified by:
setLastUpdateTime in interface TrustListType
- Throws:
StatusException
getOpenWithMasksNode
public UaMethod getOpenWithMasksNode()
- Specified by:
getOpenWithMasksNode in interface TrustListType
openWithMasks
public org.opcfoundation.ua.builtintypes.UnsignedInteger openWithMasks(org.opcfoundation.ua.builtintypes.UnsignedInteger masks)
throws MethodCallStatusException,
ServiceException
- Specified by:
openWithMasks in interface TrustListType
- Throws:
MethodCallStatusException
ServiceException
openWithMasksAsync
public org.opcfoundation.ua.transport.AsyncResult<? extends org.opcfoundation.ua.builtintypes.UnsignedInteger> openWithMasksAsync(org.opcfoundation.ua.builtintypes.UnsignedInteger masks)
getCloseAndUpdateNode
public UaMethod getCloseAndUpdateNode()
- Specified by:
getCloseAndUpdateNode in interface TrustListType
closeAndUpdate
public Boolean closeAndUpdate(org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle)
throws MethodCallStatusException,
ServiceException
- Specified by:
closeAndUpdate in interface TrustListType
- Throws:
MethodCallStatusException
ServiceException
closeAndUpdateAsync
public org.opcfoundation.ua.transport.AsyncResult<? extends Boolean> closeAndUpdateAsync(org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle)
getAddCertificateNode
public UaMethod getAddCertificateNode()
- Specified by:
getAddCertificateNode in interface TrustListType
addCertificate
public void addCertificate(org.opcfoundation.ua.builtintypes.ByteString certificate,
Boolean isTrustedCertificate)
throws MethodCallStatusException,
ServiceException
- Specified by:
addCertificate in interface TrustListType
- Throws:
MethodCallStatusException
ServiceException
addCertificateAsync
public org.opcfoundation.ua.transport.AsyncResult<Void> addCertificateAsync(org.opcfoundation.ua.builtintypes.ByteString certificate,
Boolean isTrustedCertificate)
getRemoveCertificateNode
public UaMethod getRemoveCertificateNode()
- Specified by:
getRemoveCertificateNode in interface TrustListType
removeCertificate
public void removeCertificate(String thumbprint,
Boolean isTrustedCertificate)
throws MethodCallStatusException,
ServiceException
- Specified by:
removeCertificate in interface TrustListType
- Throws:
MethodCallStatusException
ServiceException
removeCertificateAsync
public org.opcfoundation.ua.transport.AsyncResult<Void> removeCertificateAsync(String thumbprint,
Boolean isTrustedCertificate)
Copyright © 2018. All rights reserved.