com.develop.jawin
Class ObjectFinalization

java.lang.Object
  |
  +--com.develop.jawin.ObjectFinalization

public class ObjectFinalization
extends java.lang.Object

Finalization class

Author:
Vitally Shelest

Field Summary
private static java.lang.ref.ReferenceQueue q
           
private static java.util.List wrefList
           
 
Constructor Summary
ObjectFinalization()
           
 
Method Summary
static void finalizeObjects()
          Checks object in ReferenceQueue
static void registerObject(java.lang.Object key)
          Registers object in reference queue
static void stopCOMThread()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

q

private static java.lang.ref.ReferenceQueue q

wrefList

private static java.util.List wrefList
Constructor Detail

ObjectFinalization

public ObjectFinalization()
Method Detail

registerObject

public static final void registerObject(java.lang.Object key)
Registers object in reference queue
Parameters:
key - object to be registered

stopCOMThread

public static void stopCOMThread()

finalizeObjects

public static final void finalizeObjects()
Checks object in ReferenceQueue


New Jawin designed by Vitally Shelest. This product includes software developed by the DevelopMentor OpenSource Project (http://www.develop.com/OpenSource).