Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-04


oracle.stellent.ridc.convenience.adf.connection
Class AdfConnectionFacade.ResultTestConnection

java.lang.Object
  extended by oracle.stellent.ridc.convenience.adf.connection.AdfConnectionFacade.ResultTestConnection

Enclosing class:
AdfConnectionFacade

public class AdfConnectionFacade.ResultTestConnection
extends Object

Contains boolean for test's success, and a message from the test


Constructor Summary
protected AdfConnectionFacade.ResultTestConnection()
           

 

Method Summary
 LocaleMessage getMessage()
           
 boolean isSuccess()
           
 boolean isTested()
           
 void setTestResults(boolean success, LocaleMessage message)
          populate the test results.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AdfConnectionFacade.ResultTestConnection

protected AdfConnectionFacade.ResultTestConnection()

Method Detail

isTested

public boolean isTested()
Returns:
true if connection has been tested

setTestResults

public void setTestResults(boolean success,
                           LocaleMessage message)
populate the test results. Causes isTested() to return true.
Parameters:
success - true if test succeeds
message - message from test

isSuccess

public boolean isSuccess()

getMessage

public LocaleMessage getMessage()

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-04


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.