[jboss-cvs] JBossAS SVN: r65544 - trunk/iiop/src/main/org/jboss/iiop/tm.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 21 19:02:55 EDT 2007


Author: reverbel
Date: 2007-09-21 19:02:55 -0400 (Fri, 21 Sep 2007)
New Revision: 65544

Removed:
   trunk/iiop/src/main/org/jboss/iiop/tm/InboundTransactionCurrent.java
Log:
Delete temporary fix for the lack of InboundTransactionCurrent in jboss-integration.jar.


Deleted: trunk/iiop/src/main/org/jboss/iiop/tm/InboundTransactionCurrent.java
===================================================================
--- trunk/iiop/src/main/org/jboss/iiop/tm/InboundTransactionCurrent.java	2007-09-21 22:26:00 UTC (rev 65543)
+++ trunk/iiop/src/main/org/jboss/iiop/tm/InboundTransactionCurrent.java	2007-09-21 23:02:55 UTC (rev 65544)
@@ -1,38 +0,0 @@
-/*
-  * JBoss, Home of Professional Open Source
-  * Copyright 2007, JBoss Inc., and individual contributors as indicated
-  * by the @authors tag. See the copyright.txt in the distribution for a
-  * full listing of individual contributors.
-  *
-  * This 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 (at your option) any later version.
-  *
-  * This software 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 software; if not, write to the Free
-  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-  */
-package org.jboss.iiop.tm;
-
-import javax.transaction.Transaction;
-
-/**
- *  Interface to obtain the current transaction 
- *  @author Anil.Saldhana at redhat.com
- *  @since  Sep 20, 2007 
- *  @version $Revision$
- */
-public interface InboundTransactionCurrent
-{
-   String NAME = "JBossInboundTransactionCurrent";
-   
-   Transaction getCurrentTransaction();
-
-}




More information about the jboss-cvs-commits mailing list