Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.wtc.jatmi
Class mkfldclass

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by weblogic.wtc.jatmi.mkfldclass
All Implemented Interfaces:
Cloneable

public final class mkfldclass
extends org.apache.tools.ant.Task

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

See Also:
FldTbl, FML

Field Summary
 
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
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 org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

mkfldclass

public mkfldclass()
Method Detail

execute

public void execute()
Starting point for an ant Task ant task usage:

Overrides:
execute in class org.apache.tools.ant.Task

setPackage

public void setPackage(String p)

setOutputDirectory

public void setOutputDirectory(String o)

setFieldTable

public void setFieldTable(String f)

main

public static void main(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.

Parameters:
args - At this time the only argument this utility takes is the name of the field table to process

Copyright 1996, 2014, 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.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02