|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractXAResourceHolder
net.sf.ehcache.transaction.manager.btm.EhCacheXAResourceHolder
public class EhCacheXAResourceHolder
EHCache implementation of BTM's XAResourceHolder
Constructor Summary | |
---|---|
EhCacheXAResourceHolder(javax.transaction.xa.XAResource resource,
ResourceBean bean)
Create a new EhCacheXAResourceHolder for a particular XAResource |
Method Summary | |
---|---|
void |
close()
|
java.lang.Object |
getConnectionHandle()
|
java.util.Date |
getLastReleaseDate()
|
ResourceBean |
getResourceBean()
Deprecated. for compatibility with pre-2.0.0 version of BTM |
javax.transaction.xa.XAResource |
getXAResource()
|
java.util.List |
getXAResourceHolders()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EhCacheXAResourceHolder(javax.transaction.xa.XAResource resource, ResourceBean bean)
resource
- the required XAResourcebean
- the required ResourceBeanMethod Detail |
---|
public javax.transaction.xa.XAResource getXAResource()
@Deprecated public ResourceBean getResourceBean()
public void close() throws java.lang.Exception
java.lang.Exception
public java.lang.Object getConnectionHandle() throws java.lang.Exception
java.lang.Exception
public java.util.Date getLastReleaseDate()
public java.util.List getXAResourceHolders()
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |