All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Interface ORG.opengroup.axtp.transaction.X

public interface X
extends ExecutionObject, TransactionFromClient
An eXecution request.


Method Index

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

Methods

 o setPrimary
public abstract void setPrimary(boolean primary) throws NumberFormatException
 o getPrimary
public abstract boolean getPrimary() throws NumberFormatException
 o isPrimary
public abstract boolean isPrimary() throws NumberFormatException
 o setTransactionDuration
public abstract void setTransactionDuration(long v) throws NumberFormatException
 o getTransactionDuration
public abstract long getTransactionDuration() throws NumberFormatException
 o setZID
public abstract void setZID(long zid) throws NumberFormatException
 o getZID
public abstract long getZID() throws NumberFormatException

All Packages  Class Hierarchy  This Package  Previous  Next  Index