Oracle

weblogic.transaction
Interface WLXid

All Superinterfaces:
Xid

public interface WLXid
extends Xid


Field Summary
 
Fields inherited from interface javax.transaction.xa.Xid
MAXBQUALSIZE, MAXGTRIDSIZE
 
Method Summary
 byte[] getTruncatedBranchQualifier(String resName)
           
 
Methods inherited from interface javax.transaction.xa.Xid
getBranchQualifier, getFormatId, getGlobalTransactionId
 

Method Detail

getTruncatedBranchQualifier

byte[] getTruncatedBranchQualifier(String resName)
Parameters:
resName - The resource name on which to base the branch qualifier value
Returns:
A truncated byte array derived from the resName parameter.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs103
Copyright 1996,2008, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.