Uses of Interface
com.prosysopc.ua.server.instantiation.AbstractNodeBuilderConfiguration.InternalEntry

Packages that use AbstractNodeBuilderConfiguration.InternalEntry
com.prosysopc.ua.server.instantiation Classes the SDK uses internally for building UaNode instances based on address space. 
 

Uses of AbstractNodeBuilderConfiguration.InternalEntry in com.prosysopc.ua.server.instantiation
 

Classes in com.prosysopc.ua.server.instantiation that implement AbstractNodeBuilderConfiguration.InternalEntry
protected static class AbstractNodeBuilderConfiguration.InternalBrowsePath
           
protected static class AbstractNodeBuilderConfiguration.InternalExpandedNodeId
           
protected static class AbstractNodeBuilderConfiguration.InternalNodeId
           
 

Methods in com.prosysopc.ua.server.instantiation that return types with arguments of type AbstractNodeBuilderConfiguration.InternalEntry
protected  List<AbstractNodeBuilderConfiguration.InternalEntry> NodeBuilderConfiguration.getInternalEntries(UaNodeBuilderConfiguration.InstantiationStrategySearchParameters parameters)
           
protected abstract  List<AbstractNodeBuilderConfiguration.InternalEntry> AbstractNodeBuilderConfiguration.getInternalEntries(UaNodeBuilderConfiguration.InstantiationStrategySearchParameters parameters)
           
 

Methods in com.prosysopc.ua.server.instantiation with parameters of type AbstractNodeBuilderConfiguration.InternalEntry
protected  AbstractNodeBuilderConfiguration AbstractNodeBuilderConfiguration.removeInstantiationStrategy(AbstractNodeBuilderConfiguration.InternalEntry entry)
           
protected  AbstractNodeBuilderConfiguration AbstractNodeBuilderConfiguration.setInstantiationStrategy(AbstractNodeBuilderConfiguration.InternalEntry entry, InstantiationStrategy strategy)
          Puts the entry to the configuration, previous InstantiationStrategy is replaced.
protected  AbstractNodeBuilderConfiguration AbstractNodeBuilderConfiguration.setInstantiationStrategyIfNotPresent(AbstractNodeBuilderConfiguration.InternalEntry entry, InstantiationStrategy strategy)
          Puts the entry to the configuration, if there are no strategies for it (and the strategy is not null)
 



Copyright © 2018. All rights reserved.