public interface Terminator
extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
void |
commit(boolean report_heuristics)
commit the transaction.
|
void |
rollback()
rollback the transaction.
|
void commit(boolean report_heuristics) throws java.rmi.RemoteException
report_heuristics
- true
to report heuristics,
false
elsejava.rmi.RemoteException
- if a remote exception occursvoid rollback() throws java.rmi.RemoteException
java.rmi.RemoteException
- if a remote exception occurs