Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

Uses of Interface
oracle.apps.fnd.appltest.diagfwk.engine.impl.adr.ADRHome

Packages that use ADRHome
oracle.apps.fnd.appltest.diagfwk.engine   
oracle.apps.fnd.appltest.diagfwk.engine.facade   
oracle.apps.fnd.appltest.diagfwk.engine.impl   
oracle.apps.fnd.appltest.diagfwk.engine.impl.adr   
oracle.apps.fnd.appltest.diagfwk.engine.provider.adr   
oracle.apps.fnd.appltest.diagfwk.ui.backing   
 

Uses of ADRHome in oracle.apps.fnd.appltest.diagfwk.engine
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine that return ADRHome
static ADRHome DiagEngineFactory.createADRHome(java.lang.String pADRHomeName, java.lang.String pServerName)
           
protected abstract  ADRHome DiagEngineFactory.makeADRHome(java.lang.String pADRHomeName, java.lang.String pServerName)
           
 

Uses of ADRHome in oracle.apps.fnd.appltest.diagfwk.engine.facade
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.facade that return types with arguments of type ADRHome
 java.util.List<ADRHome> TestRunFacade.listAllADRHomes()
          This API lists all the ADR homes that exist within the current domain
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.facade with parameters of type ADRHome
 java.util.List<Problem> TestRunFacade.listAllProblems(ADRHome adrHome)
          Lists all problems within this applications system
 

Uses of ADRHome in oracle.apps.fnd.appltest.diagfwk.engine.impl
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl that return ADRHome
protected  ADRHome DiagEngineFactoryImpl.makeADRHome(java.lang.String pADRHomeName, java.lang.String pServerName)
           
 

Uses of ADRHome in oracle.apps.fnd.appltest.diagfwk.engine.impl.adr
 

Classes in oracle.apps.fnd.appltest.diagfwk.engine.impl.adr that implement ADRHome
 class ADRHomeImpl
          Provides implementation of the ADRHome interface.
 

Uses of ADRHome in oracle.apps.fnd.appltest.diagfwk.engine.provider.adr
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.provider.adr that return types with arguments of type ADRHome
abstract  java.util.List<ADRHome> ADRProvider.listAllADRHomes()
          Lists all ADR Homes within the current domain .
 java.util.List<ADRHome> ASDFWADRProvider.listAllADRHomes()
           
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.provider.adr with parameters of type ADRHome
abstract  java.util.List<Problem> ADRProvider.listAllProblems(ADRHome adrHome)
          Returns a list of all the problems within the given ADR Home
 java.util.List<Problem> ASDFWADRProvider.listAllProblems(ADRHome adrHome)
           
 

Method parameters in oracle.apps.fnd.appltest.diagfwk.engine.provider.adr with type arguments of type ADRHome
static void ManualTestASDFWADRProvider.verifyADRHomeList(java.util.HashMap<java.lang.String,java.util.List<java.lang.String>> pExpectedIncidents, java.util.List<ADRHome> adrHomeList)
           
static void ManualTestASDFWADRProvider.verifyADRHomeList(java.util.List<ADRHome> adrHomeList)
           
 

Uses of ADRHome in oracle.apps.fnd.appltest.diagfwk.ui.backing
 

Methods in oracle.apps.fnd.appltest.diagfwk.ui.backing that return ADRHome
 ADRHome ADRHomeLOVBean.getADRHome(java.lang.String pADRHomeName, java.lang.String pServerName)
          Returns the ADR Home for the given ADR Home name and server name.
 ADRHome ADRHomeLOVBean.getCurrentADRHome()
          Returns the currently selected ADR home
 

Methods in oracle.apps.fnd.appltest.diagfwk.ui.backing with parameters of type ADRHome
protected static java.lang.String ADRHomeLOVBean.makeRowKey(ADRHome pADRHome)
          Makes the row key for an ADRHome
 


Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.