public class ResourceImpl extends Object implements ResourceOperations
Constructor and Description |
---|
ResourceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
commit_one_phase() |
void |
commit() |
void |
forget() |
Vote |
prepare() |
void |
rollback() |
public Vote prepare() throws HeuristicMixed, HeuristicHazard
prepare
in interface ResourceOperations
HeuristicMixed
HeuristicHazard
public void rollback() throws HeuristicCommit, HeuristicMixed, HeuristicHazard
rollback
in interface ResourceOperations
HeuristicCommit
HeuristicMixed
HeuristicHazard
public void commit() throws NotPrepared, HeuristicRollback, HeuristicMixed, HeuristicHazard
commit
in interface ResourceOperations
NotPrepared
HeuristicRollback
HeuristicMixed
HeuristicHazard
public void commit_one_phase() throws HeuristicHazard
commit_one_phase
in interface ResourceOperations
HeuristicHazard
public void forget()
forget
in interface ResourceOperations
Copyright © 2016 JacORB. All rights reserved.