BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.wtc.jatmi
Class HTableParser

java.lang.Object
  extended byweblogic.wtc.jatmi.HTableParser

public final class HTableParser
extends Object

This class reads a FML32 Field Table during the boot time which implements the FldTbl interface.

See Also:
FldTbl, FML
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
HTableParser(String fieldfilename, boolean hdrtype32)
          Constructor.
HTableParser(String fieldfilename, boolean hdrtype32, int initialCapacity, float loadFactor)
          Constructor.
 
Method Summary
 Vector getfieldNameSet()
           
 weblogic.utils.collections.NumericHashtable getfieldtonameHashTable()
           
static HTableParser getInstance(String fieldfilename, boolean hdrtype32)
           
static HTableParser getInstance(String fieldfilename, boolean hdrtype32, int initialCapacity, float loadFactor)
           
 weblogic.utils.collections.NumericValueHashtable getnametofieldHashTable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTableParser

public HTableParser(String fieldfilename,
                    boolean hdrtype32)
Constructor.


HTableParser

public HTableParser(String fieldfilename,
                    boolean hdrtype32,
                    int initialCapacity,
                    float loadFactor)
Constructor.

Method Detail

getfieldNameSet

public Vector getfieldNameSet()

getfieldtonameHashTable

public weblogic.utils.collections.NumericHashtable getfieldtonameHashTable()

getInstance

public static HTableParser getInstance(String fieldfilename,
                                       boolean hdrtype32)

getInstance

public static HTableParser getInstance(String fieldfilename,
                                       boolean hdrtype32,
                                       int initialCapacity,
                                       float loadFactor)

getnametofieldHashTable

public weblogic.utils.collections.NumericValueHashtable getnametofieldHashTable()

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.