-
- All Implemented Interfaces:
- com.gemstone.gemfire.cache.CacheCallback, com.gemstone.gemfire.cache.Declarable, com.gemstone.gemfire.cache.TransactionListener
public class MyTransactionListener
extends Object
implements com.gemstone.gemfire.cache.TransactionListener, com.gemstone.gemfire.cache.Declarable
A TransactionListener that is Declarable
- Since:
- 4.0
-
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
void |
afterCommit(com.gemstone.gemfire.cache.TransactionEvent event) |
void |
afterFailedCommit(com.gemstone.gemfire.cache.TransactionEvent event) |
void |
afterRollback(com.gemstone.gemfire.cache.TransactionEvent event) |
void |
close() |
void |
init(Properties props) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
close
public void close()
- Specified by:
close in interface com.gemstone.gemfire.cache.CacheCallback
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.