BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.wtc.jatmi
Class mkfldclass

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

public final class mkfldclass
extends java.lang.Object

This class is a utility function that reads a FML Field Table and produces a java file which implements the FldTbl interface. This java file should be compiled into a class which can then be used to add, retrieve and delete fielded entries from an FML field. This utility is analogous to the mkfldhdr(1) utility in the Tuxedo reference manual. The command prototype is

mkfldclass [package-name] fml-field-table

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

Constructor Summary
mkfldclass()
           
 
Method Summary
static void main(java.lang.String[] args)
          The starting point of this utility.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

mkfldclass

public mkfldclass()
Method Detail

main

public static void main(java.lang.String[] args)
The starting point of this utility. The utility has the following prototype:

mkfldclass [package-name] fml-field-table

where package-name is the name of the package in which this class should reside and fml-field-tbl is the field table to be processed.

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.