User: fleury  
  Date: 00/08/24 18:50:11

  Modified:    src/main/org/jboss/ejb ContainerInvoker.java
  Log:
  We don't expose the cache keys anymore
  
  Revision  Changes    Path
  1.4       +2 -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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ContainerInvoker.java     2000/08/17 21:27:35     1.3
  +++ ContainerInvoker.java     2000/08/25 01:50:11     1.4
  @@ -30,7 +30,7 @@
    *   @see Container
    *   @author Rickard �berg ([EMAIL PROTECTED])
    *  @author <a href="[EMAIL PROTECTED]">Marc Fleury</a>
  - *   @version $Revision: 1.3 $
  + *   @version $Revision: 1.4 $
    */
   public interface ContainerInvoker
      extends ContainerPlugin
  @@ -86,7 +86,7 @@
         * @return     an implementation of the remote interface for this container
         * @exception   RemoteException  thrown if the EJBObject could not be created
         */
  -   public EJBObject getEntityEJBObject(FastKey id)
  +   public EJBObject getEntityEJBObject(Object id)
         throws RemoteException;
   
   
  
  
  

Reply via email to