|
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
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)
public HTableParser(String fieldfilename, boolean hdrtype32, int initialCapacity, float loadFactor)
Method Detail |
public Vector getfieldNameSet()
public weblogic.utils.collections.NumericHashtable getfieldtonameHashTable()
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()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |