站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 transaction API Documentation 英文版文档

XidFactory (JBoss Transaction API) - JBoss 3.2.7 transaction API Documentation 英文版文档


org.jboss.tm
Class XidFactory

java.lang.Object
  extended byorg.jboss.tm.XidFactory
All Implemented Interfaces:
XidFactoryMBean

public class XidFactory
extends Object
implements XidFactoryMBean

XidFactory.java Created: Sat Jun 15 19:01:18 2002

Version:
Author:
David Jencks

Constructor Summary
XidFactory()
           
 
Method Summary
 String getBaseGlobalId()
          mbean get-set pair for field BaseGlobalId Get the value of BaseGlobalId
 long getGlobalIdNumber()
          mbean get-set pair for field globalIdNumber Get the value of globalIdNumber
 XidFactoryMBean getInstance()
          mbean get-set pair for field instance Get the value of instance
 boolean isPad()
          mbean get-set pair for field pad Get the value of pad
 Xid newBranch(Xid xid, long branchIdNum)
          Describe newBranch method here.
 Xid newXid()
          Describe newXid method here.
 void setBaseGlobalId(String baseGlobalId)
          Set the value of BaseGlobalId
 void setGlobalIdNumber(long globalIdNumber)
          Set the value of globalIdNumber
 void setPad(boolean pad)
          Set the value of pad
 String toString(Xid xid)
          Describe toString method here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XidFactory

public XidFactory()
Method Detail

getBaseGlobalId

public String getBaseGlobalId()
mbean get-set pair for field BaseGlobalId Get the value of BaseGlobalId

Specified by:
getBaseGlobalId in interface XidFactoryMBean
Returns:
value of BaseGlobalId

setBaseGlobalId

public void setBaseGlobalId(String baseGlobalId)
Set the value of BaseGlobalId

Specified by:
setBaseGlobalId in interface XidFactoryMBean

getGlobalIdNumber

public long getGlobalIdNumber()
mbean get-set pair for field globalIdNumber Get the value of globalIdNumber

Specified by:
getGlobalIdNumber in interface XidFactoryMBean
Returns:
value of globalIdNumber

setGlobalIdNumber

public void setGlobalIdNumber(long globalIdNumber)
Set the value of globalIdNumber

Specified by:
setGlobalIdNumber in interface XidFactoryMBean
Parameters:
globalIdNumber - Value to assign to globalIdNumber

isPad

public boolean isPad()
mbean get-set pair for field pad Get the value of pad

Specified by:
isPad in interface XidFactoryMBean
Returns:
value of pad

setPad

public void setPad(boolean pad)
Set the value of pad

Specified by:
setPad in interface XidFactoryMBean
Parameters:
pad - Value to assign to pad

getInstance

public XidFactoryMBean getInstance()
mbean get-set pair for field instance Get the value of instance

Specified by:
getInstance in interface XidFactoryMBean
Returns:
value of instance

newXid

public Xid newXid()
Describe newXid method here.

Specified by:
newXid in interface XidFactoryMBean
Returns:
a Xid value

newBranch

public Xid newBranch(Xid xid,
                     long branchIdNum)
Describe newBranch method here.

Specified by:
newBranch in interface XidFactoryMBean
Parameters:
xid - a Xid value
branchIdNum - a long value
Returns:
a Xid value

toString

public String toString(Xid xid)
Describe toString method here.

Specified by:
toString in interface XidFactoryMBean
Parameters:
xid - a Xid value
Returns:
a String value


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.