Examples of unregisterComponentResource()


Examples of com.sun.enterprise.transaction.api.JavaEETransactionManager.unregisterComponentResource()

              //to enlist the resource
              if(inv != null) {
                            if(_logger.isLoggable(Level.FINE)) {
                      _logger.fine("Attempting to unregister component resource");
                            }
                  tm.unregisterComponentResource(handle);
              }
              throw ex;
          }
                }
            }
View Full Code Here

Examples of com.sun.enterprise.transaction.api.JavaEETransactionManager.unregisterComponentResource()

                        tran = null;
                        _logger.log(Level.INFO, e.getMessage());
                    }
                } else {
                    tran = (Transaction) inv.getTransaction();
                    tm.unregisterComponentResource(resource);
                }
                if (tran != null && resource.isEnlisted()) {
                    tm.delistResource(tran, resource, xaresFlag);
                }
            }
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.