Package org.perfmon4j.extras.tomcat55
Class GlobalRequestProcessorMonitorImpl.SQLWriter
- java.lang.Object
-
- org.perfmon4j.extras.tomcat55.GlobalRequestProcessorMonitorImpl.SQLWriter
-
- All Implemented Interfaces:
org.perfmon4j.SnapShotSQLWriter
- Enclosing class:
- GlobalRequestProcessorMonitorImpl
public static class GlobalRequestProcessorMonitorImpl.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, GlobalRequestProcessorMonitor 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, GlobalRequestProcessorMonitor data, long systemID) throws SQLException
- Throws:
SQLException
-
-