| Package | Description |
|---|---|
| com.prosysopc.ua.client |
Main client side classes of the SDK.
|
| com.prosysopc.ua.client.nodes |
Client side implementation classes for the
UaNode model. |
| com.prosysopc.ua.stack.application |
The code in this package is for application developer.
|
| com.prosysopc.ua.stack.transport |
This package contains SecureChannel and related interfaces
|
| com.prosysopc.ua.stack.transport.endpoint |
Endpoint related classes
|
| com.prosysopc.ua.stack.transport.https |
Code for creating a HTTPS based secure channel
|
| com.prosysopc.ua.stack.transport.impl |
This package contains SecureChannel related implementations
|
| com.prosysopc.ua.stack.transport.tcp.io | |
| com.prosysopc.ua.stack.utils |
Utility classes
|
| com.prosysopc.ua.types.gds.client | |
| com.prosysopc.ua.types.opcua.client |
| Modifier and Type | Method and Description |
|---|---|
AsyncResult<BrowseResponse> |
AddressSpace.browseAsync(ExpandedNodeId nodeId)
Browses the server address space using several, different browse descriptions at the same time.
|
AsyncResult<BrowseResponse> |
AddressSpace.browseAsync(NodeId nodeId)
Browses the server address space using several, different browse descriptions at the same time.
|
AsyncResult<BrowseResponse> |
AddressSpace.browseAsync(UaNodeId nodeId)
Browses the server address space using several, different browse descriptions at the same time.
|
AsyncResult<BrowseResponse> |
AddressSpace.browseAsync(ViewDescription view,
int maxRequestedReferencesPerNode,
BrowseDescription... nodesToBrowse)
Browses the server address space using several, different browse descriptions at the same time.
|
AsyncResult<CallResponse> |
UaClient.callAsync(CallMethodRequest... methodsToCall)
Call several methods asynchronously.
|
AsyncResult<HistoryReadResponse> |
UaClient.historyReadAsync(HistoryReadDetails details,
TimestampsToReturn timestampsToReturn,
Boolean releaseContinuationPoints,
HistoryReadValueId... nodesToRead)
Read history of nodes asynchronously.
|
AsyncResult<HistoryUpdateResponse> |
UaClient.historyUpdateAsync(HistoryUpdateDetails... details)
Update history data in the server.
|
AsyncResult<ReadResponse> |
UaClient.readAsync(Double maxAge,
TimestampsToReturn timestampsToReturn,
ReadValueId... nodesToRead)
Read node attributes from the server asynchronously.
|
AsyncResult<StatusCode[]> |
UaClient.removeSubscriptionsAsync(Subscription... subscriptions)
Remove subscriptions from Subscriptions, asynchronously.
|
<T extends ServiceResponse> |
UaClient.serviceRequestAsync(ServiceRequest<T> request)
Send a custom service request to the server, asynchronously.
|
AsyncResult<WriteResponse> |
UaClient.writeAsync(WriteValue... nodesToWrite)
Write node attributes to the server asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T> AsyncResult<T> |
UaObjectImpl.callAsync(NodeId methodId,
MethodArgumentTransformer<T> outputTransformer,
Object... inputArgs)
Helper method for generated code.
|
AsyncResult<Object[]> |
UaObjectImpl.callAsync(NodeId nodeId,
Object... inputArgs)
Call a method on the object asynchronously.
|
AsyncResult<Object[]> |
UaObjectImpl.callAsync(NodeId methodId,
Variant[] variantArgs)
Call a method for this object in the server.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncResult<SecureChannel> |
SessionChannel.closeAsync()
Close the session and the secure channel asynchronously.
|
<T extends ServiceResponse> |
SessionChannel.serviceRequestAsync(ServiceRequest<T> request)
Asynchronous invocation of session service request.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncResult<ServerSecureChannel> |
AbstractServerSecureChannel.closeAsync()
Close the secure channel.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncResult<SecureChannel> |
HttpsClientSecureChannel.closeAsync()
Close the secure channel.
|
AsyncResult<SecureChannel> |
HttpsClientSecureChannel.openAsync() |
<T extends ServiceResponse> |
HttpsClientSecureChannel.serviceRequestAsync(ServiceRequest<T> request) |
<T extends ServiceResponse> |
HttpsClient.serviceRequestAsync(ServiceRequest<T> serviceRequest)
Asynchronous operation to send a request over the secure channel.
|
<T extends ServiceResponse> |
HttpsClient.serviceRequestAsync(ServiceRequest<T> serviceRequest,
long operationTimeout)
Asynchronous operation to send a request over the secure channel.
|
<T extends ServiceResponse> |
HttpsClient.serviceRequestAsync(ServiceRequest<T> serviceRequest,
long operationTimeout,
int secureChannelId)
serviceRequestAsync.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncResultImpl<T>
AsyncResultImpl class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncResultImpl.setSource(AsyncResult<T> source)
Links another result as a source of this result object
|
| Modifier and Type | Method and Description |
|---|---|
AsyncResult<SecureChannel> |
SecureChannelTcp.closeAsync()
closeAsync.
|
AsyncResult<SecureChannel> |
SecureChannelTcp.openAsync()
Asynchronous open channel.
|
<T extends ServiceResponse> |
SecureChannelTcp.serviceRequestAsync(ServiceRequest<T> request)
Asynchronous operation to send a request over the secure channel.
|
<T extends ServiceResponse> |
ITransportChannel.serviceRequestAsync(ServiceRequest<T> request)
Asynchronous operation to send a request over the secure channel.
|
<T extends ServiceResponse> |
SecureChannelTcp.serviceRequestAsync(ServiceRequest<T> request,
long operationTimeout)
Asynchronous operation to send a request over the secure channel.
|
<T extends ServiceResponse> |
ITransportChannel.serviceRequestAsync(ServiceRequest<T> request,
long operationTimeout)
Asynchronous operation to send a request over the secure channel.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
StackUtils.barrierWait(AsyncResult<?>[] requests,
long timeout)
Wait for a group to requests to go into final state
|
| Modifier and Type | Method and Description |
|---|---|
AsyncResult<? extends CertificateDirectoryType.CheckRevocationStatusMethodOutputs> |
CertificateDirectoryTypeImplBase.checkRevocationStatusAsync(ByteString f_certificate) |
AsyncResult<? extends ApplicationRecordDataType[]> |
DirectoryTypeImplBase.findApplicationsAsync(String f_applicationUri) |
AsyncResult<? extends KeyCredentialServiceType.FinishRequestMethodOutputs> |
KeyCredentialServiceTypeImplBase.finishRequestAsync(NodeId f_requestId,
Boolean f_cancelRequest) |
AsyncResult<? extends CertificateDirectoryType.FinishRequestMethodOutputs> |
CertificateDirectoryTypeImplBase.finishRequestAsync(NodeId f_applicationId,
NodeId f_requestId) |
AsyncResult<? extends ApplicationRecordDataType> |
DirectoryTypeImplBase.getApplicationAsync(NodeId f_applicationId) |
AsyncResult<? extends NodeId[]> |
CertificateDirectoryTypeImplBase.getCertificateGroupsAsync(NodeId f_applicationId) |
AsyncResult<? extends CertificateDirectoryType.GetCertificatesMethodOutputs> |
CertificateDirectoryTypeImplBase.getCertificatesAsync(NodeId f_applicationId,
NodeId f_certificateGroupId) |
AsyncResult<? extends Boolean> |
CertificateDirectoryTypeImplBase.getCertificateStatusAsync(NodeId f_applicationId,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId) |
AsyncResult<? extends AuthorizationServiceType.GetServiceDescriptionMethodOutputs> |
AuthorizationServiceTypeImplBase.getServiceDescriptionAsync() |
AsyncResult<? extends NodeId> |
CertificateDirectoryTypeImplBase.getTrustListAsync(NodeId f_applicationId,
NodeId f_certificateGroupId) |
AsyncResult<? extends DirectoryType.QueryApplicationsMethodOutputs> |
DirectoryTypeImplBase.queryApplicationsAsync(UnsignedInteger f_startingRecordId,
UnsignedInteger f_maxRecordsToReturn,
String f_applicationName,
String f_applicationUri,
UnsignedInteger f_applicationType,
String f_productUri,
String[] f_capabilities) |
AsyncResult<? extends DirectoryType.QueryServersMethodOutputs> |
DirectoryTypeImplBase.queryServersAsync(UnsignedInteger f_startingRecordId,
UnsignedInteger f_maxRecordsToReturn,
String f_applicationName,
String f_applicationUri,
String f_productUri,
String[] f_serverCapabilities) |
AsyncResult<? extends NodeId> |
DirectoryTypeImplBase.registerApplicationAsync(ApplicationRecordDataType f_application) |
AsyncResult<? extends String> |
AuthorizationServiceTypeImplBase.requestAccessTokenAsync(UserIdentityToken f_identityToken,
String f_resourceId) |
AsyncResult<Void> |
KeyCredentialServiceTypeImplBase.revokeAsync(String f_credentialId) |
AsyncResult<Void> |
CertificateDirectoryTypeImplBase.revokeCertificateAsync(NodeId f_applicationId,
ByteString f_certificate) |
AsyncResult<? extends NodeId> |
CertificateDirectoryTypeImplBase.startNewKeyPairRequestAsync(NodeId f_applicationId,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
String f_subjectName,
String[] f_domainNames,
String f_privateKeyFormat,
String f_privateKeyPassword) |
AsyncResult<? extends NodeId> |
KeyCredentialServiceTypeImplBase.startRequestAsync(String f_applicationUri,
ByteString f_publicKey,
String f_securityPolicyUri,
NodeId[] f_requestedRoles) |
AsyncResult<? extends NodeId> |
CertificateDirectoryTypeImplBase.startSigningRequestAsync(NodeId f_applicationId,
NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
ByteString f_certificateRequest) |
AsyncResult<Void> |
DirectoryTypeImplBase.unregisterApplicationAsync(NodeId f_applicationId) |
AsyncResult<Void> |
DirectoryTypeImplBase.updateApplicationAsync(ApplicationRecordDataType f_application) |
| Modifier and Type | Method and Description |
|---|---|
AsyncResult<Void> |
AcknowledgeableConditionTypeImplBase.acknowledgeAsync(ByteString f_eventId,
LocalizedText f_comment) |
AsyncResult<Void> |
RoleTypeImplBase.addApplicationAsync(String f_applicationUri) |
AsyncResult<Void> |
TrustListTypeImplBase.addCertificateAsync(ByteString f_certificate,
Boolean f_isTrustedCertificate) |
AsyncResult<Void> |
ConditionTypeImplBase.addCommentAsync(ByteString f_eventId,
LocalizedText f_comment) |
AsyncResult<? extends NodeId> |
PublishSubscribeTypeImplBase.addConnectionAsync(PubSubConnectionDataType f_configuration) |
AsyncResult<? extends NodeId> |
SubscribedDataSetFolderTypeImplBase.addDataSetFolderAsync(String f_name) |
AsyncResult<? extends NodeId> |
DataSetFolderTypeImplBase.addDataSetFolderAsync(String f_name) |
AsyncResult<? extends NodeId> |
ReaderGroupTypeImplBase.addDataSetReaderAsync(DataSetReaderDataType f_configuration) |
AsyncResult<? extends NodeId> |
WriterGroupTypeImplBase.addDataSetWriterAsync(DataSetWriterDataType f_configuration) |
AsyncResult<Void> |
RoleTypeImplBase.addEndpointAsync(EndpointType f_endpoint) |
AsyncResult<? extends NodeId> |
ExtensionFieldsTypeImplBase.addExtensionFieldAsync(QualifiedName f_fieldName,
Object f_fieldValue) |
AsyncResult<Void> |
RoleTypeImplBase.addIdentityAsync(IdentityMappingRuleType f_rule) |
AsyncResult<Void> |
PriorityMappingTableTypeImplBase.addPriorityMappingEntryAsync(String f_mappingUri,
String f_priorityLabel,
UnsignedByte f_priorityValue_PCP,
UnsignedInteger f_priorityValue_DSCP) |
AsyncResult<? extends DataSetFolderType.AddPublishedDataItemsMethodOutputs> |
DataSetFolderTypeImplBase.addPublishedDataItemsAsync(String f_name,
String[] f_fieldNameAliases,
DataSetFieldFlags[] f_fieldFlags,
PublishedVariableDataType[] f_variablesToAdd) |
AsyncResult<? extends DataSetFolderType.AddPublishedDataItemsTemplateMethodOutputs> |
DataSetFolderTypeImplBase.addPublishedDataItemsTemplateAsync(String f_name,
DataSetMetaDataType f_dataSetMetaData,
PublishedVariableDataType[] f_variablesToAdd) |
AsyncResult<? extends DataSetFolderType.AddPublishedEventsMethodOutputs> |
DataSetFolderTypeImplBase.addPublishedEventsAsync(String f_name,
NodeId f_eventNotifier,
String[] f_fieldNameAliases,
DataSetFieldFlags[] f_fieldFlags,
SimpleAttributeOperand[] f_selectedFields,
ContentFilter f_filter) |
AsyncResult<? extends NodeId> |
DataSetFolderTypeImplBase.addPublishedEventsTemplateAsync(String f_name,
DataSetMetaDataType f_dataSetMetaData,
NodeId f_eventNotifier,
SimpleAttributeOperand[] f_selectedFields,
ContentFilter f_filter) |
AsyncResult<? extends NodeId> |
PubSubKeyPushTargetFolderTypeImplBase.addPushTargetAsync(String f_applicationUri,
String f_endpointUrl,
String f_securityPolicyUri,
UserTokenPolicy f_userTokenType,
UnsignedShort f_requestedKeyCount,
Double f_retryInterval) |
AsyncResult<? extends NodeId> |
PubSubKeyPushTargetFolderTypeImplBase.addPushTargetFolderAsync(String f_name) |
AsyncResult<? extends NodeId> |
PubSubConnectionTypeImplBase.addReaderGroupAsync(ReaderGroupDataType f_configuration) |
AsyncResult<? extends NodeId> |
RoleSetTypeImplBase.addRoleAsync(String f_roleName,
String f_namespaceUri) |
AsyncResult<? extends SecurityGroupFolderType.AddSecurityGroupMethodOutputs> |
SecurityGroupFolderTypeImplBase.addSecurityGroupAsync(String f_securityGroupName,
Double f_keyLifetime,
String f_securityPolicyUri,
UnsignedInteger f_maxFutureKeyCount,
UnsignedInteger f_maxPastKeyCount) |
AsyncResult<? extends NodeId> |
SecurityGroupFolderTypeImplBase.addSecurityGroupFolderAsync(String f_name) |
AsyncResult<? extends NodeId> |
SubscribedDataSetFolderTypeImplBase.addSubscribedDataSetAsync(StandaloneSubscribedDataSetDataType f_subscribedDataSet) |
AsyncResult<? extends StatusCode[]> |
TargetVariablesTypeImplBase.addTargetVariablesAsync(ConfigurationVersionDataType f_configurationVersion,
FieldTargetDataType[] f_targetVariablesToAdd) |
AsyncResult<Void> |
UserManagementTypeImplBase.addUserAsync(String f_userName,
String f_password,
UserConfigurationMask f_userConfiguration,
String f_description) |
AsyncResult<? extends PublishedDataItemsType.AddVariablesMethodOutputs> |
PublishedDataItemsTypeImplBase.addVariablesAsync(ConfigurationVersionDataType f_configurationVersion,
String[] f_fieldNameAliases,
Boolean[] f_promotedFields,
PublishedVariableDataType[] f_variablesToAdd) |
AsyncResult<? extends NodeId> |
PubSubConnectionTypeImplBase.addWriterGroupAsync(WriterGroupDataType f_configuration) |
AsyncResult<Void> |
ServerConfigurationTypeImplBase.applyChangesAsync() |
AsyncResult<Object[]> |
BaseObjectTypeImpl.callMethodAsync(QualifiedName browseName,
Object... inArgs) |
AsyncResult<Void> |
ServerConfigurationTypeImplBase.cancelChangesAsync() |
AsyncResult<Void> |
UserManagementTypeImplBase.changePasswordAsync(String f_oldPassword,
String f_newPassword) |
AsyncResult<? extends NodeId> |
TemporaryFileTransferTypeImplBase.closeAndCommitAsync(UnsignedInteger f_fileHandle) |
AsyncResult<? extends Boolean> |
TrustListTypeImplBase.closeAndUpdateAsync(UnsignedInteger f_fileHandle) |
AsyncResult<? extends PubSubConfigurationType.CloseAndUpdateMethodOutputs> |
PubSubConfigurationTypeImplBase.closeAndUpdateAsync(UnsignedInteger f_fileHandle,
Boolean f_requireCompleteUpdate,
PubSubConfigurationRefDataType[] f_configurationReferences) |
AsyncResult<? extends ConfigurationFileType.CloseAndUpdateMethodOutputs> |
ConfigurationFileTypeImplBase.closeAndUpdateAsync(UnsignedInteger f_fileHandle,
UnsignedInteger f_versionToUpdate,
ConfigurationUpdateTargetType[] f_targets,
Double f_revertAfterTime,
Double f_restartDelayTime) |
AsyncResult<Void> |
FileTypeImplBase.closeAsync(UnsignedInteger f_fileHandle) |
AsyncResult<? extends Integer[]> |
SerializationEntityTypeImplBase.configureSerializationAsync(KeyValuePair[] f_serializationFilterProperties) |
AsyncResult<Void> |
AcknowledgeableConditionTypeImplBase.confirmAsync(ByteString f_eventId,
LocalizedText f_comment) |
AsyncResult<Void> |
ConfigurationFileTypeImplBase.confirmUpdateAsync(UUID f_updateId) |
AsyncResult<? extends StatusCode[]> |
PubSubKeyPushTargetTypeImplBase.connectSecurityGroupsAsync(NodeId[] f_securityGroupIds) |
AsyncResult<? extends NodeId> |
KeyCredentialConfigurationFolderTypeImplBase.createCredentialAsync(String f_name,
String f_resourceUri,
String f_profileUri,
String[] f_endpointUrls) |
AsyncResult<? extends NodeId> |
DataSetReaderTypeImplBase.createDataSetMirrorAsync(String f_parentNodeName,
RolePermissionType[] f_rolePermissions) |
AsyncResult<? extends NodeId> |
FileDirectoryTypeImplBase.createDirectoryAsync(String f_directoryName) |
AsyncResult<? extends FileDirectoryType.CreateFileMethodOutputs> |
FileDirectoryTypeImplBase.createFileAsync(String f_fileName,
Boolean f_requestFileOpen) |
AsyncResult<? extends ByteString> |
ServerConfigurationTypeImplBase.createSelfSignedCertificateAsync(NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
String f_subjectName,
String[] f_dnsNames,
String[] f_ipAddresses,
UnsignedShort f_lifetimeInDays,
UnsignedShort f_keySizeInBits) |
AsyncResult<? extends ByteString> |
ServerConfigurationTypeImplBase.createSigningRequestAsync(NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
String f_subjectName,
Boolean f_regeneratePrivateKey,
ByteString f_nonce) |
AsyncResult<? extends StatusCode[]> |
DataSetReaderTypeImplBase.createTargetVariablesAsync(ConfigurationVersionDataType f_configurationVersion,
FieldTargetDataType[] f_targetVariablesToAdd) |
AsyncResult<Void> |
FileDirectoryTypeImplBase.deleteAsync(NodeId f_objectToDelete) |
AsyncResult<Void> |
ServerConfigurationTypeImplBase.deleteCertificateAsync(NodeId f_certificateGroupId,
NodeId f_certificateTypeId) |
AsyncResult<Void> |
KeyCredentialConfigurationTypeImplBase.deleteCredentialAsync() |
AsyncResult<Void> |
PriorityMappingTableTypeImplBase.deletePriorityMappingEntryAsync(String f_mappingUri,
String f_priorityLabel) |
AsyncResult<Void> |
PubSubStatusTypeImplBase.disableAsync() |
AsyncResult<Void> |
ConditionTypeImplBase.disableAsync() |
AsyncResult<? extends StatusCode[]> |
PubSubKeyPushTargetTypeImplBase.disconnectSecurityGroupsAsync(NodeId[] f_securityGroupIds) |
AsyncResult<Void> |
PubSubStatusTypeImplBase.enableAsync() |
AsyncResult<Void> |
ConditionTypeImplBase.enableAsync() |
AsyncResult<Void> |
AddressSpaceFileTypeImplBase.exportNamespaceAsync() |
AsyncResult<Void> |
NonTransparentBackupRedundancyTypeImplBase.failoverAsync() |
AsyncResult<? extends AliasNameDataType[]> |
AliasNameCategoryTypeImplBase.findAliasAsync(String f_aliasNameSearchPattern,
NodeId f_referenceTypeFilter) |
AsyncResult<Void> |
SecurityGroupTypeImplBase.forceKeyRotationAsync() |
AsyncResult<? extends TemporaryFileTransferType.GenerateFileForReadMethodOutputs> |
TemporaryFileTransferTypeImplBase.generateFileForReadAsync(Object f_generateOptions) |
AsyncResult<? extends TemporaryFileTransferType.GenerateFileForWriteMethodOutputs> |
TemporaryFileTransferTypeImplBase.generateFileForWriteAsync(Object f_generateOptions) |
AsyncResult<? extends ServerConfigurationType.GetCertificatesMethodOutputs> |
ServerConfigurationTypeImplBase.getCertificatesAsync(NodeId f_certificateGroupId) |
AsyncResult<? extends KeyCredentialConfigurationType.GetEncryptingKeyMethodOutputs> |
KeyCredentialConfigurationTypeImplBase.getEncryptingKeyAsync(String f_credentialId,
String f_requestedSecurityPolicyUri) |
AsyncResult<? extends NodeId[]> |
AlarmConditionTypeImplBase.getGroupMembershipsAsync() |
AsyncResult<? extends ServerType.GetMonitoredItemsMethodOutputs> |
ServerTypeImplBase.getMonitoredItemsAsync(UnsignedInteger f_subscriptionId) |
AsyncResult<? extends UnsignedLong> |
FileTypeImplBase.getPositionAsync(UnsignedInteger f_fileHandle) |
AsyncResult<? extends LogObjectType.GetRecordsMethodOutputs> |
LogObjectTypeImplBase.getRecordsAsync(DateTime f_startTime,
DateTime f_endTime,
UnsignedInteger f_maxReturnRecords,
UnsignedShort f_minimumSeverity,
LogRecordMask f_requestMask,
ByteString f_continuationPointIn) |
AsyncResult<? extends ByteString[]> |
ServerConfigurationTypeImplBase.getRejectedListAsync() |
AsyncResult<? extends ByteString[]> |
CertificateGroupTypeImplBase.getRejectedListAsync() |
AsyncResult<? extends NodeId> |
PubSubKeyServiceTypeImplBase.getSecurityGroupAsync(String f_securityGroupId) |
AsyncResult<? extends PubSubKeyServiceType.GetSecurityKeysMethodOutputs> |
PubSubKeyServiceTypeImplBase.getSecurityKeysAsync(String f_securityGroupId,
UnsignedInteger f_startingTokenId,
UnsignedInteger f_requestedKeyCount) |
AsyncResult<Void> |
ProgramStateMachineTypeImplBase.haltAsync() |
AsyncResult<Void> |
SecurityGroupTypeImplBase.invalidateKeysAsync() |
AsyncResult<? extends ConfigurationVersionDataType> |
PublishedEventsTypeImplBase.modifyFieldSelectionAsync(ConfigurationVersionDataType f_configurationVersion,
String[] f_fieldNameAliases,
Boolean[] f_promotedFields,
SimpleAttributeOperand[] f_selectedFields) |
AsyncResult<Void> |
UserManagementTypeImplBase.modifyUserAsync(String f_userName,
Boolean f_modifyPassword,
String f_password,
Boolean f_modifyUserConfiguration,
UserConfigurationMask f_userConfiguration,
Boolean f_modifyDescription,
String f_description) |
AsyncResult<? extends NodeId> |
FileDirectoryTypeImplBase.moveOrCopyAsync(NodeId f_objectToMoveOrCopy,
NodeId f_targetDirectory,
Boolean f_createCopy,
String f_newName) |
AsyncResult<Void> |
ShelvedStateMachineTypeImplBase.oneShotShelve2Async(LocalizedText f_comment) |
AsyncResult<Void> |
ShelvedStateMachineTypeImplBase.oneShotShelveAsync() |
AsyncResult<? extends UnsignedInteger> |
FileTypeImplBase.openAsync(UnsignedByte f_mode) |
AsyncResult<? extends UnsignedInteger> |
TrustListTypeImplBase.openWithMasksAsync(UnsignedInteger f_masks) |
AsyncResult<Void> |
AlarmConditionTypeImplBase.placeInService2Async(LocalizedText f_comment) |
AsyncResult<Void> |
AlarmConditionTypeImplBase.placeInServiceAsync() |
AsyncResult<? extends ByteString> |
FileTypeImplBase.readAsync(UnsignedInteger f_fileHandle,
Integer f_length) |
AsyncResult<Void> |
RoleTypeImplBase.removeApplicationAsync(String f_applicationUri) |
AsyncResult<Void> |
TrustListTypeImplBase.removeCertificateAsync(String f_thumbprint,
Boolean f_isTrustedCertificate) |
AsyncResult<Void> |
PublishSubscribeTypeImplBase.removeConnectionAsync(NodeId f_connectionId) |
AsyncResult<Void> |
SubscribedDataSetFolderTypeImplBase.removeDataSetFolderAsync(NodeId f_dataSetFolderNodeId) |
AsyncResult<Void> |
DataSetFolderTypeImplBase.removeDataSetFolderAsync(NodeId f_dataSetFolderNodeId) |
AsyncResult<Void> |
ReaderGroupTypeImplBase.removeDataSetReaderAsync(NodeId f_dataSetReaderNodeId) |
AsyncResult<Void> |
WriterGroupTypeImplBase.removeDataSetWriterAsync(NodeId f_dataSetWriterNodeId) |
AsyncResult<Void> |
RoleTypeImplBase.removeEndpointAsync(EndpointType f_endpoint) |
AsyncResult<Void> |
ExtensionFieldsTypeImplBase.removeExtensionFieldAsync(NodeId f_fieldId) |
AsyncResult<Void> |
AlarmConditionTypeImplBase.removeFromService2Async(LocalizedText f_comment) |
AsyncResult<Void> |
AlarmConditionTypeImplBase.removeFromServiceAsync() |
AsyncResult<Void> |
PubSubConnectionTypeImplBase.removeGroupAsync(NodeId f_groupId) |
AsyncResult<Void> |
RoleTypeImplBase.removeIdentityAsync(IdentityMappingRuleType f_rule) |
AsyncResult<Void> |
DataSetFolderTypeImplBase.removePublishedDataSetAsync(NodeId f_dataSetNodeId) |
AsyncResult<Void> |
PubSubKeyPushTargetFolderTypeImplBase.removePushTargetAsync(NodeId f_pushTargetId) |
AsyncResult<Void> |
PubSubKeyPushTargetFolderTypeImplBase.removePushTargetFolderAsync(NodeId f_pushTargetFolderNodeId) |
AsyncResult<Void> |
RoleSetTypeImplBase.removeRoleAsync(NodeId f_roleNodeId) |
AsyncResult<Void> |
SecurityGroupFolderTypeImplBase.removeSecurityGroupAsync(NodeId f_securityGroupNodeId) |
AsyncResult<Void> |
SecurityGroupFolderTypeImplBase.removeSecurityGroupFolderAsync(NodeId f_securityGroupFolderNodeId) |
AsyncResult<Void> |
SubscribedDataSetFolderTypeImplBase.removeSubscribedDataSetAsync(NodeId f_subscribedDataSetNodeId) |
AsyncResult<? extends StatusCode[]> |
TargetVariablesTypeImplBase.removeTargetVariablesAsync(ConfigurationVersionDataType f_configurationVersion,
UnsignedInteger[] f_targetsToRemove) |
AsyncResult<Void> |
UserManagementTypeImplBase.removeUserAsync(String f_userName) |
AsyncResult<? extends PublishedDataItemsType.RemoveVariablesMethodOutputs> |
PublishedDataItemsTypeImplBase.removeVariablesAsync(ConfigurationVersionDataType f_configurationVersion,
UnsignedInteger[] f_variablesToRemove) |
AsyncResult<Void> |
ServerTypeImplBase.requestServerStateChangeAsync(ServerState f_state,
DateTime f_estimatedReturnTime,
UnsignedInteger f_secondsTillShutdown,
LocalizedText f_reason,
Boolean f_restart) |
AsyncResult<? extends String[]> |
ProvisionableDeviceTypeImplBase.requestTicketsAsync() |
AsyncResult<Void> |
ServerTypeImplBase.resendDataAsync(UnsignedInteger f_subscriptionId) |
AsyncResult<? extends PubSubConfigurationType.ReserveIdsMethodOutputs> |
PubSubConfigurationTypeImplBase.reserveIdsAsync(String f_transportProfileUri,
UnsignedShort f_numReqWriterGroupIds,
UnsignedShort f_numReqDataSetWriterIds) |
AsyncResult<Void> |
AlarmConditionTypeImplBase.reset2Async(LocalizedText f_comment) |
AsyncResult<Void> |
PubSubDiagnosticsTypeImplBase.resetAsync() |
AsyncResult<Void> |
ProgramStateMachineTypeImplBase.resetAsync() |
AsyncResult<Void> |
FileTransferStateMachineTypeImplBase.resetAsync() |
AsyncResult<Void> |
AlarmMetricsTypeImplBase.resetAsync() |
AsyncResult<Void> |
AlarmConditionTypeImplBase.resetAsync() |
AsyncResult<Void> |
ServerConfigurationTypeImplBase.resetToServerDefaultsAsync() |
AsyncResult<Void> |
DialogConditionTypeImplBase.respond2Async(Integer f_selectedResponse,
LocalizedText f_comment) |
AsyncResult<Void> |
DialogConditionTypeImplBase.respondAsync(Integer f_selectedResponse) |
AsyncResult<Void> |
ProgramStateMachineTypeImplBase.resumeAsync() |
AsyncResult<Void> |
FileTypeImplBase.setPositionAsync(UnsignedInteger f_fileHandle,
UnsignedLong f_position) |
AsyncResult<Void> |
ProvisionableDeviceTypeImplBase.setRegistrarEndpointsAsync(ApplicationDescription[] f_registrars) |
AsyncResult<Void> |
PublishSubscribeTypeImplBase.setSecurityKeysAsync(String f_securityGroupId,
String f_securityPolicyUri,
UnsignedInteger f_currentTokenId,
ByteString f_currentKey,
ByteString[] f_futureKeys,
Double f_timeToNextKey,
Double f_keyLifetime) |
AsyncResult<? extends UnsignedInteger> |
ServerTypeImplBase.setSubscriptionDurableAsync(UnsignedInteger f_subscriptionId,
UnsignedInteger f_lifetimeInHours) |
AsyncResult<Void> |
AlarmConditionTypeImplBase.silenceAsync() |
AsyncResult<Void> |
ProgramStateMachineTypeImplBase.startAsync() |
AsyncResult<Void> |
AlarmConditionTypeImplBase.suppress2Async(LocalizedText f_comment) |
AsyncResult<Void> |
AlarmConditionTypeImplBase.suppressAsync() |
AsyncResult<Void> |
ProgramStateMachineTypeImplBase.suspendAsync() |
AsyncResult<Void> |
ShelvedStateMachineTypeImplBase.timedShelve2Async(Double f_shelvingTime,
LocalizedText f_comment) |
AsyncResult<Void> |
ShelvedStateMachineTypeImplBase.timedShelveAsync(Double f_shelvingTime) |
AsyncResult<Void> |
PubSubKeyPushTargetTypeImplBase.triggerKeyUpdateAsync() |
AsyncResult<Void> |
ShelvedStateMachineTypeImplBase.unshelve2Async(LocalizedText f_comment) |
AsyncResult<Void> |
ShelvedStateMachineTypeImplBase.unshelveAsync() |
AsyncResult<Void> |
AlarmConditionTypeImplBase.unsuppress2Async(LocalizedText f_comment) |
AsyncResult<Void> |
AlarmConditionTypeImplBase.unsuppressAsync() |
AsyncResult<? extends Boolean> |
ServerConfigurationTypeImplBase.updateCertificateAsync(NodeId f_certificateGroupId,
NodeId f_certificateTypeId,
ByteString f_certificate,
ByteString[] f_issuerCertificates,
String f_privateKeyFormat,
ByteString f_privateKey) |
AsyncResult<Void> |
KeyCredentialConfigurationTypeImplBase.updateCredentialAsync(String f_credentialId,
ByteString f_credentialSecret,
String f_certificateThumbprint,
String f_securityPolicyUri) |
AsyncResult<Void> |
FileTypeImplBase.writeAsync(UnsignedInteger f_fileHandle,
ByteString f_data) |
Copyright © 2026. All rights reserved.