Package org.perfmon4j.extras.tomcat55
Class ThreadPoolMonitorImpl.SQLWriter
- java.lang.Object
-
- org.perfmon4j.extras.tomcat55.ThreadPoolMonitorImpl.SQLWriter
-
- All Implemented Interfaces:
org.perfmon4j.SnapShotSQLWriter
- Enclosing class:
- ThreadPoolMonitorImpl
public static class ThreadPoolMonitorImpl.SQLWriter extends Object implements org.perfmon4j.SnapShotSQLWriter
-
-
Constructor Summary
Constructors Constructor Description SQLWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
writeToSQL(Connection conn, String schema, ThreadPoolMonitor data, long systemID)
void
writeToSQL(Connection conn, String schema, org.perfmon4j.SnapShotData data, long systemID)
-
-
-
Method Detail
-
writeToSQL
public void writeToSQL(Connection conn, String schema, org.perfmon4j.SnapShotData data, long systemID) throws SQLException
- Specified by:
writeToSQL
in interfaceorg.perfmon4j.SnapShotSQLWriter
- Throws:
SQLException
-
writeToSQL
public void writeToSQL(Connection conn, String schema, ThreadPoolMonitor data, long systemID) throws SQLException
- Throws:
SQLException
-
-