|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweblogic.wtc.jatmi.HTableParser
public final class HTableParser
This class reads a FML32 Field Table during the boot time which implements the FldTbl interface.
FldTbl,
FML| 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 |
|---|
public HTableParser(String fieldfilename,
boolean hdrtype32)
fieldfilename - The field table filename including the locationhdrtype32 - true for FML32, false for FML.
public HTableParser(String fieldfilename,
boolean hdrtype32,
int initialCapacity,
float loadFactor)
fieldfilename - The field table filename including the locationhdrtype32 - true for FML32, false for FML.initialCapacity. - loadFactor. - | Method Detail |
|---|
public static HTableParser getInstance(String fieldfilename,
boolean hdrtype32)
public static HTableParser getInstance(String fieldfilename,
boolean hdrtype32,
int initialCapacity,
float loadFactor)
public weblogic.utils.collections.NumericValueHashtable getnametofieldHashTable()
public weblogic.utils.collections.NumericHashtable getfieldtonameHashTable()
public Vector getfieldNameSet()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||