bitronix.tm.utils
Class Decoder

java.lang.Object
  extended by bitronix.tm.utils.Decoder

public class Decoder
extends Object

Constant to string decoder.

Author:
lorban

Constructor Summary
Decoder()
           
 
Method Summary
static String collectResourcesNames(Collection resources)
          Create a String representation of a list of XAResourceHolders.
static String decodeHeaderState(byte state)
           
static String decodePrepareVote(int vote)
           
static String decodeStatus(int status)
           
static String decodeXAExceptionErrorCode(XAException ex)
           
static String decodeXAResourceFlag(int flag)
           
static String decodeXAStatefulHolderState(int state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Decoder

public Decoder()
Method Detail

decodeXAExceptionErrorCode

public static String decodeXAExceptionErrorCode(XAException ex)

decodeStatus

public static String decodeStatus(int status)

decodeXAResourceFlag

public static String decodeXAResourceFlag(int flag)

decodePrepareVote

public static String decodePrepareVote(int vote)

decodeHeaderState

public static String decodeHeaderState(byte state)

decodeXAStatefulHolderState

public static String decodeXAStatefulHolderState(int state)

collectResourcesNames

public static String collectResourcesNames(Collection resources)
Create a String representation of a list of XAResourceHolders. This String will contain each resource's unique name.

Parameters:
resources - a list of XAResourceHolders.
Returns:
a String representation of the list.


Copyright © 2006-2011 Bitronix Software. All Rights Reserved.