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 ApplcoreDTCatalogConfigurator

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.deploy.ApplcoreDTCatalogConfigurator
All Implemented Interfaces:
java.util.EventListener, oracle.jdeveloper.rescat2.RegistryListener

public final class ApplcoreDTCatalogConfigurator
extends java.lang.Object
implements oracle.jdeveloper.rescat2.RegistryListener

Configure a File System connection for Applications Core ADFLIBS in the Resource Palette File System Connections folder.

Since:
drop6
Version:
$Header: ApplcoreDTCatalogConfigurator.java 23-jun-2008.12:32:41 ghooker Exp $
Author:
ghooker

Field Summary
static java.lang.String DT_APPLCORE_SERVICES_ROOT
          Design time constant.
static java.lang.String DT_CATALOG_ID
          Design time constant.
 
Constructor Summary
ApplcoreDTCatalogConfigurator()
          Public Constructor.
 
Method Summary
 java.lang.String[] getConnectionIds()
          Public method returning the ids of the connections used by the DT catalog.
 void rescatContextRegistered(oracle.jdeveloper.rescat2.RegistryEvent event)
          Check to see if the context is registered if it is add the connection.
 void rescatContextUnregistered(oracle.jdeveloper.rescat2.RegistryEvent event)
          Reguired by the interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DT_CATALOG_ID

public static final java.lang.String DT_CATALOG_ID
Design time constant.

See Also:
Constant Field Values

DT_APPLCORE_SERVICES_ROOT

public static final java.lang.String DT_APPLCORE_SERVICES_ROOT
Design time constant.

See Also:
Constant Field Values
Constructor Detail

ApplcoreDTCatalogConfigurator

public ApplcoreDTCatalogConfigurator()
Public Constructor.

Method Detail

rescatContextRegistered

public void rescatContextRegistered(oracle.jdeveloper.rescat2.RegistryEvent event)
Check to see if the context is registered if it is add the connection.

Specified by:
rescatContextRegistered in interface oracle.jdeveloper.rescat2.RegistryListener
Parameters:
event -

rescatContextUnregistered

public void rescatContextUnregistered(oracle.jdeveloper.rescat2.RegistryEvent event)
Reguired by the interface.

Specified by:
rescatContextUnregistered in interface oracle.jdeveloper.rescat2.RegistryListener
Parameters:
event -

getConnectionIds

public java.lang.String[] getConnectionIds()
Public method returning the ids of the connections used by the DT catalog. This method is intended for use in JUnit tests.

Returns:
String[] connectionIds

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.