|
Joram 5.2.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.objectweb.joram.client.jms.XAResourceMngr
public class XAResourceMngr
Utility class used by XA connections for managing XA resources.
| Field Summary | |
|---|---|
static int |
PREPARED
Prepared transaction. |
static int |
ROLLBACK_ONLY
Failed transaction. |
static int |
STARTED
Transaction active. |
static int |
SUCCESS
Transaction successful. |
static int |
SUSPENDED
Transaction suspended. |
| Constructor Summary | |
|---|---|
XAResourceMngr(Connection cnx)
Creates a XAResourceMngr instance. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Resource managers are equal if they belong to the same connection. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int STARTED
public static final int SUSPENDED
public static final int SUCCESS
public static final int ROLLBACK_ONLY
public static final int PREPARED
| Constructor Detail |
|---|
public XAResourceMngr(Connection cnx)
XAResourceMngr instance.
cnx - The connection this manager belongs to.| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
Joram 5.2.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||