[jboss-cvs] JBossAS SVN: r88512 - projects/ejb3/tags/jboss-ejb3-endpoint-deployer-0.1.1/src/main/java/org/jboss/ejb3/endpoint/deployers.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 8 13:07:07 EDT 2009


Author: jaikiran
Date: 2009-05-08 13:07:07 -0400 (Fri, 08 May 2009)
New Revision: 88512

Removed:
   projects/ejb3/tags/jboss-ejb3-endpoint-deployer-0.1.1/src/main/java/org/jboss/ejb3/endpoint/deployers/EJBIdentifier.java
Log:
Autoversioning commit:  a non-deltaV client made a change to
/projects/ejb3/tags/jboss-ejb3-endpoint-deployer-0.1.1/src/main/java/org/jboss/ejb3/endpoint/deployers/EJBIdentifier.java

Deleted: projects/ejb3/tags/jboss-ejb3-endpoint-deployer-0.1.1/src/main/java/org/jboss/ejb3/endpoint/deployers/EJBIdentifier.java
===================================================================
--- projects/ejb3/tags/jboss-ejb3-endpoint-deployer-0.1.1/src/main/java/org/jboss/ejb3/endpoint/deployers/EJBIdentifier.java	2009-05-08 17:07:05 UTC (rev 88511)
+++ projects/ejb3/tags/jboss-ejb3-endpoint-deployer-0.1.1/src/main/java/org/jboss/ejb3/endpoint/deployers/EJBIdentifier.java	2009-05-08 17:07:07 UTC (rev 88512)
@@ -1,43 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2009, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. See the copyright.txt file 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.ejb3.endpoint.deployers;
-
-import org.jboss.deployers.structure.spi.DeploymentUnit;
-
-/**
- * Find EJB containers in a deployment unit.
- * 
- * Do not use this one, use EndpointResolver.
- * TODO: move to ejb3-deployers
- * 
- * @author <a href="mailto:cdewolf at redhat.com">Carlo de Wolf</a>
- * @version $Revision: $
- */
-public interface EJBIdentifier
-{
-   /**
-    * @param unit       the unit in which the EJB is known to hide
-    * @param ejbName    the name of the EJB
-    * @return           the bean name of the EJB container
-    */
-   String identifyEJB(DeploymentUnit unit, String ejbName);
-}




More information about the jboss-cvs-commits mailing list