Uses of Class
com.caucho.config.gen.XaFactory

Packages that use XaFactory
com.caucho.config.gen   
com.caucho.ejb.gen   
 

Uses of XaFactory in com.caucho.config.gen
 

Constructors in com.caucho.config.gen with parameters of type XaFactory
XaGenerator(XaFactory<X> factory, AnnotatedMethod<? super X> method, AspectGenerator<X> next, TransactionAttributeType xa, boolean isBeanManaged)
           
 

Uses of XaFactory in com.caucho.ejb.gen
 

Constructors in com.caucho.ejb.gen with parameters of type XaFactory
MessageXaCallChain(XaFactory<X> factory, AnnotatedMethod<? super X> method, AspectGenerator<X> next)