djencks 2004/07/07 18:17:32
Modified: modules/core/src/java/org/openejb/cache InstancePool.java
Log:
A lot more work to route system lifecycle calls through a partial interceptor stack
(OPENEJB-5). All that is left is ejbCreate methods when called by the container (slsb
and mdb)
Revision Changes Path
1.2 +2 -2
openejb/modules/core/src/java/org/openejb/cache/InstancePool.java
Index: InstancePool.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/core/src/java/org/openejb/cache/InstancePool.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- InstancePool.java 1 Mar 2004 07:14:43 -0000 1.1
+++ InstancePool.java 7 Jul 2004 22:17:32 -0000 1.2
@@ -68,7 +68,7 @@
* @throws Exception if object demand object construction was required and
* an error occured during construction
*/
- Object acquire() throws InterruptedException, Exception;
+ Object acquire() throws Exception;
/**
* Releases the hold on the instance. This method may or may not reinsert the
instance