All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class ORG.opengroup.axtp.transaction.XSupport

java.lang.Object
    |
    +----ORG.opengroup.axtp.PacketObjectSupport
            |
            +----ORG.opengroup.axtp.TransactionObjectSupport
                    |
                    +----ORG.opengroup.axtp.ExecutionObjectSupport
                            |
                            +----ORG.opengroup.axtp.transaction.XSupport

public class XSupport
extends ExecutionObjectSupport
implements X
An eXecution request.


Constructor Index

 o XSupport()

Method Index

 o getPrimary()
 o getTransactionDuration()
 o getZID()
 o isPrimary()
 o setPrimary(boolean)
 o setTransactionDuration(long)
 o setZID(long)

Constructors

 o XSupport
public XSupport()

Methods

 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()

All Packages  Class Hierarchy  This Package  Previous  Next  Index