Record Class TransactionManager.Trace
java.lang.Object
java.lang.Record
org.jpos.transaction.TransactionManager.Trace
- Enclosing class:
TransactionManager
public static record TransactionManager.Trace(String phase, String message, String info)
extends Record
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.info()Returns the value of theinforecord component.message()Returns the value of themessagerecord component.static TransactionManager.Tracestatic TransactionManager.Tracephase()Returns the value of thephaserecord component.toString()Returns a string representation of this record class.
-
Constructor Details
-
Trace
-
-
Method Details
-
toString
-
of
-
of
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
phase
-
message
-
info
-