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.mxbean
Interface RidcConnectionMxBean

All Known Implementing Classes:
RidcConnectionMxBeanImpl

public interface RidcConnectionMxBean

Method Summary
 String getConnectionName()
          Get the name of this IdcConnection.
 String getConnectionURL()
          Get the connection URL.
 String getProperty(String key)
          Get an arbitrary connection property.
 int getTimeout()
          Get the connection timeout period.
 void setConnectionURL(String connectionURL)
          Update the connection URL.
 void setProperty(String key, String value)
          Set an arbitrary connection property.
 void setTimeout(int timeout)
          Set the connection timeout period.

 

Method Detail

getConnectionName

String getConnectionName()
Get the name of this IdcConnection.
Returns:
IDC Connection name.

getTimeout

int getTimeout()
Get the connection timeout period.
Returns:
connection timeout period as an integer.

setTimeout

void setTimeout(int timeout)
Set the connection timeout period.
Parameters:
timeout - connection timeout period.

getConnectionURL

String getConnectionURL()
Get the connection URL.
Returns:
connection URL as a string.

setConnectionURL

void setConnectionURL(String connectionURL)
Update the connection URL.
Parameters:
connectionURL - the IDC connection URL

setProperty

void setProperty(String key,
                 String value)
Set an arbitrary connection property.
Parameters:
key - property key.
value - property value.

getProperty

String getProperty(String key)
Get an arbitrary connection property.
Parameters:
key - property key.
Returns:
property value

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.