com.github.shyiko.mysql.binlog.event
Class XidEventData

java.lang.Object
  extended by com.github.shyiko.mysql.binlog.event.XidEventData
All Implemented Interfaces:
EventData, Serializable

public class XidEventData
extends Object
implements EventData

Author:
Stanley Shyiko
See Also:
Serialized Form

Constructor Summary
XidEventData()
           
 
Method Summary
 long getXid()
           
 void setXid(long xid)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XidEventData

public XidEventData()
Method Detail

getXid

public long getXid()

setXid

public void setXid(long xid)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2016. All Rights Reserved.