Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.dt.deploy
Class WeblogicNodeUtil

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.deploy.WeblogicNodeUtil

public class WeblogicNodeUtil
extends java.lang.Object

Since:
release specific (what release of product did this appear in)
Version:
$Header: atgpf/applcore/applications/DesignTime/DT/src/oracle/apps/fnd/applcore/dt/deploy/WeblogicNodeUtil.java /main/3 2009/03/23 22:08:36 mluetchf Exp $
Author:
dechrist

Constructor Summary
WeblogicNodeUtil()
           
 
Method Summary
static void addSharedLib(oracle.jdeveloper.xml.wl.WeblogicNode weblogicNode, WeblogicAppLibrary sharedLib, java.lang.String namespace)
          Adds a shared library element to an xml node.
static boolean sharedLibExists(org.w3c.dom.Element parent, java.lang.String libName, java.lang.String namespace)
          Checks whether a shared library element exists in a parent element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeblogicNodeUtil

public WeblogicNodeUtil()
Method Detail

addSharedLib

public static void addSharedLib(oracle.jdeveloper.xml.wl.WeblogicNode weblogicNode,
                                WeblogicAppLibrary sharedLib,
                                java.lang.String namespace)
Adds a shared library element to an xml node. If a library with the same name already exists in the node, its version number will be set to sharedLib.getSpecificationVersion() if not already set.

Parameters:
weblogicNode - the node for the xml file
sharedLib - the shared library object representing the element to add
namespace - the namespace for the xml file

sharedLibExists

public static boolean sharedLibExists(org.w3c.dom.Element parent,
                                      java.lang.String libName,
                                      java.lang.String namespace)
Checks whether a shared library element exists in a parent element.

Parameters:
parent - the parent element to check
libName - the shared library name
namespace - the namespace for the parent
Returns:
true if the shared library exists, false otherwise

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.