public class SQLFeatureNotSupportedMonitor
extends java.lang.Object
SQLFeatureNotSupportedException 异常次数监控器。| 构造器和说明 |
|---|
SQLFeatureNotSupportedMonitor() |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getCount()
获得
SQLFeatureNotSupportedException 异常累计发生次数。 |
static SQLFeatureNotSupportedMonitor |
getInstance()
获得
SQLFeatureNotSupportedMonitor 监控器实例。 |
void |
increaseCount()
当
SQLFeatureNotSupportedException 异常发生时,调用此方法进行监控。 |
java.lang.String |
toString() |
public void increaseCount()
SQLFeatureNotSupportedException 异常发生时,调用此方法进行监控。public long getCount()
SQLFeatureNotSupportedException 异常累计发生次数。SQLFeatureNotSupportedException 异常累计发生次数public java.lang.String toString()
toString 在类中 java.lang.Objectpublic static SQLFeatureNotSupportedMonitor getInstance()
SQLFeatureNotSupportedMonitor 监控器实例。SQLFeatureNotSupportedMonitor 监控器实例Copyright © 2019. All Rights Reserved.