User: fleury  
  Date: 00/09/26 10:50:43

  Modified:    src/main/org/jboss/ejb ContainerInvoker.java
  Log:
  CacheKey is now the base key
  
  Revision  Changes    Path
  1.5       +1 -2      jboss/src/main/org/jboss/ejb/ContainerInvoker.java
  
  Index: ContainerInvoker.java
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/main/org/jboss/ejb/ContainerInvoker.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ContainerInvoker.java     2000/08/25 01:50:11     1.4
  +++ ContainerInvoker.java     2000/09/26 17:50:43     1.5
  @@ -13,7 +13,6 @@
   import javax.ejb.EJBHome;
   import javax.ejb.EJBObject;
   import javax.naming.Name;
  -import org.jboss.util.FastKey;
   
   /**
    *   This is an interface for Container plugins. Implementations of this
  @@ -30,7 +29,7 @@
    *   @see Container
    *   @author Rickard �berg ([EMAIL PROTECTED])
    *  @author <a href="[EMAIL PROTECTED]">Marc Fleury</a>
  - *   @version $Revision: 1.4 $
  + *   @version $Revision: 1.5 $
    */
   public interface ContainerInvoker
      extends ContainerPlugin
  
  
  

Reply via email to