Class Commit
- java.lang.Object
-
- com.swiftmq.amqp.v091.types.Method
-
- com.swiftmq.amqp.v091.generated.tx.TxMethod
-
- com.swiftmq.amqp.v091.generated.tx.Commit
-
public class Commit extends TxMethod
-
-
Constructor Summary
Constructors Constructor Description Commit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(TxMethodVisitor visitor)
protected void
readBody(BitSupportDataInput in)
java.lang.String
toString()
protected void
writeBody(BitSupportDataOutput out)
-
Methods inherited from class com.swiftmq.amqp.v091.types.Method
_getClassId, _getMethodId, readContent, writeContent
-
-
-
-
Method Detail
-
accept
public void accept(TxMethodVisitor visitor)
-
readBody
protected void readBody(BitSupportDataInput in) throws java.io.IOException
-
writeBody
protected void writeBody(BitSupportDataOutput out) throws java.io.IOException
-
-