|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jolbox.bonecp.proxy.TransactionRecoveryResult
public class TransactionRecoveryResult
Used to return multiple values in transaction recovery mode.
| Constructor Summary | |
|---|---|
TransactionRecoveryResult()
|
|
| Method Summary | |
|---|---|
Map<Object,Object> |
getReplaceTarget()
Getter for map. |
Object |
getResult()
Getter for result. |
void |
setResult(Object result)
Setter for result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransactionRecoveryResult()
| Method Detail |
|---|
public Object getResult()
public void setResult(Object result)
result - the result to setpublic Map<Object,Object> getReplaceTarget()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||