User: dsundstrom
  Date: 01/11/28 03:35:20

  Modified:    src/main/org/jboss/ejb EntityPersistenceStore.java
  Log:
  Removed loadEntities method as it is not used anymore.
  
  Revision  Changes    Path
  1.9       +1 -16     jboss/src/main/org/jboss/ejb/EntityPersistenceStore.java
  
  Index: EntityPersistenceStore.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/ejb/EntityPersistenceStore.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- EntityPersistenceStore.java       2001/11/24 20:43:22     1.8
  +++ EntityPersistenceStore.java       2001/11/28 11:35:19     1.9
  @@ -26,7 +26,7 @@
    * @author <a href="mailto:[EMAIL PROTECTED]";>Rickard �berg</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Marc Fleury</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Simone Bordet</a>
  - * @version $Revision: 1.8 $
  + * @version $Revision: 1.9 $
    */
   public interface EntityPersistenceStore
      extends ContainerPlugin
  @@ -117,21 +117,6 @@
       * @throws RemoteException    thrown if some system exception occurs
       */
      void loadEntity(EntityEnterpriseContext instance)
  -      throws RemoteException;
  -      
  -   /**
  -    * This method is called whenever a set of entities should be preloaded from
  -    * the underlying storage. The persistence store is allowed to make this a 
  -    * null operation
  -    * 
  -    * @param instances    the EntityEnterpriseContexts for the entities that
  -    *                     must be loaded
  -    * @param keys         a PagableKeyCollection previously returned from
  -    *                     findEntities.
  -    *
  -    * @throws RemoteException    thrown if some system exception occurs
  -    */
  -   void loadEntities(FinderResults keys)
         throws RemoteException;
         
      /**
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to