org.jboss.ejb.client
Class TransactionRecoveryContextInitializer
java.lang.Object
org.jboss.ejb.client.TransactionRecoveryContextInitializer
- All Implemented Interfaces:
- EJBClientContextInitializer
public class TransactionRecoveryContextInitializer
- extends Object
- implements EJBClientContextInitializer
A EJBClientContextInitializer which sets up the EJBClientContext with the relevant information so that the transaction
recovery process for EJB XAResource(s) can be functional
- Author:
- Jaikiran Pai
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionRecoveryContextInitializer
public TransactionRecoveryContextInitializer()
initialize
public void initialize(EJBClientContext context)
- Description copied from interface:
EJBClientContextInitializer
- Initialize a new client context.
- Specified by:
initialize in interface EJBClientContextInitializer
- Parameters:
context - the context to initialize
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.