All Packages Class Hierarchy This Package Previous Next Index
Interface ORG.opengroup.axtp.transaction.X
- public interface X
- extends ExecutionObject, TransactionFromClient
An eXecution request.
getPrimary()
-
getTransactionDuration()
-
getZID()
-
isPrimary()
-
setPrimary(boolean)
-
setTransactionDuration(long)
-
setZID(long)
-
setPrimary
public abstract void setPrimary(boolean primary) throws NumberFormatException
getPrimary
public abstract boolean getPrimary() throws NumberFormatException
isPrimary
public abstract boolean isPrimary() throws NumberFormatException
setTransactionDuration
public abstract void setTransactionDuration(long v) throws NumberFormatException
getTransactionDuration
public abstract long getTransactionDuration() throws NumberFormatException
setZID
public abstract void setZID(long zid) throws NumberFormatException
getZID
public abstract long getZID() throws NumberFormatException
All Packages Class Hierarchy This Package Previous Next Index