Oracle Fusion Middleware extensions for XML based Datamodel Framework
11g Release 1 (11.1.1.5)

E22566-01

oracle.apps.fnd.applxdf.comp
Class XdfSchemaDeploy

java.lang.Object
  extended by oracle.apps.fnd.applxdf.comp.XdfSchemaDeploy

public class XdfSchemaDeploy
extends java.lang.Object

class definition.


Constructor Summary
XdfSchemaDeploy()
          Constructor.
 
Method Summary
 int applyXDF(java.lang.String[] args, java.sql.Connection appsConn)
          Called from main method to do the actual work.
 int applyXDF(java.lang.String[] args, java.sql.Connection appsConn, XDFLogger xdfLogger)
          Called from main method to do the actual work.
 XDFLogger getLogger()
          Returns the xdf logger used by FndSxdeComp.
static void main(java.lang.String[] args)
          main method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XdfSchemaDeploy

public XdfSchemaDeploy()
Constructor.

Method Detail

main

public static void main(java.lang.String[] args)
main method.

Parameters:
args - inputs from user

applyXDF

public int applyXDF(java.lang.String[] args,
                    java.sql.Connection appsConn,
                    XDFLogger xdfLogger)
Called from main method to do the actual work.

Parameters:
args - user inputs passed from main methos
appsConn - application DB connection
Returns:
exit code

getLogger

public XDFLogger getLogger()
Returns the xdf logger used by FndSxdeComp.

Returns:
logger

applyXDF

public int applyXDF(java.lang.String[] args,
                    java.sql.Connection appsConn)
Called from main method to do the actual work.

Parameters:
args - user inputs passed from main methos
appsConn - application DB connection
Returns:
exit code

Oracle Fusion Middleware extensions for XML based Datamodel Framework
11g Release 1 (11.1.1.5)

E22566-01

Copyright © 2011 Oracle. All Rights Reserved.