|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.atomikos.icatch.HeurMixedException
public class HeurMixedException
A heuristic extension supporting messages.
| Field Summary | |
|---|---|
protected HeuristicMessage[] |
aborts_
|
protected HeuristicMessage[] |
commits_
|
protected HeuristicMessage[] |
msgs_
|
| Constructor Summary | |
|---|---|
HeurMixedException(HeuristicMessage[] msgs)
Constructor. |
|
HeurMixedException(HeuristicMessage[] aborts,
HeuristicMessage[] commits)
Constructor. |
|
| Method Summary | |
|---|---|
HeuristicMessage[] |
getHeuristicCommitMessages()
Get any heuristic commit messages. |
HeuristicMessage[] |
getHeuristicMessages()
Get all heuristic messages. |
HeuristicMessage[] |
getHeuristicRollbackMessages()
Get any heuristic rollback messages. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected HeuristicMessage[] aborts_
protected HeuristicMessage[] commits_
protected HeuristicMessage[] msgs_
| Constructor Detail |
|---|
public HeurMixedException(HeuristicMessage[] msgs)
msgs - the heuristic messages.
or null if none.
public HeurMixedException(HeuristicMessage[] aborts,
HeuristicMessage[] commits)
aborts - an array of heuristic abort messages,commits - the heuristic commit messages.
or null if none.| Method Detail |
|---|
public HeuristicMessage[] getHeuristicRollbackMessages()
public HeuristicMessage[] getHeuristicCommitMessages()
public HeuristicMessage[] getHeuristicMessages()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||