|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.xaj.core.BasicBatchTransactionHolder net.sf.xaj.web.WebRemoteTransactionHolder
public class WebRemoteTransactionHolder
WebRemoteTransactionManager binds instances of this class to the thread, for a given XmlDbWebRemoteService.
Field Summary |
---|
Fields inherited from class net.sf.xaj.core.BasicBatchTransactionHolder |
---|
resultIds |
Constructor Summary | |
---|---|
WebRemoteTransactionHolder(java.lang.String txId)
Construct with a transaction ID. |
Method Summary | |
---|---|
void |
addResultId(java.io.Serializable resultId)
Add a result ID. |
protected java.util.List<java.io.Serializable> |
getResultIdsList()
Protected-level accessor for direct-access to result IDs list. |
java.lang.String |
getTxId()
|
Methods inherited from class net.sf.xaj.core.BasicBatchTransactionHolder |
---|
getBatchTransactionId, getResultIds, getTransactionKey, isBatchTransactionComplete, setBatchTransactionComplete, setBatchTransactionId, setResultIds, setTransactionKey |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebRemoteTransactionHolder(java.lang.String txId)
txId
- the transaction IDMethod Detail |
---|
public void addResultId(java.io.Serializable resultId)
BasicBatchTransactionHolder
addResultId
in class BasicBatchTransactionHolder
resultId
- the result ID to addprotected java.util.List<java.io.Serializable> getResultIdsList()
public java.lang.String getTxId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |