Uses of Class
com.prosysopc.ua.MethodCallStatusException

Packages that use MethodCallStatusException
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.types.di.client   
com.prosysopc.ua.types.gds.client   
com.prosysopc.ua.types.opcua.client   
 

Uses of MethodCallStatusException in com.prosysopc.ua.client
 

Methods in com.prosysopc.ua.client that throw MethodCallStatusException
 org.opcfoundation.ua.builtintypes.Variant[] UaClient.call(org.opcfoundation.ua.builtintypes.NodeId objectId, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant... inputArguments)
          Call a method in the server.
 

Uses of MethodCallStatusException in com.prosysopc.ua.client.nodes
 

Methods in com.prosysopc.ua.client.nodes that throw MethodCallStatusException
protected
<T> T
UaObjectImpl.call(org.opcfoundation.ua.builtintypes.NodeId methodId, MethodArgumentTransformer<T> outputTransformer, Object... inputArgs)
          Helper method for generated code.
 org.opcfoundation.ua.builtintypes.Variant[] UaObjectImpl.call(org.opcfoundation.ua.builtintypes.NodeId methodId, Object... args)
          Call a method for this object in the server.
 org.opcfoundation.ua.builtintypes.Variant[] UaObjectImpl.call(org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] variantArgs)
          Call a method for this object in the server.
 Object[] UaObjectImpl.callMethod(org.opcfoundation.ua.builtintypes.NodeId methodId, Object... inputArgs)
          Call a method on the object.
 

Uses of MethodCallStatusException in com.prosysopc.ua.types.di.client
 

Methods in com.prosysopc.ua.types.di.client that throw MethodCallStatusException
 Integer LockingServicesTypeImplBase.breakLock()
           
 Integer LockingServicesTypeImplBase.exitLock()
           
 FetchResultDataType TransferServicesTypeImplBase.fetchTransferResultData(Integer transferID, Integer sequenceNumber, Integer maxParameterResultsToReturn, Boolean omitGoodResults)
           
 Integer LockingServicesTypeImplBase.initLock(String currentContext)
           
 Integer LockingServicesTypeImplBase.renewLock()
           
 TransferServicesType.TransferFromDeviceMethodOutputs TransferServicesTypeImplBase.transferFromDevice()
           
 TransferServicesType.TransferToDeviceMethodOutputs TransferServicesTypeImplBase.transferToDevice()
           
 

Uses of MethodCallStatusException in com.prosysopc.ua.types.gds.client
 

