TransactionEventInvoker
62636465666768
eventListeners = new ArrayList(); this.store = (OTMStoreImpl)store; this.kit = kit; this.conn = conn; invoker = new TransactionEventInvoker(eventListeners, store); }
31323334353637
public PBTransaction(PBStore store) { this.store = store; eventListeners = new ArrayList(); invoker = new TransactionEventInvoker(eventListeners, store); }