All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class ORG.opengroup.axtp.xface.XExecutionObject

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

public class XExecutionObject
extends XTransactionObject
implements ExecutionObject
One possible implementation for ExecutionObject.


Constructor Index

 o XExecutionObject()

Method Index

 o getContent()
 o getXID()
 o refreshXObj()
Refreshes the XML object with current data held by the face object.
 o setContent(Object)
 o setXID(long)
 o setXObj(XObj)

Constructors

 o XExecutionObject
public XExecutionObject()

Methods

 o setXObj
public void setXObj(XObj xObj) throws NumberFormatException, Invalid64Exception
Overrides:
setXObj in class XTransactionObject
 o setXID
public void setXID(long xid)
 o getXID
public long getXID()
 o setContent
public void setContent(Object content)
 o getContent
public Object getContent()
 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 XTransactionObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index