org.objectweb.joram.client.jms
Class XAResourceMngr
java.lang.Object
org.objectweb.joram.client.jms.XAResourceMngr
public class XAResourceMngr
extends java.lang.Object
Utility class used by XA connections for managing XA resources.
boolean | equals(Object o) - Resource managers are equal if they belong to the same connection.
|
PREPARED
public static final int PREPARED
Prepared transaction.
- 4
ROLLBACK_ONLY
public static final int ROLLBACK_ONLY
Failed transaction.
- 3
STARTED
public static final int STARTED
Transaction active.
- 0
SUCCESS
public static final int SUCCESS
Transaction successful.
- 2
SUSPENDED
public static final int SUSPENDED
Transaction suspended.
- 1
XAResourceMngr
public XAResourceMngr(Connection cnx)
Creates a XAResourceMngr
instance.
cnx
- The connection this manager belongs to.
equals
public boolean equals(Object o)
Resource managers are equal if they belong to the same connection.
Copyright B) 2004 Scalagent - All rights reserved