|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionPool
A pool of Transactions
.
Method Summary | |
---|---|
int |
getFreeTransactionsCount()
|
int |
getTransactionsCount()
|
void |
setTransactionsMax(int tMax)
Set the maximum number of transactions in this pool. |
Transaction |
transaction(int index)
Get a Transaction by its index. |
int |
transactionsMax()
|
Method Detail |
---|
int transactionsMax()
void setTransactionsMax(int tMax)
tMax
- maximum number of transactions to setTransaction transaction(int index)
Transaction
by its index.
index
- the Transaction index to retrieve
int getTransactionsCount()
int getFreeTransactionsCount()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |