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
XAModifier
xaStartParameters
in interface XAModifier
SQLException
NotImplementedException
public Xid createXid(Xid xid) throws NotImplementedException
XAModifier
createXid
in interface XAModifier
NotImplementedException
public XAConnection getConnection(XAConnection conn) throws SQLException, NotImplementedException
SQLException
NotImplementedException
public boolean supportsMultipleConnections() throws SQLException, NotImplementedException
SQLException
NotImplementedException
public void setIsolationLevel(Connection conn, int level) throws SQLException, NotImplementedException
SQLException
NotImplementedException
Copyright © 2021 JBoss by Red Hat. All rights reserved.