[jboss-dev-forums] [Design of JCA on JBoss] - Re: JcaXAResourceRecovery
adrian@jboss.org
do-not-reply at jboss.com
Fri Feb 29 08:30:21 EST 2008
"adrian at jboss.org" wrote : I guess your job is to create the interface in the jboss integration project and
| add/implement the add/remove methods in the transaction manager service.
|
You also want to create an interface
| package org.jboss.tm;
|
| public interface XAResourceRecoveryRegistry
| {
| void addXAResourceRecovery(XAResourceRecovery recovery);
| void removeXAResourceRecovery(XAResourceRecovery recovery);
| }
|
so we can do typesafe injection into the MBean and not have to know the
implementation class.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133215#4133215
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133215
More information about the jboss-dev-forums
mailing list