Interface TxnFilter
-
public interface TxnFilter
Objects of this type define which transactions are a part of any given set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
containsTxn(AbstractTxn txn)
-
-
-
Method Detail
-
containsTxn
boolean containsTxn(AbstractTxn txn)
-
-