public interface DataServiceConnection
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the connection.
|
void |
commit()
Checks and commits the current connection if it is commitable.
|
boolean |
isXA()
Returns whether this is a connection that participates in a JTA transaction.
|
void |
rollback()
Rollback the connection.
|
String |
toString()
Returns information of the the connection object.
|
void commit() throws DataServiceFault
DataServiceFault
void rollback() throws DataServiceFault
DataServiceFault
void close() throws DataServiceFault
DataServiceFault
boolean isXA()
Copyright © 2019 WSO2. All rights reserved.