gpt4 book ai didi

com.arjuna.ats.internal.jta.resources.XAResourceErrorHandler.notAProblem()方法的使用及代码示例

转载 作者:知者 更新时间:2024-03-24 02:21:05 25 4
gpt4 key购买 nike

本文整理了Java中com.arjuna.ats.internal.jta.resources.XAResourceErrorHandler.notAProblem()方法的一些代码示例,展示了XAResourceErrorHandler.notAProblem()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。XAResourceErrorHandler.notAProblem()方法的具体详情如下:
包路径:com.arjuna.ats.internal.jta.resources.XAResourceErrorHandler
类名称:XAResourceErrorHandler
方法名:notAProblem

XAResourceErrorHandler.notAProblem介绍

[英]Is the XAException a non-error when received in reply to commit or rollback ? It normally is, but may be overridden in recovery.
[中]

代码示例

代码示例来源:origin: org.jboss.jbossts.jta/narayana-jta

/**
 * Is the XAException a non-error when received in reply to commit or
 * rollback ? It normally is, but may be overridden in recovery.
 */
protected boolean notAProblem(XAException ex, boolean commit)
{
  return XAResourceErrorHandler.notAProblem(_theXAResource, ex, commit);
}

代码示例来源:origin: jbosstm/narayana

/**
 * Is the XAException a non-error when received in reply to commit or
 * rollback ? It normally is, but may be overridden in recovery.
 */
protected boolean notAProblem(boolean commit)
{
  return XAResourceErrorHandler.notAProblem(xaResource, e, commit);
}

代码示例来源:origin: org.jboss.narayana.jta/jta

/**
 * Is the XAException a non-error when received in reply to commit or
 * rollback ? It normally is, but may be overridden in recovery.
 */
protected boolean notAProblem(XAException ex, boolean commit)
{
  return XAResourceErrorHandler.notAProblem(_theXAResource, ex, commit);
}

代码示例来源:origin: jboss.jbossts/jbossjts

/**
 * Is the XAException a non-error when received in reply to commit or
 * rollback ? It normally is, but may be overridden in recovery.
 */
protected boolean notAProblem(XAException ex, boolean commit)
{
  return XAResourceErrorHandler.notAProblem(_theXAResource, ex, commit);
}

代码示例来源:origin: org.jboss.narayana.jts/narayana-jts-idlj

/**
 * Is the XAException a non-error when received in reply to commit or
 * rollback ? It normally is, but may be overridden in recovery.
 */
protected boolean notAProblem(XAException ex, boolean commit)
{
  return XAResourceErrorHandler.notAProblem(_theXAResource, ex, commit);
}

代码示例来源:origin: org.jboss.narayana.jta/jta

/**
 * Is the XAException a non-error when received in reply to commit or
 * rollback ? It normally is, but may be overridden in recovery.
 */
protected boolean notAProblem(boolean commit)
{
  return XAResourceErrorHandler.notAProblem(xaResource, e, commit);
}

代码示例来源:origin: jboss.jbossts/jbossjts

/**
 * Is the XAException a non-error when received in reply to commit or
 * rollback? It normally is, but may be overridden in recovery.
 */
protected boolean notAProblem(XAException ex, boolean commit)
{
  return XAResourceErrorHandler.notAProblem(_theXAResource, ex, commit);
}

代码示例来源:origin: org.jboss.narayana.jts/narayana-jts-idlj

/**
 * Is the XAException a non-error when received in reply to commit or
 * rollback? It normally is, but may be overridden in recovery.
 */
protected boolean notAProblem(XAException ex, boolean commit)
{
  return XAResourceErrorHandler.notAProblem(_theXAResource, ex, commit);
}

代码示例来源:origin: org.jboss.jbossts.jta/narayana-jta

/**
 * Is the XAException a non-error when received in reply to commit or
 * rollback ? It normally is, but may be overridden in recovery.
 */
protected boolean notAProblem(boolean commit)
{
  return XAResourceErrorHandler.notAProblem(xaResource, e, commit);
}

代码示例来源:origin: jbosstm/narayana

/**
 * Is the XAException a non-error when received in reply to commit or
 * rollback ? It normally is, but may be overridden in recovery.
 */
protected boolean notAProblem(boolean commit)
{
  return XAResourceErrorHandler.notAProblem(xaResource, e, commit);
}

代码示例来源:origin: jbosstm/narayana

/**
 * Is the XAException a non-error when received in reply to commit or
 * rollback ? It normally is, but may be overridden in recovery.
 */
protected boolean notAProblem(XAException ex, boolean commit)
{
  return XAResourceErrorHandler.notAProblem(_theXAResource, ex, commit);
}

代码示例来源:origin: org.jboss.jbossts/jbossjta

/**
 * Is the XAException a non-error when received in reply to commit or
 * rollback ? It normally is, but may be overridden in recovery.
 */
protected boolean notAProblem(XAException ex, boolean commit)
{
  return XAResourceErrorHandler.notAProblem(_theXAResource, ex, commit);
}

代码示例来源:origin: org.jboss.narayana.jts/narayana-jts-idlj

/**
 * Is the XAException a non-error when received in reply to commit or
 * rollback ? It normally is, but may be overridden in recovery.
 */
protected boolean notAProblem(boolean commit)
{
  return XAResourceErrorHandler.notAProblem(xaResource, e, commit);
}

代码示例来源:origin: jbosstm/narayana

/**
 * Is the XAException a non-error when received in reply to commit or
 * rollback ? It normally is, but may be overridden in recovery.
 */
protected boolean notAProblem(XAException ex, boolean commit)
{
  return XAResourceErrorHandler.notAProblem(_theXAResource, ex, commit);
}

代码示例来源:origin: jbosstm/narayana

public int handleCMRRollbackError() {
  if (notAProblem(false))

代码示例来源:origin: org.jboss.jbossts.jta/narayana-jta

public int handleCMRRollbackError() {
  if (notAProblem(false))

代码示例来源:origin: org.jboss.narayana.jta/jta

public int handleCMRRollbackError() {
  if (notAProblem(false))

代码示例来源:origin: org.jboss.narayana.jts/narayana-jts-idlj

public int handleCMRRollbackError() {
  if (notAProblem(false))

代码示例来源:origin: jbosstm/narayana

public int handleCMRRollbackError() {
  if (notAProblem(false))

代码示例来源:origin: jbosstm/narayana

@Test
  public void testXAResourceErrorHandler ()
  {
    Stack<XAResourceMap> list = new Stack<XAResourceMap>();
    DummyXAResourceMap map = new DummyXAResourceMap();
    
    list.push(map);
    
    jtaPropertyManager.getJTAEnvironmentBean().setXaResourceMaps(list);
    
    assertTrue(XAResourceErrorHandler.notAProblem(new DummyXA(false), new XAException(), true));
  }
}

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com