Skip navigation links
oracle.stellent.ridc.convenience.adf.mbeans
Class IdcConnectionMXBeanImpl
java.lang.Object
oracle.as.jmx.framework.util.MessageLocalizationSupport
oracle.as.jmx.framework.util.RuntimeMBeanSupport
oracle.adf.mbean.share.connection.ADFConnectionsChildSupport
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.
| 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.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 |
IdcConnectionMXBeanImpl
public IdcConnectionMXBeanImpl(IdcConnection connection)
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
Copyright © 2008, 2010, Oracle and/or its affiliates. All rights reserved.