User: user57  
  Date: 01/07/12 20:27:21

  Modified:    src/main/org/jboss/ejb EntityPersistenceStore2.java
  Log:
   o re-indent & cleanup javadoc
  
  Revision  Changes    Path
  1.2       +27 -12    jboss/src/main/org/jboss/ejb/EntityPersistenceStore2.java
  
  Index: EntityPersistenceStore2.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/main/org/jboss/ejb/EntityPersistenceStore2.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- EntityPersistenceStore2.java      2001/06/24 03:02:37     1.1
  +++ EntityPersistenceStore2.java      2001/07/13 03:27:21     1.2
  @@ -8,19 +8,34 @@
   
   import java.rmi.RemoteException;
   
  -public interface EntityPersistenceStore2 extends EntityPersistenceStore {
  -     /**
  -     * Returns a new instance of the bean class or a subclass of the bean class.
  -     * 
  -     * @return the new instance
  -     */
  -     public Object createBeanClassInstance() throws Exception;
  +/**
  + * ???
  + *
  + * @author Unknown
  + * @version $Revision: 1.2 $
  + */
  +public interface EntityPersistenceStore2
  +   extends EntityPersistenceStore
  +{
  +   /**
  +    * Returns a new instance of the bean class or a subclass of the bean class.
  +    * 
  +    * @return   the new instance
  +    *
  +    * @throws Exception
  +    */
  +   public Object createBeanClassInstance() throws Exception;
   
  -     /**
  -     * Initializes the instance context.
  -     * This method is called before createEntity, and should
  -     * reset the value of all cmpFields to 0 or null. 
  -     */
  +   /**
  +    * Initializes the instance context.
  +    * 
  +    * <p>This method is called before createEntity, and should
  +    *    reset the value of all cmpFields to 0 or null.
  +    *
  +    * @param ctx
  +    * 
  +    * @throws RemoteException
  +    */
      public void initEntity(EntityEnterpriseContext ctx) throws RemoteException;
   }
   
  
  
  

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

Reply via email to