public class jndi extends Object implements XAModifier
| Constructor and Description |
|---|
jndi() |
| Modifier and Type | Method and Description |
|---|---|
Xid |
createXid(Xid xid)
Given an Arjuna xid, create a local driver representation.
|
XAConnection |
getConnection(XAConnection conn) |
String |
initialise(String dbName) |
void |
setIsolationLevel(Connection conn,
int level) |
boolean |
supportsMultipleConnections() |
int |
xaStartParameters(int level)
Return the xa_start parameters for this level.
|
public int xaStartParameters(int level)
throws SQLException,
NotImplementedException
XAModifierxaStartParameters in interface XAModifierSQLExceptionNotImplementedExceptionpublic Xid createXid(Xid xid) throws NotImplementedException
XAModifiercreateXid in interface XAModifierNotImplementedExceptionpublic XAConnection getConnection(XAConnection conn) throws SQLException, NotImplementedException
SQLExceptionNotImplementedExceptionpublic boolean supportsMultipleConnections()
throws SQLException,
NotImplementedException
SQLExceptionNotImplementedExceptionpublic void setIsolationLevel(Connection conn, int level) throws SQLException, NotImplementedException
SQLExceptionNotImplementedExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.