com.mysql.management.jmx
Class ConnectorMXJPropertiesTransform

java.lang.Object
  extended by com.mysql.management.jmx.ConnectorMXJPropertiesTransform
All Implemented Interfaces:
com.mysql.jdbc.ConnectionPropertiesTransform

public final class ConnectorMXJPropertiesTransform
extends java.lang.Object
implements com.mysql.jdbc.ConnectionPropertiesTransform

This class is final simply as a hint to the compiler, it may be un-finalized safely.

Version:
$Id: ConnectorMXJPropertiesTransform.java,v 1.1 2005/02/16 21:46:11 eherman Exp $
Author:
Eric Herman

Constructor Summary
ConnectorMXJPropertiesTransform()
           
ConnectorMXJPropertiesTransform(javax.management.MBeanServer mbeanServer)
           
 
Method Summary
 java.util.Properties transformProperties(java.util.Properties props)
          replaces the host and port and parameters with values for the MBean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorMXJPropertiesTransform

public ConnectorMXJPropertiesTransform(javax.management.MBeanServer mbeanServer)

ConnectorMXJPropertiesTransform

public ConnectorMXJPropertiesTransform()
Method Detail

transformProperties

public java.util.Properties transformProperties(java.util.Properties props)
                                         throws java.sql.SQLException
replaces the host and port and parameters with values for the MBean

Specified by:
transformProperties in interface com.mysql.jdbc.ConnectionPropertiesTransform
Throws:
java.sql.SQLException


Copyright © 2004-2011. All Rights Reserved.