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

E22565-06

oracle.apps.fnd.appltest.diagfwk.engine.impl.adr
Class ADRHomeImpl

java.lang.Object
  extended by oracle.apps.fnd.appltest.diagfwk.engine.impl.adr.ADRHomeImpl
All Implemented Interfaces:
ADRHome

public class ADRHomeImpl
extends java.lang.Object
implements ADRHome

Provides implementation of the ADRHome interface.

Since:
release specific (what release of product did this appear in)
Version:
$Header: atgpf/appltest/applications/Diagnostics/Engine/src/oracle/apps/fnd/appltest/diagfwk/engine/impl/adr/ADRHomeImpl.java /main/1 2009/08/17 10:56:16 anautiya Exp $
Author:
ppradhan

Constructor Summary
ADRHomeImpl(java.lang.String pADRHomeName, java.lang.String pServerName)
           
 
Method Summary
 java.lang.String getADRHomeName()
          Returns the name of this ADR Home.
 java.lang.String getServerName()
          Returns the name of the server where this ADR Home is physically situated.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ADRHomeImpl

public ADRHomeImpl(java.lang.String pADRHomeName,
                   java.lang.String pServerName)
Method Detail

getServerName

public java.lang.String getServerName()
Description copied from interface: ADRHome
Returns the name of the server where this ADR Home is physically situated.

Specified by:
getServerName in interface ADRHome
Returns:
the name of the server where this ADR Home exists.

getADRHomeName

public java.lang.String getADRHomeName()
Description copied from interface: ADRHome
Returns the name of this ADR Home.

Specified by:
getADRHomeName in interface ADRHome
Returns:
the name of this ADR Home.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

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

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.