Package org.jboss.ejb

Examples of org.jboss.ejb.InstancePool.discard()


/* 184 */       return obj;
/*     */     }
/*     */
/* 187 */     if ((exception instanceof RuntimeException))
/*     */     {
/* 191 */       pool.discard(ctx);
/*     */     }
/*     */     else
/*     */     {
/* 198 */       pool.free(ctx);
/*     */     }
View Full Code Here


/*     */       {
/* 201 */         pool.free((EnterpriseContext)mi.getEnterpriseContext());
/*     */       }
/*     */       else
/*     */       {
/* 205 */         pool.discard(ctx);
/*     */       }
/*     */     }
/*     */   }
/*     */
/*     */   static
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.