BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.wtc.jatmi
Class HTableParser

java.lang.Object
  |
  +--weblogic.wtc.jatmi.HTableParser

public final class HTableParser
extends java.lang.Object

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

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

Constructor Summary
HTableParser(java.lang.String fieldfilename, boolean hdrtype32)
          Constructor.
HTableParser(java.lang.String fieldfilename, boolean hdrtype32, int initialCapacity, float loadFactor)
          Constructor.
 
Method Summary
 java.util.Vector getfieldNameSet()
           
 weblogic.utils.collections.NumericHashtable getfieldtonameHashTable()
           
static HTableParser getInstance(java.lang.String fieldfilename, boolean hdrtype32)
           
static HTableParser getInstance(java.lang.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(java.lang.String fieldfilename,
                    boolean hdrtype32)
Constructor.

Parameters:
fieldfilename - The field table filename including the location
hdrtype32 - true for FML32, false for FML.

HTableParser

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

Parameters:
fieldfilename - The field table filename including the location
hdrtype32 - true for FML32, false for FML.
initialCapacity. -  
loadFactor. -  
Method Detail

getInstance

public static HTableParser getInstance(java.lang.String fieldfilename,
                                       boolean hdrtype32)

getInstance

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

getnametofieldHashTable

public weblogic.utils.collections.NumericValueHashtable getnametofieldHashTable()

getfieldtonameHashTable

public weblogic.utils.collections.NumericHashtable getfieldtonameHashTable()

getfieldNameSet

public java.util.Vector getfieldNameSet()

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81