javax.transaction.xa
Interface Xid


public interface Xid

Version:
$Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $

Field Summary
static int MAXBQUALSIZE
           
static int MAXGTRIDSIZE
           
 
Method Summary
 byte[] getBranchQualifier()
           
 int getFormatId()
           
 byte[] getGlobalTransactionId()
           
 

Field Detail

MAXGTRIDSIZE

static final int MAXGTRIDSIZE
See Also:
Constant Field Values

MAXBQUALSIZE

static final int MAXBQUALSIZE
See Also:
Constant Field Values
Method Detail

getBranchQualifier

byte[] getBranchQualifier()

getFormatId

int getFormatId()

getGlobalTransactionId

byte[] getGlobalTransactionId()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.