Mail Archive Home | gotm-commits List | September 2005 Index
| <-- Date Index --> | <-- Thread Index --> |
Date: Tuesday, September 6, 2005 @ 10:01:45
Author: rouvoy
Path: /cvsroot/gotm/ow-transaction/src/java/org/objectweb/transaction/api
Modified: Feature.java State.java
Removed: Identity.java
* Adding support for references (XID).
* Adding support for transaction observers.
* Updating JTS personnality.
* Adding support for connector API (XATerminator).
* Removing unused interfaces in OW Transaction API.
* Cosmetic updates.
---------------+
Feature.java | 7 +++----
Identity.java | 48 ------------------------------------------------
State.java | 7 +++----
3 files changed, 6 insertions(+), 56 deletions(-)
Index: ow-transaction/src/java/org/objectweb/transaction/api/Feature.java
diff -u
ow-transaction/src/java/org/objectweb/transaction/api/Feature.java:1.3
ow-transaction/src/java/org/objectweb/transaction/api/Feature.java:1.4
--- ow-transaction/src/java/org/objectweb/transaction/api/Feature.java:1.3
Fri Jan 14 17:51:30 2005
+++ ow-transaction/src/java/org/objectweb/transaction/api/Feature.java Tue
Sep 6 10:01:45 2005
@@ -23,7 +23,7 @@
Contributor(s): ______________________________________.
---------------------------------------------------------------------
- $Id: Feature.java,v 1.3 2005/01/14 16:51:30 rouvoy Exp $
+ $Id: Feature.java,v 1.4 2005/09/06 08:01:45 rouvoy Exp $
====================================================================*/
package org.objectweb.transaction.api;
@@ -31,9 +31,8 @@
* Root Interface for Derived Features.
* @author <a href="mailto:Romain.Rouvoy@xxxxxxx">Romain Rouvoy</a>
* @created 5 janv. 2005
- * @modified $Date: 2005/01/14 16:51:30 $
- * @version $Revision: 1.3 $
- * @fractal.itf name="feature"
+ * @modified $Date: 2005/09/06 08:01:45 $
+ * @version $Revision: 1.4 $
*/
public interface Feature
{
Index: ow-transaction/src/java/org/objectweb/transaction/api/Identity.java
diff -u
ow-transaction/src/java/org/objectweb/transaction/api/Identity.java:1.3
ow-transaction/src/java/org/objectweb/transaction/api/Identity.java:removed
--- ow-transaction/src/java/org/objectweb/transaction/api/Identity.java:1.3
Fri Jan 14 17:51:30 2005
+++ ow-transaction/src/java/org/objectweb/transaction/api/Identity.java Tue
Sep 6 10:01:45 2005
@@ -1,48 +0,0 @@
-/*====================================================================
-
- ObjectWeb Transaction Working Group API
- Copyright (C) 2003-2005 INRIA - Jacquard & USTL - LIFL - GOAL
- Contact: http://www.objectweb.org
-
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or any later version.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- USA
-
- Initial developer(s): Romain Rouvoy.
- Contributor(s): ______________________________________.
-
- ---------------------------------------------------------------------
- $Id: Identity.java,v 1.3 2005/01/14 16:51:30 rouvoy Exp $
- ====================================================================*/
-package org.objectweb.transaction.api;
-
-/**
- * Generic interface of a Transaction Identity
- * @author <a href="mailto:Romain.Rouvoy@xxxxxxx">Romain Rouvoy</a>
- * @created 5 janv. 2005
- * @modified $Date: 2005/01/14 16:51:30 $
- * @version $Revision: 1.3 $
- * @fractal.itf name="identity"
- */
-public interface Identity
-{
- /** Fractal ADL Identifier for the <code>IDENTITY</code> interface. */
- public static final String IDENTITY = "identity";
-
- /**
- * Provides the identifier of the component.
- * @return text identifier
- */
- public String getIdentifier();
-}
Index: ow-transaction/src/java/org/objectweb/transaction/api/State.java
diff -u ow-transaction/src/java/org/objectweb/transaction/api/State.java:1.3
ow-transaction/src/java/org/objectweb/transaction/api/State.java:1.4
--- ow-transaction/src/java/org/objectweb/transaction/api/State.java:1.3
Fri Jan 14 17:51:30 2005
+++ ow-transaction/src/java/org/objectweb/transaction/api/State.java Tue
Sep 6 10:01:45 2005
@@ -23,7 +23,7 @@
Contributor(s): ______________________________________.
---------------------------------------------------------------------
- $Id: State.java,v 1.3 2005/01/14 16:51:30 rouvoy Exp $
+ $Id: State.java,v 1.4 2005/09/06 08:01:45 rouvoy Exp $
====================================================================*/
package org.objectweb.transaction.api;
@@ -31,9 +31,8 @@
* Root Interface for Derived State Entities
* @author <a href="mailto:Romain.Rouvoy@xxxxxxx">Romain Rouvoy</a>
* @created 5 janv. 2005
- * @modified $Date: 2005/01/14 16:51:30 $
- * @version $Revision: 1.3 $
- * @fractal.itf name="state"
+ * @modified $Date: 2005/09/06 08:01:45 $
+ * @version $Revision: 1.4 $
*/
public interface State
{
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.