Skip navigation links

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

E17274-03


oracle.stellent.ridc.convenience.adf.mbeans
Class IdcClientAdapter

java.lang.Object
  extended by oracle.stellent.ridc.convenience.adf.mbeans.IdcClientAdapter


public class IdcClientAdapter
extends java.lang.Object

A simple wrapper class that wraps IdcClient object so that we can change client at runtime.


Constructor Summary
IdcClientAdapter(IdcClient idcClient)
          Construct an adaptor that wraps the give idcClient.

 

Method Summary
 IdcClient getIdcClient()
          Get the IdcClient this adaptor wraps.
 void setIdcClient(IdcClient idcClient)
          Set the IdcClient this adaptor wraps.

 

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

 

Constructor Detail

IdcClientAdapter

public IdcClientAdapter(IdcClient idcClient)
Construct an adaptor that wraps the give idcClient.
Parameters:
idcClient - the IdcClient being wrapped.

Method Detail

getIdcClient

public IdcClient getIdcClient()
Get the IdcClient this adaptor wraps.
Returns:
an IdcClient object.

setIdcClient

public void setIdcClient(IdcClient idcClient)
Set the IdcClient this adaptor wraps.
Parameters:
idcClient - an IdcClient object this adaptor wraps.

Skip navigation links

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

E17274-03


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