BEA Systems, Inc.

WebLogic Server 6.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:
BEA Systems, Inc.
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
FldTbl, FML

Constructor Summary
HTableParser(java.lang.String fieldfilename, boolean hdrtype32)
          The constructor.
 
Method Summary
 java.util.Vector getfieldNameSet()
           
 java.util.Hashtable getfieldtonameHashTable()
           
 java.util.Hashtable 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)
The constructor.

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

getnametofieldHashTable

public java.util.Hashtable getnametofieldHashTable()

getfieldtonameHashTable

public java.util.Hashtable getfieldtonameHashTable()

getfieldNameSet

public java.util.Vector getfieldNameSet()

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

WebLogic classes and methods that do not appear in this reference are not public and are not supported.