|
||||||||||
| 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>
public abstract class PseudoReferenceFactory<T>
Class for creating PseudoReference to Objects.
| Constructor Summary | |
|---|---|
PseudoReferenceFactory() |
|
| Method Summary | |
|---|---|
abstract PseudoReference<T> |
create(T referent, java.lang.ref.ReferenceQueue<? super T> queue)Creates and returns a PseudoReference to the referent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PseudoReferenceFactory()
| Method Detail |
|---|
public abstract PseudoReference<T> create(T referent,
java.lang.ref.ReferenceQueue<? super T> queue)
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.