
public class UserTransactionRegistryImpl extends java.lang.Object implements UserTransactionRegistry
| Constructor and Description |
|---|
UserTransactionRegistryImpl()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(UserTransactionListener listener)
Add a listener
|
void |
addProvider(UserTransactionProvider provider)
Add a provider
|
void |
removeListener(UserTransactionListener listener)
Remove a listener
|
void |
removeProvider(UserTransactionProvider provider)
Remove a provider
|
void |
userTransactionStarted()
Fire a user transaction started event
|
public void addListener(UserTransactionListener listener)
addListener in interface UserTransactionRegistrylistener - The listenerpublic void removeListener(UserTransactionListener listener)
removeListener in interface UserTransactionRegistrylistener - The listenerpublic void addProvider(UserTransactionProvider provider)
addProvider in interface UserTransactionRegistryprovider - The providerpublic void removeProvider(UserTransactionProvider provider)
removeProvider in interface UserTransactionRegistryprovider - The providerpublic void userTransactionStarted()
userTransactionStarted in interface UserTransactionRegistryCopyright © 2014 IronJacamar (http://www.ironjacamar.org)