[jboss-svn-commits] JBL Code SVN: r36133 - labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Nov 30 19:34:30 EST 2010


Author: mark.little at jboss.com
Date: 2010-11-30 19:34:30 -0500 (Tue, 30 Nov 2010)
New Revision: 36133

Modified:
   labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/StateManager.java
Log:
https://jira.jboss.org/browse/JBTM-811

Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/StateManager.java
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/StateManager.java	2010-12-01 00:34:12 UTC (rev 36132)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/classes/com/arjuna/ats/arjuna/StateManager.java	2010-12-01 00:34:30 UTC (rev 36133)
@@ -134,28 +134,6 @@
     }
 
     /**
-     * Destructor.
-     */
-
-    public void finalize () throws Throwable
-    {
-        if (tsLogger.logger.isTraceEnabled()) {
-            tsLogger.logger.trace("StateManager.finalize() for object-id " + get_uid()
-                    + " type " + type());
-        }
-
-        if (currentStatus == ObjectStatus.ACTIVE_NEW)
-        {
-            BasicAction action = BasicAction.Current();
-
-            if ((action != null) && (action.status() == ActionStatus.RUNNING)) {
-                tsLogger.i18NLogger.warn_StateManager_1();
-                cleanup(false);
-            }
-        }
-    }
-
-    /**
      * This operation activates an object. Activation of an object may entail
      * loading its passive state from the object store and unpacking it into the
      * memory resident form, or it may simply be a no-op. Full activation is



More information about the jboss-svn-commits mailing list