Uses of Interface
com.atomikos.datasource.xa.XidFactory

Packages that use XidFactory
com.atomikos.datasource.xa   
 

Uses of XidFactory in com.atomikos.datasource.xa
 

Methods in com.atomikos.datasource.xa that return XidFactory
 XidFactory XATransactionalResource.getXidFactory()
          Get the xidFactory for this instance.
 

Methods in com.atomikos.datasource.xa with parameters of type XidFactory
 void XATransactionalResource.setXidFactory(XidFactory factory)
          Set the XID factory, needed for online management tools.
 

Constructors in com.atomikos.datasource.xa with parameters of type XidFactory
AcceptAllXATransactionalResource(String servername, XidFactory factory)
           
XATransactionalResource(String servername, XidFactory factory)
          Construct a new instance with a custom XidFactory.
 



Copyright © 2016. All Rights Reserved.