Method Summary |
|
public void | addCacheEntry(long timeout, Object proxy, CacheEntry handler) This method adds a new entry to the proxy cache. |
public void | clear() This method is called to forcibly remove everything from the cache. |
public void | commit(Xid xid, boolean b) This method returns the bean cache entry. |
public boolean | contains(Object cacheEntry) This mehtod returns true if the cache contains the checked entry. |
public void | end(Xid xid, int i) The resource manager has dissociated this object from the transaction. |
public void | forget(Xid xid) The transaction has been completed and must be forgotten. |
public void | garbageCollect() This method is called to perform garbage collection on the cache entries. |
public int | getTransactionTimeout() This method returns the transaction timeout for this object. |
public boolean | isSameRM(XAResource xAResource) This method returns true if this object is the resource manager getting
queried. |
public int | prepare(Xid xid) This is called before a transaction is committed. |
public Xid[] | recover(int i) This method returns the list of transaction branches for this resource
manager. |
public void | rollback(Xid xid) This method is called to roll back the specified transaction. |
public boolean | setTransactionTimeout(int i) This method sets the transaction timeout for this resource manager. |
public void | start(Xid xid, int i) This method is called to start a transaction on a resource manager. |