weaver      2004/06/23 11:37:34

  Modified:    jetspeed-api/src/java/org/apache/jetspeed/components/portletentity
                        PortletEntityAccessComponent.java
  Log:
  added removeFromCache method
  
  Revision  Changes    Path
  1.4       +11 -1     
jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/components/portletentity/PortletEntityAccessComponent.java
  
  Index: PortletEntityAccessComponent.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/components/portletentity/PortletEntityAccessComponent.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PortletEntityAccessComponent.java 23 Jun 2004 01:49:56 -0000      1.3
  +++ PortletEntityAccessComponent.java 23 Jun 2004 18:37:34 -0000      1.4
  @@ -126,6 +126,16 @@
         * @throws PortletEntityNotDeletedException
         */
        void removePortletEntity(PortletEntity portletEntity) throws 
PortletEntityNotDeletedException;
  +     
  +     /**
  +      * 
  +      * <p>
  +      * removeFromCache
  +      * </p>
  +      * Removes a PortletEntity from the cache.
  +      * @param entity
  +      */
  +     void removeFromCache(PortletEntity entity);
   
       /**
        * 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to