org.neo4j.kernel.impl.transaction.xaframework
Interface XaResource

All Superinterfaces:
XAResource
All Known Implementing Classes:
XaResourceHelpImpl

public interface XaResource
extends XAResource


Field Summary
 
Fields inherited from interface javax.transaction.xa.XAResource
TMENDRSCAN, TMFAIL, TMJOIN, TMNOFLAGS, TMONEPHASE, TMRESUME, TMSTARTRSCAN, TMSUCCESS, TMSUSPEND, XA_OK, XA_RDONLY
 
Method Summary
 byte[] getBranchId()
           
 void setBranchId(byte[] branchId)
           
 
Methods inherited from interface javax.transaction.xa.XAResource
commit, end, forget, getTransactionTimeout, isSameRM, prepare, recover, rollback, setTransactionTimeout, start
 

Method Detail

setBranchId

void setBranchId(byte[] branchId)

getBranchId

byte[] getBranchId()


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.