Deprecated API


Contents
Deprecated Interfaces
com.prosysopc.ua.CertificateValidationListener
          use DefaultCertificateValidatorListener 
com.prosysopc.ua.PkiFileBasedCertificateListener
          see PkiFileBasedCertificateValidator deprecations 
com.prosysopc.ua.UaCertificateValidator
          use CertificateValidator. 
 

Deprecated Classes
com.prosysopc.ua.PkiFileBasedCertificateValidator
          use DefaultUaCertificateValidator, PkiDirectoryCertificateStore and DefaultCertificateStoreListener 
com.prosysopc.ua.client.nodes.UaFolder
          FolderType is replacing the UaFolder type. 
 

Deprecated Methods
com.prosysopc.ua.client.MonitoredDataItem.addChangeListener(MonitoredDataItemListener)
          the items no longer support multicasting: use MonitoredDataItem.setDataChangeListener(MonitoredDataItemListener) instead. 
com.prosysopc.ua.client.MonitoredEventItem.addEventListener(MonitoredEventItemListener)
          the items no longer support multicasting: use MonitoredEventItem.setEventListener(MonitoredEventItemListener) instead. 
com.prosysopc.ua.ApplicationIdentity.addSoftwareCertificates(SignedSoftwareCertificate[])
          this method does nothing as the serverSoftwareCertificates parameter of CreateSessionResponse is deprecated in UA 1.04 
com.prosysopc.ua.server.ServiceManagerBase.checkIsVariableOrVariableType(UaNode)
          Use ServiceManagerBase.checkIsValueNode(UaNode) 
com.prosysopc.ua.client.MonitoredDataItem.getDataChangeListeners()
          the items no longer support multicasting: use MonitoredDataItem.getDataChangeListener() instead. 
com.prosysopc.ua.client.MonitoredEventItem.getEventListeners()
          the items no longer support multicasting: use MonitoredEventItem.getEventListener() instead. 
com.prosysopc.ua.server.MonitoredEventItem.getMaxQueueSize()
          Use MonitoredItem.getMaxQueueSize() 
com.prosysopc.ua.server.UaServer.getNodeManagerTable()
          Use UaServer.getAddressSpace() 
com.prosysopc.ua.ApplicationIdentity.getSoftwareCertificates()
          this method returns empty array always as the serverSoftwareCertificates parameter of CreateSessionResponse is deprecated in UA 1.04 
com.prosysopc.ua.UaApplication.getVersion()
          use UaApplication.getSdkVersion(), but note that it does not contain the "v" prefix 
com.prosysopc.ua.client.MonitoredDataItem.hasChangeListener(MonitoredDataItemListener)
          the items no longer support multicasting, so this method is obsolete as well: use #getChangeListener() instead. 
com.prosysopc.ua.client.MonitoredEventItem.hasEventListener(MonitoredEventItemListener)
          the items no longer support multicasting: use MonitoredEventItem.getEventListener() instead. 
com.prosysopc.ua.server.UaServer.isUseAllIpAddresses()
           
com.prosysopc.ua.server.UaServer.isUseCanonicalHostName()
           
com.prosysopc.ua.server.UaServer.isUseHostName()
           
com.prosysopc.ua.server.UaServer.isUseLocalhost()
           
com.prosysopc.ua.server.NodeManagerTable.loadNodesFromXml(URL, URL, Map)
          this format is not supported, use NodeSet format, NodeManagerTable.loadModel(URI) 
com.prosysopc.ua.server.NodeManagerTable.loadNodesFromXml(URL, URL, Map, String)
          this format is not supported, use NodeSet format, NodeManagerTable.loadModel(URI) 
com.prosysopc.ua.server.MonitoredDataItem.onDataChange(UaNode, DataValue, DataValue)
          use MonitoredDataItem.notifyDataChange(DataValue) instead. 
com.prosysopc.ua.server.MonitoredEventItem.onEvent(UaNode, EventData)
          use MonitoredEventItem.notifyEvent(EventData) instead. 
com.prosysopc.ua.client.MonitoredDataItem.removeChangeListener(MonitoredDataItemListener)
          the items no longer support multicasting: use MonitoredDataItem.setDataChangeListener(MonitoredDataItemListener) instead. 
com.prosysopc.ua.client.MonitoredEventItem.removeEventListener(MonitoredEventItemListener)
          the items no longer support multicasting: use MonitoredEventItem.getEventListener() instead. 
com.prosysopc.ua.server.MonitoredEventItem.setMaxQueueSize(int)
          Use MonitoredItem.setMaxQueueSize(int) 
com.prosysopc.ua.server.UaServer.setUseAllIpAddresses(boolean)
          The server is no longer defining endpoints for different IP addresses. Use UaServer.setBindAddresses(Set) instead to define to which actual addresses the endpoints are bound to. 
com.prosysopc.ua.server.UaServer.setUseCanonicalHostName(boolean)
          The server is no longer defining endpoints for different host names. Use UaServer.setBindAddresses(Set) instead to define to which actual addresses the endpoints are bound to. 
com.prosysopc.ua.server.UaServer.setUseHostName(boolean)
          The server is no longer defining endpoints for different host names. Use UaServer.setBindAddresses(Set) instead to define to which actual addresses the endpoints are bound to. 
com.prosysopc.ua.server.UaServer.setUseLocalhost(boolean)
           
 

Deprecated Constructors
com.prosysopc.ua.ContentFilterBuilder(EncoderContext)
           
 



Copyright © 2018. All rights reserved.