JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.osgi.service.transaction.control
LocalResource
Contents
Description
Method Summary
Method Details
commit()
rollback()
Hide sidebar
Show sidebar
Interface LocalResource
@ConsumerType
public interface
LocalResource
Resources that can integrate with local transactions should do so using this interface
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
commit
()
Commit the resource
void
rollback
()
Roll back the resource
Method Details
commit
void
commit
() throws
TransactionException
Commit the resource
Throws:
TransactionException
rollback
void
rollback
() throws
TransactionException
Roll back the resource
Throws:
TransactionException