All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class ORG.opengroup.axtp.xface.XX

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

public class XX
extends XExecutionObject
implements X, TransactionFromClient
An eXecution request.


Constructor Index

 o XX()

Method Index

 o getPrimary()
 o getTransactionDuration()
 o getZID()
 o isPrimary()
 o refreshXObj()
Refreshes the XML object with current data held by the face object.
 o setPrimary(boolean)
 o setTransactionDuration(long)
 o setXObj(XObj)
 o setZID(long)

Constructors

 o XX
public XX()

Methods

 o setXObj
public void setXObj(XObj xObj) throws NumberFormatException, Invalid64Exception
Overrides:
setXObj in class XExecutionObject
 o setPrimary
public void setPrimary(boolean primary)
 o getPrimary
public boolean getPrimary()
 o isPrimary
public boolean isPrimary()
 o setTransactionDuration
public void setTransactionDuration(long v)
 o getTransactionDuration
public long getTransactionDuration()
 o setZID
public void setZID(long zid)
 o getZID
public long getZID()
 o refreshXObj
public void refreshXObj()
Refreshes the XML object with current data held by the face object. (Called by XObj.toString().)

Overrides:
refreshXObj in class XExecutionObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index