DBObject
, DBObjectNode
AbstractDBObject
, AbstractDBObjectNode
public interface Transactionable
Modifier and Type | Method | Description |
---|---|---|
void |
transactionBegin() |
Damit kann man manuell eine Transaktion starten.
|
void |
transactionCommit() |
Beendet eine manuell gestartete Transaktion.
|
void |
transactionRollback() |
Rollt die angefangene Transaktion manuell zurueck.
|
void transactionBegin() throws RemoteException
RemoteException
- im Fehlerfall.void transactionCommit() throws RemoteException
transactionBegin()
aufgerufen wurde,
wird dieser Aufruf ignoriert.RemoteException
- im Fehlerfall.void transactionRollback() throws RemoteException
RemoteException
- im Fehlerfall.Copyright © 2018. All rights reserved.