Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-01


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

java.lang.Object
  extended by oracle.as.jmx.framework.util.MessageLocalizationSupport
      extended by oracle.as.jmx.framework.util.RuntimeMBeanSupport
          extended by oracle.adf.mbean.share.connection.ADFConnectionsChildSupport
              extended by oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBeanImpl

All Implemented Interfaces:
javax.management.MBeanRegistration, oracle.adf.mbean.share.connection.ADFConnectionChildMXBean, oracle.adf.mbean.share.connection.ADFConnectionsChild, oracle.as.jmx.framework.MessageLocalization, IdcConnectionMXBean

public class IdcConnectionMXBeanImpl
extends oracle.adf.mbean.share.connection.ADFConnectionsChildSupport
implements IdcConnectionMXBean, oracle.adf.mbean.share.connection.ADFConnectionsChild, javax.management.MBeanRegistration

IdcConnectionMXBeanImpl is a JMX implementation of IdcConnectionMXBean interface. It utilizes the IdcConnection bean to facilitate changing of Content Server connection properties at runtime.


Field Summary

 

Fields inherited from interface oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBean
RSRCBNDL

 

Constructor Summary
IdcConnectionMXBeanImpl(IdcConnection connection)
           

 

Method Summary
 java.lang.String getConnectionType()
           
 java.lang.String getConnectionUrl()
           
 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.
 javax.naming.Reference getReference()
           
 int getTimeout()
           
 java.lang.String getTrustManagerFile()
          Gets the RIDC client side trust manager file location.
 javax.naming.Reference saveConnection()
           
 void setConnectionUrl(java.lang.String connectionUrl)
           
 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 setTimeout(int timeoutValue)
           
 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.

 

Methods inherited from class oracle.adf.mbean.share.connection.ADFConnectionsChildSupport
getConnectionClassName, getConnectionName, getConnectionsHelper, notifyEvent, removeConnection, setConnectionClassName, setConnectionName, testConnection, validateConnection

 

Methods inherited from class oracle.as.jmx.framework.util.RuntimeMBeanSupport
getEventBroadcaster, postDeregister, postRegister, preDeregister, preRegister, setEventBroadcaster

 

Methods inherited from class oracle.as.jmx.framework.util.MessageLocalizationSupport
getJMXSupport, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, setJMXSupport

 

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

 

Methods inherited from interface oracle.stellent.ridc.convenience.adf.mbeans.IdcConnectionMXBean
getConnectionName

 

Methods inherited from interface oracle.adf.mbean.share.connection.ADFConnectionsChild
notifyEvent, removeConnection, testConnection, validateConnection

 

Methods inherited from interface oracle.adf.mbean.share.connection.ADFConnectionChildMXBean
getConnectionClassName, getConnectionName, setConnectionClassName, setConnectionName

 

Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister

 

Constructor Detail

IdcConnectionMXBeanImpl

public IdcConnectionMXBeanImpl(IdcConnection connection)

Method Detail

getReference

public javax.naming.Reference getReference()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

getTimeout

public int getTimeout()
Specified by:
getTimeout in interface IdcConnectionMXBean

setTimeout

public void setTimeout(int timeoutValue)
Specified by:
setTimeout in interface IdcConnectionMXBean

getKeystoreFile

public java.lang.String getKeystoreFile()
Description copied from interface: IdcConnectionMXBean
Gets the RIDC client side keystore file location.
Specified by:
getKeystoreFile in interface IdcConnectionMXBean
Returns:
the RIDC client side keystore file location

setKeystoreFile

public void setKeystoreFile(java.lang.String keystoreFile)
Description copied from interface: IdcConnectionMXBean
Sets the RIDC client side keystore file location.
Specified by:
setKeystoreFile in interface IdcConnectionMXBean
Parameters:
keystoreFile - the RIDC client side keystore file location

setKeystorePassword

public void setKeystorePassword(java.lang.String keystorePassword)
Description copied from interface: IdcConnectionMXBean
Sets the RIDC client side keystore password.
Specified by:
setKeystorePassword in interface IdcConnectionMXBean
Parameters:
keystorePassword - the password to access the RIDC client side keystore

getKeystoreAlias

public java.lang.String getKeystoreAlias()
Description copied from interface: IdcConnectionMXBean
Gets the RIDC client private key alias in the keystore.
Specified by:
getKeystoreAlias in interface IdcConnectionMXBean
Returns:
the RIDC client private key alias in the keystore

setKeystoreAlias

public void setKeystoreAlias(java.lang.String keystoreAlias)
Description copied from interface: IdcConnectionMXBean
Sets the RIDC client keystore alias in the keystore.
Specified by:
setKeystoreAlias in interface IdcConnectionMXBean
Parameters:
keystoreAlias - the RIDC client private key alias in the keystore

setKeystoreAliasPassword

public void setKeystoreAliasPassword(java.lang.String keystoreAliasPassword)
Description copied from interface: IdcConnectionMXBean
Sets the RIDC client keystore alias password required to retrieve the alias key from the keystore.
Specified by:
setKeystoreAliasPassword in interface IdcConnectionMXBean
Parameters:
keystoreAliasPassword - the RIDC client keystore alias key password

getConnectionUrl

public java.lang.String getConnectionUrl()
Specified by:
getConnectionUrl in interface IdcConnectionMXBean

setConnectionUrl

public void setConnectionUrl(java.lang.String connectionUrl)
Specified by:
setConnectionUrl in interface IdcConnectionMXBean

getTrustManagerFile

public java.lang.String getTrustManagerFile()
Description copied from interface: IdcConnectionMXBean
Gets the RIDC client side trust manager file location.
Specified by:
getTrustManagerFile in interface IdcConnectionMXBean
Returns:
the RIDC client side trust manager file location

setTrustManagerFile

public void setTrustManagerFile(java.lang.String trustManagerFile)
Description copied from interface: IdcConnectionMXBean
Sets the RIDC client side trust manager file location.
Specified by:
setTrustManagerFile in interface IdcConnectionMXBean
Parameters:
trustManagerFile - the RIDC client side trust manager file location

setTrustManagerPassword

public void setTrustManagerPassword(java.lang.String trustManagerPassword)
Description copied from interface: IdcConnectionMXBean
Sets the RIDC client trust manager password.
Specified by:
setTrustManagerPassword in interface IdcConnectionMXBean
Parameters:
trustManagerPassword - the RIDC client trust manager password

saveConnection

public javax.naming.Reference saveConnection()
                                      throws java.lang.Exception
Specified by:
saveConnection in interface oracle.adf.mbean.share.connection.ADFConnectionsChild
Throws:
java.lang.Exception

getConnectionType

public java.lang.String getConnectionType()
Specified by:
getConnectionType in interface oracle.adf.mbean.share.connection.ADFConnectionChildMXBean

Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-01


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