MySQL Connector/J size='-1'>5.1.6

com.mysql.jdbc.profiler
Class ProfilerEventHandlerFactory

java.lang.Object
  extended by com.mysql.jdbc.profiler.ProfilerEventHandlerFactory

public class ProfilerEventHandlerFactory
extends java.lang.Object

Author:
mmatthew

Method Summary
static ProfilerEventHandler getInstance(Connection conn)
          Returns the ProfilerEventHandlerFactory that handles profiler events for the given connection.
static void removeInstance(Connection conn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ProfilerEventHandler getInstance(Connection conn)
                                        throws java.sql.SQLException
Returns the ProfilerEventHandlerFactory that handles profiler events for the given connection.

Parameters:
conn - the connection to handle events for
Returns:
the ProfilerEventHandlerFactory that handles profiler events
Throws:
java.sql.SQLException

removeInstance

public static void removeInstance(Connection conn)

MySQL Connector/J size='-1'>5.1.6