User: fleury
Date: 00/06/01 13:58:40
Modified: src/main/org/jboss/ejb EntityContainer.java
Log:
Factorizing the bean and home maping as well as the container invoker
Revision Changes Path
1.6 +1 -10 jboss/src/main/org/jboss/ejb/EntityContainer.java
Index: EntityContainer.java
===================================================================
RCS file: /products/cvs/ejboss/jboss/src/main/org/jboss/ejb/EntityContainer.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- EntityContainer.java 2000/05/31 14:37:24 1.5
+++ EntityContainer.java 2000/06/01 20:58:40 1.6
@@ -32,7 +32,7 @@
* @see Container
* @see EntityEnterpriseContext
* @author Rickard �berg ([EMAIL PROTECTED])
- * @version $Revision: 1.5 $
+ * @version $Revision: 1.6 $
*/
public class EntityContainer
extends Container
@@ -46,15 +46,6 @@
// These are the mappings between the create methods and the ejbPostCreate
methods
protected Map postCreateMapping;
-
- // These are the mappings between the home interface methods and the container
methods
- protected Map homeMapping;
-
- // These are the mappings between the remote interface methods and the bean
methods
- protected Map beanMapping;
-
- // This is the container invoker for this container
- protected ContainerInvoker containerInvoker;
// This is the persistence manager for this container
protected EntityPersistenceManager persistenceManager;