Methods in com.prosysopc.ua.types.gds.client that throw MethodCallStatusException
 ApplicationRecordDataType[] DirectoryTypeImplBase.findApplications(String applicationUri)
           
 CertificateDirectoryType.FinishRequestMethodOutputs CertificateDirectoryTypeImplBase.finishRequest(org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId requestId)
           
 ApplicationRecordDataType DirectoryTypeImplBase.getApplication(org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
 org.opcfoundation.ua.builtintypes.NodeId[] CertificateDirectoryTypeImplBase.getCertificateGroups(org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
 Boolean CertificateDirectoryTypeImplBase.getCertificateStatus(org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId)
           
 org.opcfoundation.ua.builtintypes.NodeId CertificateDirectoryTypeImplBase.getTrustList(org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId)
           
 DirectoryType.QueryServersMethodOutputs DirectoryTypeImplBase.queryServers(org.opcfoundation.ua.builtintypes.UnsignedInteger startingRecordId, org.opcfoundation.ua.builtintypes.UnsignedInteger maxRecordsToReturn, String applicationName, String applicationUri, String productUri, String[] serverCapabilities)
           
 org.opcfoundation.ua.builtintypes.NodeId DirectoryTypeImplBase.registerApplication(ApplicationRecordDataType application)
           
 org.opcfoundation.ua.builtintypes.NodeId CertificateDirectoryTypeImplBase.startNewKeyPairRequest(org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, String subjectName, String[] domainNames, String privateKeyFormat, String privateKeyPassword)
           
 org.opcfoundation.ua.builtintypes.NodeId CertificateDirectoryTypeImplBase.startSigningRequest(org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, org.opcfoundation.ua.builtintypes.ByteString certificateRequest)
           
 void DirectoryTypeImplBase.unregisterApplication(org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
 void DirectoryTypeImplBase.updateApplication(ApplicationRecordDataType application)
           
 

Uses of MethodCallStatusException in com.prosysopc.ua.types.opcua.client
 

Methods in com.prosysopc.ua.types.opcua.client that throw MethodCallStatusException
 void AcknowledgeableConditionTypeImplBase.acknowledge(org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
 void TrustListTypeImplBase.addCertificate(org.opcfoundation.ua.builtintypes.ByteString certificate, Boolean isTrustedCertificate)
           
 void ConditionTypeImplBase.addComment(org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
 void ServerConfigurationTypeImplBase.applyChanges()
           
 Object[] BaseObjectTypeImpl.callMethod(org.opcfoundation.ua.builtintypes.QualifiedName browseName, Object... inArgs)
           
 void FileTypeImplBase.close(org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle)
           
 Boolean TrustListTypeImplBase.closeAndUpdate(org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle)
           
 void AcknowledgeableConditionTypeImplBase.confirm(org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
 org.opcfoundation.ua.builtintypes.NodeId FileDirectoryTypeImplBase.createDirectory(String directoryName)
           
 FileDirectoryType.CreateFileMethodOutputs FileDirectoryTypeImplBase.createFile(String fileName, Boolean requestFileOpen)
           
 org.opcfoundation.ua.builtintypes.ByteString ServerConfigurationTypeImplBase.createSigningRequest(org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, String subjectName, Boolean regeneratePrivateKey, org.opcfoundation.ua.builtintypes.ByteString nonce)
           
 void FileDirectoryTypeImplBase.delete(org.opcfoundation.ua.builtintypes.NodeId objectToDelete)
           
 void ConditionTypeImplBase.disable()
           
 void ConditionTypeImplBase.enable()
           
 void AddressSpaceFileTypeImplBase.exportNamespace()
           
 ServerType.GetMonitoredItemsMethodOutputs ServerTypeImplBase.getMonitoredItems(org.opcfoundation.ua.builtintypes.UnsignedInteger subscriptionId)
           
 org.opcfoundation.ua.builtintypes.UnsignedLong FileTypeImplBase.getPosition(org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle)
           
 org.opcfoundation.ua.builtintypes.ByteString[] ServerConfigurationTypeImplBase.getRejectedList()
           
 void ProgramStateMachineTypeImplBase.halt()
           
 org.opcfoundation.ua.builtintypes.NodeId FileDirectoryTypeImplBase.moveOrCopy(org.opcfoundation.ua.builtintypes.NodeId objectToMoveOrCopy, org.opcfoundation.ua.builtintypes.NodeId targetDirectory, Boolean createCopy, String newName)
           
 void ShelvedStateMachineTypeImplBase.oneShotShelve()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger FileTypeImpl.open(EnumSet<FileTypeOpenMode> mode)
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger FileTypeImpl.open(FileTypeOpenMode... mode)
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger FileTypeImplBase.open(org.opcfoundation.ua.builtintypes.UnsignedByte mode)
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger TrustListTypeImplBase.openWithMasks(org.opcfoundation.ua.builtintypes.UnsignedInteger masks)
           
 org.opcfoundation.ua.builtintypes.ByteString FileTypeImplBase.read(org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle, Integer length)
           
 void TrustListTypeImplBase.removeCertificate(String thumbprint, Boolean isTrustedCertificate)
           
 void ServerTypeImplBase.requestServerStateChange(org.opcfoundation.ua.core.ServerState state, org.opcfoundation.ua.builtintypes.DateTime estimatedReturnTime, org.opcfoundation.ua.builtintypes.UnsignedInteger secondsTillShutdown, org.opcfoundation.ua.builtintypes.LocalizedText reason, Boolean restart)
           
 void ServerTypeImplBase.resendData(org.opcfoundation.ua.builtintypes.UnsignedInteger subscriptionId)
           
 void ProgramStateMachineTypeImplBase.reset()
           
 void DialogConditionTypeImplBase.respond(Integer selectedResponse)
           
 void ProgramStateMachineTypeImplBase.resume()
           
 void FileTypeImplBase.setPosition(org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle, org.opcfoundation.ua.builtintypes.UnsignedLong position)
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger ServerTypeImplBase.setSubscriptionDurable(org.opcfoundation.ua.builtintypes.UnsignedInteger subscriptionId, org.opcfoundation.ua.builtintypes.UnsignedInteger lifetimeInHours)
           
 void ProgramStateMachineTypeImplBase.start()
           
 void ProgramStateMachineTypeImplBase.suspend()
           
 void ShelvedStateMachineTypeImplBase.timedShelve(Double shelvingTime)
           
 void ShelvedStateMachineTypeImplBase.unshelve()
           
 Boolean ServerConfigurationTypeImplBase.updateCertificate(org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, org.opcfoundation.ua.builtintypes.ByteString certificate, org.opcfoundation.ua.builtintypes.ByteString[] issuerCertificates, String privateKeyFormat, org.opcfoundation.ua.builtintypes.ByteString privateKey)
           
 void FileTypeImplBase.write(org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle, org.opcfoundation.ua.builtintypes.ByteString data)
           
 



Copyright © 2018. All rights reserved.