com.alibaba.rocketmq.common.protocol.header
类 CheckTransactionStateResponseHeader

java.lang.Object
  继承者 com.alibaba.rocketmq.common.protocol.header.CheckTransactionStateResponseHeader
所有已实现的接口:
CommandCustomHeader

public class CheckTransactionStateResponseHeader
extends Object
implements CommandCustomHeader

作者:
shijia.wxr

构造方法摘要
CheckTransactionStateResponseHeader()
           
 
方法摘要
 void checkFields()
           
 Long getCommitLogOffset()
           
 Integer getCommitOrRollback()
           
 String getProducerGroup()
           
 Long getTranStateTableOffset()
           
 void setCommitLogOffset(Long commitLogOffset)
           
 void setCommitOrRollback(Integer commitOrRollback)
           
 void setProducerGroup(String producerGroup)
           
 void setTranStateTableOffset(Long tranStateTableOffset)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CheckTransactionStateResponseHeader

public CheckTransactionStateResponseHeader()
方法详细信息

checkFields

public void checkFields()
                 throws RemotingCommandException
指定者:
接口 CommandCustomHeader 中的 checkFields
抛出:
RemotingCommandException

getProducerGroup

public String getProducerGroup()

setProducerGroup

public void setProducerGroup(String producerGroup)

getTranStateTableOffset

public Long getTranStateTableOffset()

setTranStateTableOffset

public void setTranStateTableOffset(Long tranStateTableOffset)

getCommitLogOffset

public Long getCommitLogOffset()

setCommitLogOffset

public void setCommitLogOffset(Long commitLogOffset)

getCommitOrRollback

public Integer getCommitOrRollback()

setCommitOrRollback

public void setCommitOrRollback(Integer commitOrRollback)


Copyright © 2012-2015. All Rights Reserved.