gpt4 book ai didi

com.arjuna.ats.internal.jta.utils.XAUtils.getXIDfromXid()方法的使用及代码示例

转载 作者:知者 更新时间:2024-03-24 23:39:05 30 4
gpt4 key购买 nike

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

XAUtils.getXIDfromXid介绍

暂无

代码示例

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

/**
 * Trying to convert {@link Xid} to Narayana implementation
 * for being able to access the internal byte array
 * in order to return node name codified inside of the Xid.
 *
 * @param xid  the xid to check the node name
 * @return  node name saved in the xid
 */
public static final String getXANodeName (Xid xid)
{
  return XATxConverter.getNodeName(getXIDfromXid(xid));
}

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

/**
 * Trying to convert {@link Xid} to Narayana implementation
 * for being able to access the internal byte array
 * in order to return node name codified inside of the Xid.
 *
 * @param xid  the xid to check the node name
 * @return  node name saved in the xid
 */
public static final String getXANodeName (Xid xid)
{
  return XATxConverter.getNodeName(getXIDfromXid(xid));
}

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

/**
 * Returning eis name codified inside of the Xid.
 *
 * @param xid  the xid to check the eis name
 * @return  eis name integer saved in the xid
 */
public static final Integer getEisName (Xid xid)
{
  return XATxConverter.getEISName(getXIDfromXid(xid));
}

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

/**
 * Returning eis name codified inside of the Xid.
 *
 * @param xid  the xid to check the eis name
 * @return  eis name integer saved in the xid
 */
public static final Integer getEisName (Xid xid)
{
  return XATxConverter.getEISName(getXIDfromXid(xid));
}

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

/**
 * Returning subordinate node name codified inside of the Xid.
 *
 * @param xid  the xid to check the subordinate node name
 * @return  subordinate node name saved in the xid
 */
public static final String getSubordinateNodeName (Xid xid)
{
  return XATxConverter.getSubordinateNodeName(getXIDfromXid(xid));
}

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

/**
 * Returning subordinate node name codified inside of the Xid.
 *
 * @param xid  the xid to check the subordinate node name
 * @return  subordinate node name saved in the xid
 */
public static final String getSubordinateNodeName (Xid xid)
{
  return XATxConverter.getSubordinateNodeName(getXIDfromXid(xid));
}

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

/**
 * Returning eis name codified inside of the Xid.
 *
 * @param xid  the xid to check the eis name
 * @return  eis name integer saved in the xid
 */
public static final Integer getEisName (Xid xid)
{
  return XATxConverter.getEISName(getXIDfromXid(xid));
}

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

/**
 * Returning subordinate node name codified inside of the Xid.
 *
 * @param xid  the xid to check the subordinate node name
 * @return  subordinate node name saved in the xid
 */
public static final String getSubordinateNodeName (Xid xid)
{
  return XATxConverter.getSubordinateNodeName(getXIDfromXid(xid));
}

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

/**
 * Trying to convert {@link Xid} to Narayana implementation
 * for being able to access the internal byte array
 * in order to return node name codified inside of the Xid.
 *
 * @param xid  the xid to check the node name
 * @return  node name saved in the xid
 */
public static final String getXANodeName (Xid xid)
{
  return XATxConverter.getNodeName(getXIDfromXid(xid));
}

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

/**
 * Trying to convert {@link Xid} to Narayana implementation
 * for being able to access the internal byte array
 * in order to return node name codified inside of the Xid.
 *
 * @param xid  the xid to check the node name
 * @return  node name saved in the xid
 */
public static final String getXANodeName (Xid xid)
{
  return XATxConverter.getNodeName(getXIDfromXid(xid));
}

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

/**
 * Returning subordinate node name codified inside of the Xid.
 *
 * @param xid  the xid to check the subordinate node name
 * @return  subordinate node name saved in the xid
 */
public static final String getSubordinateNodeName (Xid xid)
{
  return XATxConverter.getSubordinateNodeName(getXIDfromXid(xid));
}

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

/**
 * Returning eis name codified inside of the Xid.
 *
 * @param xid  the xid to check the eis name
 * @return  eis name integer saved in the xid
 */
public static final Integer getEisName (Xid xid)
{
  return XATxConverter.getEISName(getXIDfromXid(xid));
}

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