|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TAResource
TAResource
is the interface for all classes, that should be
managed by a TAManager
.
Method Summary | |
---|---|
void |
close()
Closes a resource. |
void |
commit()
Performs a commit on the resource. |
void |
open()
Opens a resource. |
void |
rollback()
Performs a rollback on the resource. |
Method Detail |
---|
void open() throws XException
XException
- if something goes wrongvoid commit() throws XException
XException
- if something goes wrongvoid rollback() throws XException
XException
- if something goes wrongvoid close() throws XException
XException
- if something goes wrong
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |