|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
org.apache.myfaces.trinidad.util.ref.PseudoReferenceFactory<T>
org.apache.myfaces.trinidad.util.ref.SoftPseudoReferenceFactory<T>
public final class SoftPseudoReferenceFactory<T>
PseudoReferenceFactory for creating SoftReference PseudoReferences to Objects.
| Constructor Summary | |
|---|---|
SoftPseudoReferenceFactory() |
|
| Method Summary | |
|---|---|
PseudoReference<T> |
create(T referent, java.lang.ref.ReferenceQueue<? super T> queue)Creates and returns a StrongPseudoReference to the referent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SoftPseudoReferenceFactory()
| Method Detail |
|---|
public PseudoReference<T> create(T referent,
java.lang.ref.ReferenceQueue<? super T> queue)
create in class PseudoReferenceFactory<T>referent -queue - Optional attribute specifying the ReferenceQueue to use for the created PseudoReference. If the PseudoReference doesn't support ReferenceQueues, this attribute will be ignored
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.