Uses of Interface
org.wildfly.common.ref.Reference
Packages that use Reference
Package
Description
Classes which implement reference types which can be cleaned up automatically by a background thread.
-
Uses of Reference in org.wildfly.common.ref
Classes in org.wildfly.common.ref that implement ReferenceModifier and TypeClassDescriptionclassCleanerReference<T,A> Deprecated, for removal: This API element is subject to removal in a future version.classPhantomReference<T,A> Deprecated, for removal: This API element is subject to removal in a future version.UsePhantomReferenceinstead.classSoftReference<T,A> Deprecated.UseSoftReferenceinstead.classStrongReference<T,A> Deprecated, for removal: This API element is subject to removal in a future version.UseStrongReferenceinstead.classWeakReference<T,A> Deprecated, for removal: This API element is subject to removal in a future version.UseWeakReferenceinstead.Methods in org.wildfly.common.ref that return ReferenceModifier and TypeMethodDescriptionstatic <T,A> Reference<T, A> References.create(Reference.Type type, T value, A attachment) Deprecated, for removal: This API element is subject to removal in a future version.Create a reference of a given type with the provided value and attachment.static <T,A> Reference<T, A> References.create(Reference.Type type, T value, A attachment, ReferenceQueue<? super T> referenceQueue) Deprecated, for removal: This API element is subject to removal in a future version.Create a reference of a given type with the provided value and attachment.static <T,A> Reference<T, A> References.create(Reference.Type type, T value, A attachment, Reaper<T, A> reaper) Deprecated, for removal: This API element is subject to removal in a future version.Create a reference of a given type with the provided value and attachment.static <T,A> Reference<T, A> References.getNullReference()Deprecated, for removal: This API element is subject to removal in a future version.Get a null reference.Methods in org.wildfly.common.ref with parameters of type Reference
CleanerorCleanerReferenceinstead.