BEA Systems, Inc.

Uses of Interface
weblogic.wtc.jatmi.FldTbl

Packages that use FldTbl
weblogic.wtc.gwt   
weblogic.wtc.jatmi   
 

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.
 


Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.