|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTask
weblogic.wtc.jatmi.mkfldclass
public final class mkfldclass
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
FldTbl
,
FML
Constructor Summary | |
---|---|
mkfldclass()
|
Method Summary | |
---|---|
void |
execute()
Starting point for an ant Task ant task usage: |
static void |
main(String[] args)
The starting point of this utility. |
void |
setFieldTable(String f)
|
void |
setOutputDirectory(String o)
|
void |
setPackage(String p)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public mkfldclass()
Method Detail |
---|
public void execute()
public void setPackage(String p)
public void setOutputDirectory(String o)
public void setFieldTable(String f)
public static void main(String[] args)
mkfldclass [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/docs103 Copyright 1996,2008, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |