All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class ORG.opengroup.axtp.transaction.JOSTransactionFactory

java.lang.Object
    |
    +----ORG.opengroup.misc.JOS
            |
            +----ORG.opengroup.axtp.transaction.JOSTransactionFactory

public class JOSTransactionFactory
extends JOS
implements TransactionFactory
An interface for creating transactions.


Constructor Index

 o JOSTransactionFactory()

Method Index

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

Constructors

 o JOSTransactionFactory
public JOSTransactionFactory()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index