|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ehcache.transaction.xa.XidTransactionIDImpl
public class XidTransactionIDImpl
Constructor Summary | |
---|---|
XidTransactionIDImpl(Xid xid,
String cacheName)
Constructor |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getCacheName()
Get the name of the associated Ehcache resource. |
Xid |
getXid()
Get the XID of this transaction ID |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XidTransactionIDImpl(Xid xid, String cacheName)
xid
- a XIDMethod Detail |
---|
public Xid getXid()
getXid
in interface XidTransactionID
public String getCacheName()
getCacheName
in interface XidTransactionID
public final boolean equals(Object obj)
equals
in class Object
public final int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |