|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mysql.jdbc.ProfilerEventHandlerFactory
public class ProfilerEventHandlerFactory
Field Summary | |
---|---|
protected com.mysql.jdbc.log.Log |
log
|
Method Summary | |
---|---|
static com.mysql.jdbc.profiler.ProfilerEventHandler |
getInstance(MySQLConnection 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 |
Field Detail |
---|
protected com.mysql.jdbc.log.Log log
Method Detail |
---|
public static com.mysql.jdbc.profiler.ProfilerEventHandler getInstance(MySQLConnection conn) throws java.sql.SQLException
conn
- the connection to handle events for
java.sql.SQLException
public static void removeInstance(Connection conn)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |