Uses of Class
weblogic.wtc.jatmi.TypedFML

Packages that use TypedFML
com.oracle.tuxedo.adapter.cci Provides Tuxedo JCA Adapter's implementation of CCI. 
weblogic.wtc.jatmi Provides JATMI primitives used to begin and end transactions, allocate and free buffers, and provide the communication between clients and servers. 
 

Uses of TypedFML in com.oracle.tuxedo.adapter.cci
 

Methods in com.oracle.tuxedo.adapter.cci that return TypedFML
 TypedFML TuxedoFMLRecord.getFML()
          Get a copy of FML data in the TuxedoFMLRecord.
 

Methods in com.oracle.tuxedo.adapter.cci with parameters of type TypedFML
 void TuxedoFMLRecord.setFML(TypedFML fml)
          Set the FML data in the TuxedoFMLRecord.
 

Constructors in com.oracle.tuxedo.adapter.cci with parameters of type TypedFML
TuxedoFMLRecord(TypedFML fml)
          Constructor.
 

Uses of TypedFML in weblogic.wtc.jatmi
 

Constructors in weblogic.wtc.jatmi with parameters of type TypedFML
TypedFML(TypedFML copyFrom)
          This constructor copies the fields from the input FML buffer.