|
Transfer version 1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
transfer.com.collections.AbstractBaseSemiSoftRefObjectPool
transfer.com.sql.transaction.TransactionEventPool
public class TransactionEventPool
A pool for TransactionEvent objects
| Constructor Summary | |
|---|---|
init(JavaLoader javaLoader)
Constructor |
|
| Method Summary | |
|---|---|
private TransactionEvent |
getNewObject()
returns the new CFC to repopulate the pool |
TransactionEvent |
getTransactionEvent(any object, string method, struct args)
Gives you a Transaction Event |
void |
recycle(transfer.com.events.TransactionEvent event)
recycles the event back in |
| Methods inherited from class transfer.com.collections.AbstractBaseSemiSoftRefObjectPool |
|---|
getHardQueue, getHardReferenceAmount, getReferenceQueue, getSoftQueue, pop, popSoftQueue, push, reap, refill, setHardQueue, setHardReferenceAmount, setReferenceQueue, setSoftQueue, throw
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init(JavaLoader javaLoader)
javaLoader - The java loader for the apache commons| Method Detail |
|---|
private TransactionEvent getNewObject()
getNewObject
in class
AbstractBaseSemiSoftRefObjectPool
public TransactionEvent getTransactionEvent(any object, string method, struct args)
object - A Transaction object to send with the eventmethod - the name of the methodargs - the argument collection for the methodpublic void recycle(transfer.com.events.TransactionEvent event)
event - Transaction event to be recycled
|
Transfer version 1.1 | ||||
| FRAMES | |||||