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
DataServiceFaultvoid rollback()
throws DataServiceFault
DataServiceFaultvoid close()
throws DataServiceFault
DataServiceFaultboolean isXA()
Copyright © 2018 WSO2. All rights reserved.