User: fleury  
  Date: 00/09/26 11:32:50

  Modified:    src/main/org/jboss/ejb InstanceCache.java
  Log:
   the cache does not worry about locking anymore
  
  Revision  Changes    Path
  1.2       +2 -8      jboss/src/main/org/jboss/ejb/InstanceCache.java
  
  Index: InstanceCache.java
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/main/org/jboss/ejb/InstanceCache.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- InstanceCache.java        2000/04/22 14:30:10     1.1
  +++ InstanceCache.java        2000/09/26 18:32:50     1.2
  @@ -14,7 +14,7 @@
    *      
    *   @see <related>
    *   @author Rickard �berg ([EMAIL PROTECTED])
  - *   @version $Revision: 1.1 $
  + *   @version $Revision: 1.2 $
    */
   public interface InstanceCache
      extends ContainerPlugin
  @@ -49,13 +49,7 @@
       */
      public void insert(EnterpriseContext ctx);
   
  -   /**
  -    *   Release an instance after usage.
  -    *
  -    * @param   ctx  
  -    */
  -   public void release(EnterpriseContext ctx);
  -
  +   
      /**
       *   Remove an instance corresponding to the given id after removal
       *
  
  
  

Reply via email to