All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Interface ORG.opengroup.axtp.transaction.TransactionFactory

public interface TransactionFactory
extends Serialization
An interface for creating transactions.


Method Index

 o createA()
 o createC()
 o createN()
 o createQ()
 o createR()
 o createW()
 o createX()
 o createZ()

Methods

 o createA
public abstract A createA()
 o createC
public abstract C createC()
 o createN
public abstract N createN()
 o createQ
public abstract Q createQ()
 o createR
public abstract R createR()
 o createW
public abstract W createW()
 o createX
public abstract X createX()
 o createZ
public abstract Z createZ()

All Packages  Class Hierarchy  This Package  Previous  Next  Index