All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class ORG.opengroup.axtp.xface.XTransactionObject

java.lang.Object
    |
    +----ORG.opengroup.axtp.PacketObjectSupport
            |
            +----ORG.opengroup.axtp.xface.XTransactionObject

public class XTransactionObject
extends PacketObjectSupport
implements TransactionObject, XFace
One possible implementation for TransactionObject.


Variable Index

 o xObj

Constructor Index

 o XTransactionObject()

Method Index

 o getTID()
 o getXObj()
 o refreshXObj()
Refreshes the XML object with current data held by the face object.
 o setTID(byte[])
 o setXObj(XObj)

Variables

 o xObj
protected XObj xObj

Constructors

 o XTransactionObject
public XTransactionObject()

Methods

 o setTID
public void setTID(byte[] tid)
 o getTID
public byte[] getTID()
 o getXObj
public XObj getXObj()
 o setXObj
public void setXObj(XObj xObj) throws NumberFormatException, Invalid64Exception
 o refreshXObj
public void refreshXObj()
Refreshes the XML object with current data held by the face object. (Called by XObj.toString().)


All Packages  Class Hierarchy  This Package  Previous  Next  Index