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.
XExecutionObject()
-
getContent()
-
getXID()
-
refreshXObj()
- Refreshes the XML object with current data held by the face object.
setContent(Object)
-
setXID(long)
-
setXObj(XObj)
-
XExecutionObject
public XExecutionObject()
setXObj
public void setXObj(XObj xObj) throws NumberFormatException, Invalid64Exception
- Overrides:
- setXObj in class XTransactionObject
setXID
public void setXID(long xid)
getXID
public long getXID()
setContent
public void setContent(Object content)
getContent
public Object getContent()
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