|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XidFactory | |
|---|---|
| com.atomikos.datasource.xa | |
| com.atomikos.datasource.xa.jca | |
| com.atomikos.datasource.xa.jdbc | |
| com.atomikos.datasource.xa.jms | |
| Uses of XidFactory in com.atomikos.datasource.xa |
|---|
| Classes in com.atomikos.datasource.xa that implement XidFactory | |
|---|---|
class |
AbstractXidFactory
An abstract superclass for all XidFactory implementations. |
class |
DefaultXidFactory
A default Xid factory. |
| Fields in com.atomikos.datasource.xa declared as XidFactory | |
|---|---|
protected XidFactory |
XATransactionalResource.xidFact_
|
| 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. |
|
| Uses of XidFactory in com.atomikos.datasource.xa.jca |
|---|
| Constructors in com.atomikos.datasource.xa.jca with parameters of type XidFactory | |
|---|---|
JcaTransactionalResource(String servername,
javax.resource.spi.ManagedConnectionFactory mcf,
XidFactory xidFactory)
|
|
| Uses of XidFactory in com.atomikos.datasource.xa.jdbc |
|---|
| Constructors in com.atomikos.datasource.xa.jdbc with parameters of type XidFactory | |
|---|---|
JdbcTransactionalResource(String serverName,
XADataSource xads,
XidFactory factory)
Constructs a new instance with a given name and XADataSource, and an Xid factory to use. |
|
| Uses of XidFactory in com.atomikos.datasource.xa.jms |
|---|
| Constructors in com.atomikos.datasource.xa.jms with parameters of type XidFactory | |
|---|---|
JmsTransactionalResource(String name,
javax.jms.XAConnectionFactory qFactory,
XidFactory xidFactory)
Create a new instance, but one that requires a specific Xid format. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||