public class UserTransactionRegistryImpl extends java.lang.Object implements UserTransactionRegistry
Constructor and Description |
---|
UserTransactionRegistryImpl(org.jboss.tm.usertx.UserTransactionRegistry delegator)
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 UserTransactionRegistryImpl(org.jboss.tm.usertx.UserTransactionRegistry delegator)
delegator
- The delegator instancepublic void addListener(UserTransactionListener listener)
addListener
in interface UserTransactionRegistry
listener
- The listenerpublic void removeListener(UserTransactionListener listener)
removeListener
in interface UserTransactionRegistry
listener
- The listenerpublic void addProvider(UserTransactionProvider provider)
addProvider
in interface UserTransactionRegistry
provider
- The providerpublic void removeProvider(UserTransactionProvider provider)
removeProvider
in interface UserTransactionRegistry
provider
- The providerpublic void userTransactionStarted()
userTransactionStarted
in interface UserTransactionRegistry
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)