Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02

Uses of Interface
weblogic.wtc.jatmi.FldTbl

Packages that use FldTbl
weblogic.wtc.gwt Provides useful WTC GWT Domain utilities. 
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 FldTbl in weblogic.wtc.gwt
 

Methods in weblogic.wtc.gwt with parameters of type FldTbl
 TypedFML XmlFmlCnv.XMLtoFML(String xmlinfo, FldTbl[] fldtbls)
          Translate an XML document into an FML buffer.
 TypedFML32 XmlFmlCnv.XMLtoFML32(String xmlinfo, FldTbl[] fldtbls)
          Translate an XML document into an FML32 buffer.
 

Uses of FldTbl in weblogic.wtc.jatmi
 

Classes in weblogic.wtc.jatmi that implement FldTbl
 class DynamicFldTbl
          This class provides a dynamic implementation of the FldTbl interface.
 class evt_mib
           
 class islflds
           
 class secflds
           
 class tmibflds
           
 class tmqflds
           
 class tpadm
           
 class Usysfl32
           
 class Usysflds
           
 

Fields in weblogic.wtc.jatmi declared as FldTbl
protected  FldTbl[] TypedFML32.fldtbls
           
 

Methods in weblogic.wtc.jatmi that return FldTbl
 FldTbl[] TypedFML32.getFieldTables()
          gets the current list of FldTbls that are being used by this FML32 object to do FldId/String mappings.
 FldTbl[] TypedFML.getFieldTables()
          gets the current list of FldTbls that are being used by this TypedFML object to do FldId/String mappings.
 FldTbl[] FML.getFieldTables()
          gets the current list of FldTbls that are being used by this TypedFML object to do FldId/String mappings.
 

Methods in weblogic.wtc.jatmi with parameters of type FldTbl
 void TypedFML32.setFieldTables(FldTbl[] tables)
          This function sets the list of FldTbl objects that can be used for FldId/String mappings
 void TypedFML.setFieldTables(FldTbl[] tables)
          This function sets the list of FldTbl objects that can be used for FldId/String mappings
 void FML.setFieldTables(FldTbl[] tables)
          This function sets the list of FldTbl objects that can be used for FldId/String mappings
 

Constructors in weblogic.wtc.jatmi with parameters of type FldTbl
TypedFML(FldTbl table)
          Constructor which provides a single FldTbl object for mapping FldIds to Strings and Strings to FldIds Note that it is not necesary to provide FldTbls unless String/FldId mappings are required.
TypedFML(FldTbl[] tables)
          Constructor which provides a list FldTbl objects for mapping FldIds to Strings and Strings to FldIds.
TypedFML32(FldTbl table)
          Constructor which provides a single FldTbl object for mapping FldIds to Strings and Strings to FldIds Note that it is not necesary to provide FldTbls unless String/FldId mappings are required.
TypedFML32(FldTbl[] tables)
          Constructor which provides a list FldTbl objects for mapping FldIds to Strings and Strings to FldIds.
TypedFML32(FldTbl[] tables, int maxFlds, int maxIds)
          Constructor which provides a list FldTbl objects for mapping FldIds to Strings and Strings to FldIds.
TypedFML32(FldTbl table, int maxFlds, int maxIds)
          Constructor which provides a single FldTbl object for mapping FldIds to Strings and Strings to FldIds The maxFlds and maxIds give hints to optimize the performance.
 


Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02