|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IdcConnectionMXBean
IdcConnectionMXBean is a JMX message bean interface that defines configuration methods available to users.
| Method Summary | |
|---|---|
java.lang.String |
getClientSecurityPolicy()Get the connection JaxWS ClientSecurityPolicy. |
java.lang.String |
getConnectionName()Get the name of this IdcConnection. |
java.lang.String |
getCsfKey()Get the connection WSM csf-key |
java.lang.String |
getDesigntimeURL()Get the designtime URL. |
java.lang.String |
getKeystoreAlias()Gets the RIDC client private key alias in the keystore. |
java.lang.String |
getKeystoreFile()Gets the RIDC client side keystore file location. |
java.lang.String |
getProperty(java.lang.String key)Get an arbitrary connection property. |
java.lang.String |
getRuntimeURL()Get the runtime URL. |
int |
getTimeout()Get the connection timeout period. |
java.lang.String |
getTrustManagerFile()Gets the RIDC client side trust manager file location. |
void |
setClientSecurityPolicy(java.lang.String policy)Set the JaxWS ClientSecurityPolicy. |
void |
setCsfKey(java.lang.String csfKey)Set the connection WSM csf-key |
void |
setKeystoreAlias(java.lang.String keystoreAlias)Sets the RIDC client keystore alias in the keystore. |
void |
setKeystoreAliasPassword(java.lang.String keystoreAliasPassword)Sets the RIDC client keystore alias password required to retrieve the alias key from the keystore. |
void |
setKeystoreFile(java.lang.String keystoreFile)Sets the RIDC client side keystore file location. |
void |
setKeystorePassword(java.lang.String keystorePassword)Sets the RIDC client side keystore password. |
void |
setProperty(java.lang.String key, java.lang.String value)Set an arbitrary connection property. |
void |
setTimeout(int timeout)Set the connection timeout period. |
void |
setTrustManagerFile(java.lang.String trustManagerFile)Sets the RIDC client side trust manager file location. |
void |
setTrustManagerPassword(java.lang.String trustManagerPassword)Sets the RIDC client trust manager password. |
void |
updateRuntimeURL(java.lang.String runtimeURL)Update the runtime IDC Connection URL. |
| Method Detail |
|---|
java.lang.String getConnectionName()
int getTimeout()
void setTimeout(int timeout)
timeout - connection timeout period.java.lang.String getDesigntimeURL()
java.lang.String getRuntimeURL()
java.lang.String getKeystoreFile()
void setKeystoreFile(java.lang.String keystoreFile)
keystoreFile - the RIDC client side keystore file locationvoid setKeystorePassword(java.lang.String keystorePassword)
keystorePassword - the password to access the RIDC client side keystorejava.lang.String getKeystoreAlias()
void setKeystoreAlias(java.lang.String keystoreAlias)
keystoreAlias - the RIDC client private key alias in the keystorevoid setKeystoreAliasPassword(java.lang.String keystoreAliasPassword)
keystoreAliasPassword - the RIDC client keystore alias key passwordjava.lang.String getTrustManagerFile()
void setTrustManagerFile(java.lang.String trustManagerFile)
trustManagerFile - the RIDC client side trust manager file locationvoid setTrustManagerPassword(java.lang.String trustManagerPassword)
trustManagerPassword - the RIDC client trust manager passwordjava.lang.String getClientSecurityPolicy()
void setClientSecurityPolicy(java.lang.String policy)
policy - JaxWS ClientSecurityPolicy.java.lang.String getCsfKey()
void setCsfKey(java.lang.String csfKey)
csfKey -void updateRuntimeURL(java.lang.String runtimeURL)
runtimeURL - the IDC connection URL (i.e. "idc://csserver:4444").
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® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||