Class Result
java.lang.Object
org.jpos.rc.Result
- All Implemented Interfaces:
Loggeable
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddump(PrintStream ps, String indent) entries()intFAIL()Helper method used to avoid adding an extra 'return' line in failing transaction participantsfailure()booleanhasFailure(IRC irc) booleanbooleanhasInfo()booleanbooleanbooleanbooleanhasWarning(IRC irc) booleaninfoList()booleansuccess()toString()
-
Constructor Details
-
Result
public Result()
-
-
Method Details
-
info
-
warn
-
success
-
fail
-
FAIL
Helper method used to avoid adding an extra 'return' line in failing transaction participants- Returns:
- TransactionConstants.FAIL which is basically ABORT | READONLY | NO_JOIN;
-
hasInfo
-
hasWarnings
-
hasFailures
-
hasInhibit
-
hasIRC
-
hasFailure
-
hasWarning
-
hasInfo
-
isSuccess
-
failure
-
success
-
entries
-
infoList
-
successList
-
warningList
-
failureList
-
dump
-
toString
-