|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.wtc.jatmi.mkfldclass32
This class is a utility function that reads a FML32 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 FML32 field. This utility is analogous to the mkfldhdr(1) utility in the Tuxedo reference manual. The command prototype is
mkfldclass32 [package-name] fml-field-table
FldTbl
,
FML
Constructor Summary | |
mkfldclass32()
|
Method Summary | |
static void |
generateDynamicCode(String path,
String fpackage,
String outdirectory,
File classfilename)
Generate a java file that will load the field table during the boot time. |
static void |
main(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 |
public mkfldclass32()
Method Detail |
public static void generateDynamicCode(String path, String fpackage, String outdirectory, File classfilename)
path
- The full path of the field table during the boot time.classfilename
- The class name and file name for the generated java file.public static void main(String[] args)
mkfldclass32 [package-name] fml-field-table
args
- At this time the only argument this utility takes is the name
of the field table to process
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs91 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |