Class StrongReference<T,A>
java.lang.Object
org.jboss.modules.ref.StrongReference<T,A>
- Type Parameters:
T- the reference value typeA- the attachment type
- All Implemented Interfaces:
Reference<T,A>
Deprecated.
A strong reference with an attachment. Since strong references are always reachable, a reaper may not be used.
- Author:
- David M. Lloyd
-
Nested Class Summary
Nested classes/interfaces inherited from interface Reference
Reference.Type -
Constructor Summary
ConstructorsConstructorDescriptionStrongReference(T value) Deprecated.StrongReference(T value, A attachment) Deprecated. -
Method Summary
-
Constructor Details
-
StrongReference
-
StrongReference
Deprecated.
-
-
Method Details
-
get
-
clear
-
getAttachment
-
getType
-
toString
-
Cleaneror one of the reference types from a support library such asio.smallrye.common:smallrye-common-refinstead.