|
||||||||||
| 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 | |
| com.atomikos.jdbc | |
| com.atomikos.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. |
|
| Uses of XidFactory in com.atomikos.jdbc |
|---|
| Constructors in com.atomikos.jdbc with parameters of type XidFactory | |
|---|---|
XAConnectionFactory(String resourceName,
String userName,
String passwd,
XADataSource xaDataSource,
XidFactory xidFactory)
Creates a new instance with a given resource name, user name and password for the XADataSource, and a custom XidFactory. |
|
| Uses of XidFactory in com.atomikos.jms |
|---|
| Constructors in com.atomikos.jms with parameters of type XidFactory | |
|---|---|
JtaQueueConnectionFactory(String resourceName,
javax.jms.XAQueueConnectionFactory qFactory,
XidFactory xFactory)
Create a new instance with a given JMS vendor-supplied xa connection factory, and a specific XidFactory. |
|
JtaTopicConnectionFactory(String resourceName,
javax.jms.XATopicConnectionFactory tFactory,
XidFactory xFactory)
Create a new instance with a given JMS vendor-supplied xa connection factory, and a specific XidFactory. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||