|
Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1) E17274-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RidcConnectionMxBean
| Method Summary | |
|---|---|
java.lang.String |
getConnectionName()Get the name of this IdcConnection. |
java.lang.String |
getConnectionURL()Get the connection URL. |
java.lang.String |
getProperty(java.lang.String key)Get an arbitrary connection property. |
int |
getTimeout()Get the connection timeout period. |
void |
setConnectionURL(java.lang.String connectionURL)Update the connection URL. |
void |
setProperty(java.lang.String key, java.lang.String value)Set an arbitrary connection property. |
void |
setTimeout(int timeout)Set the connection timeout period. |
| Method Detail |
|---|
java.lang.String getConnectionName()
int getTimeout()
void setTimeout(int timeout)
timeout - connection timeout period.java.lang.String getConnectionURL()
void setConnectionURL(java.lang.String connectionURL)
connectionURL - the IDC connection URL
void setProperty(java.lang.String key,
java.lang.String value)
key - property key.value - property value.java.lang.String getProperty(java.lang.String key)
key - property key.
|
Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1) E17274-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||