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.
xObj-
XTransactionObject()
-
getTID()
-
getXObj()
-
refreshXObj()
- Refreshes the XML object with current data held by the face object.
setTID(byte[])
-
setXObj(XObj)
-
xObj
protected XObj xObj
XTransactionObject
public XTransactionObject()
setTID
public void setTID(byte[] tid)
getTID
public byte[] getTID()
getXObj
public XObj getXObj()
setXObj
public void setXObj(XObj xObj) throws NumberFormatException, Invalid64Exception
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