|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecter.extensions.foundation.ERXRetainer
public class ERXRetainer
Used as a generic way to retain a reference to an object so that it will not be collected by the garbage collector. This class is most often used to retain objects used to observe {link
Constructor Summary | |
---|---|
ERXRetainer()
|
Method Summary | |
---|---|
static boolean |
isObjectRetained(java.lang.Object object)
Tests if the given object is being retained by the ERXRetainer class. |
static void |
release(java.lang.Object object)
Releases the reference to the object. |
static void |
retain(java.lang.Object object)
Retains a reference to the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ERXRetainer()
Method Detail |
---|
public static void retain(java.lang.Object object)
object
- object to be retained.public static void release(java.lang.Object object)
object
- object to be released.public static boolean isObjectRetained(java.lang.Object object)
object
- object to be tested.
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |