Package org.opcfoundation.ua.utils

Utility classes

See:
          Description

Interface Summary
IStatefulObject<StateType,ErrorType extends Throwable> IStatefulObject interface.
StateListener<StateType> Listener for state changes
 

Class Summary
AbstractState<StateType,ErrorType extends Throwable> This is a default implementation to IStatefulObject.
AbstractStructure A base class for Structure implementations.
AttributesUtil AttributesUtil class.
BijectionMap<L,R> Bijection map is a 1:1 binding of 2-tuples.
BouncyCastleUtils BouncyCastle specific implementations of certain Crypto Utilities.
CertificateUtils A utility class for generating self-signed certificates for UA clients and servers and for using them.
ConcurrentBijectionMap<L,R> Bijection map is a 1:1 binding of 2-tuples.
CryptoUtil This is class contains Cryptographic utilities http://www.ietf.org/rfc/rfc2437.txt
CurrentThreadExecutor Executor that executes commands immediately in invokers thread.
EndpointUtil Discovery client enumerates endpoints.
FileUtil FileUtil class.
IncubationQueue<T> IncubationQueue is ordered queue where objects are added in two phases; (a) as incubating, they are given queuing number, and as (b) hatched they become available to the consumer.
MultiDimensionArrayUtils Multi-dimension array utils.
MultiDimensionArrayUtils.ArrayIterator<T>  
NumericRange A helper class for defining index ranges according to the OPC UA specification.
ObjectUtils Object utils
ReflectionUtils ReflectionUtils class.
SnapshotArray<T> SnapshotArray is synchronized list that provides copy-on-write-arraylist of its contents.
SpongyCastleUtils SpongyCastle specific implementations of certain Crypto Utilities.
StackUtils Utility methods for the OPC UA Java Stack.
State<StateType> State class.
StreamUtil StreamUtil class.
StringUtils Utility functions for manipulating string data.
SunJceUtils SunJCE specific implementations of certain Crypto Utilities.
TimerUtil TimerUtil class.
XMLFactoryCache A cache for XXXFactory instances which are needed in XML processing.
 

Annotation Types Summary
Description Description
 

Package org.opcfoundation.ua.utils Description

Utility classes



Copyright © 2018. All rights reserved.