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>
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
Constructors -
Method Summary
-
Constructor Details
-
StrongReference
-
StrongReference
-
-
Method Details
-
get
-
clear
-
getAttachment
-
getType
-
toString
-