Uses of Class
com.prosysopc.ua.types.gds.ApplicationRecordDataType

Packages that use ApplicationRecordDataType
com.prosysopc.ua.types.gds   
com.prosysopc.ua.types.gds.client   
com.prosysopc.ua.types.gds.server   
 

Uses of ApplicationRecordDataType in com.prosysopc.ua.types.gds
 

Methods in com.prosysopc.ua.types.gds that return ApplicationRecordDataType
 ApplicationRecordDataType ApplicationRecordDataType.clone()
           
 ApplicationRecordDataType[] DirectoryType.findApplications(String applicationUri)
           
 ApplicationRecordDataType DirectoryType.getApplication(org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
 

Methods in com.prosysopc.ua.types.gds with parameters of type ApplicationRecordDataType
 org.opcfoundation.ua.builtintypes.NodeId DirectoryType.registerApplication(ApplicationRecordDataType application)
           
 void DirectoryType.updateApplication(ApplicationRecordDataType application)
           
 

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

Methods in com.prosysopc.ua.types.gds.client that return ApplicationRecordDataType
 ApplicationRecordDataType[] DirectoryTypeImplBase.findApplications(String applicationUri)
           
 ApplicationRecordDataType DirectoryTypeImplBase.getApplication(org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
 

Methods in com.prosysopc.ua.types.gds.client that return types with arguments of type ApplicationRecordDataType
 org.opcfoundation.ua.transport.AsyncResult<? extends ApplicationRecordDataType> DirectoryTypeImplBase.getApplicationAsync(org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
 

Methods in com.prosysopc.ua.types.gds.client with parameters of type ApplicationRecordDataType
 org.opcfoundation.ua.builtintypes.NodeId DirectoryTypeImplBase.registerApplication(ApplicationRecordDataType application)
           
 org.opcfoundation.ua.transport.AsyncResult<? extends org.opcfoundation.ua.builtintypes.NodeId> DirectoryTypeImplBase.registerApplicationAsync(ApplicationRecordDataType application)
           
 void DirectoryTypeImplBase.updateApplication(ApplicationRecordDataType application)
           
 org.opcfoundation.ua.transport.AsyncResult<Void> DirectoryTypeImplBase.updateApplicationAsync(ApplicationRecordDataType application)
           
 

Uses of ApplicationRecordDataType in com.prosysopc.ua.types.gds.server
 

Methods in com.prosysopc.ua.types.gds.server that return ApplicationRecordDataType
 ApplicationRecordDataType[] DirectoryTypeFindApplicationsMethod.findApplications(ServiceContext serviceContext, DirectoryTypeNode node, String applicationUri)
           
 ApplicationRecordDataType[] DirectoryTypeNodeBase.findApplications(String applicationUri)
           
 ApplicationRecordDataType DirectoryTypeNodeBase.getApplication(org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
 ApplicationRecordDataType DirectoryTypeGetApplicationMethod.getApplication(ServiceContext serviceContext, DirectoryTypeNode node, org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
protected abstract  ApplicationRecordDataType[] DirectoryTypeNodeBase.onFindApplications(ServiceContext serviceContext, String applicationUri)
           
protected  ApplicationRecordDataType[] DirectoryTypeNode.onFindApplications(ServiceContext serviceContext, String applicationUri)
           
protected abstract  ApplicationRecordDataType DirectoryTypeNodeBase.onGetApplication(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
protected  ApplicationRecordDataType DirectoryTypeNode.onGetApplication(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
 

Methods in com.prosysopc.ua.types.gds.server with parameters of type ApplicationRecordDataType
protected abstract  org.opcfoundation.ua.builtintypes.NodeId DirectoryTypeNodeBase.onRegisterApplication(ServiceContext serviceContext, ApplicationRecordDataType application)
           
protected  org.opcfoundation.ua.builtintypes.NodeId DirectoryTypeNode.onRegisterApplication(ServiceContext serviceContext, ApplicationRecordDataType application)
           
protected abstract  void DirectoryTypeNodeBase.onUpdateApplication(ServiceContext serviceContext, ApplicationRecordDataType application)
           
protected  void DirectoryTypeNode.onUpdateApplication(ServiceContext serviceContext, ApplicationRecordDataType application)
           
 org.opcfoundation.ua.builtintypes.NodeId DirectoryTypeNodeBase.registerApplication(ApplicationRecordDataType application)
           
 org.opcfoundation.ua.builtintypes.NodeId DirectoryTypeRegisterApplicationMethod.registerApplication(ServiceContext serviceContext, DirectoryTypeNode node, ApplicationRecordDataType application)
           
 void DirectoryTypeNodeBase.updateApplication(ApplicationRecordDataType application)
           
 void DirectoryTypeUpdateApplicationMethod.updateApplication(ServiceContext serviceContext, DirectoryTypeNode node, ApplicationRecordDataType application)
           
 



Copyright © 2018. All rights reserved.