Uses of Package
com.sun.gjc.util
-
Packages that use com.sun.gjc.util Package Description com.sun.gjc.spi com.sun.gjc.spi.base com.sun.gjc.spi.jdbc40 com.sun.gjc.util fish.payara.jdbc.stats -
Classes in com.sun.gjc.util used by com.sun.gjc.spi Class Description SQLTraceDelegator Implementation of SQLTraceListener to listen to events related to a sql record tracing.StatementLeakDetector Statement leak detector that prints the stack trace of the thread when a statement object is leaked. -
Classes in com.sun.gjc.util used by com.sun.gjc.spi.base Class Description MethodExecutor Execute the methods based on the parameters.ResultSetClosedEventListener Object closed listener that will be used to intimate listeners to perform operations after an object is closed.StatementLeakDetector Statement leak detector that prints the stack trace of the thread when a statement object is leaked.StatementLeakListener Leak listener that will be used by StatementLeakDetector to intimate the listeners during statement leaks and to print statement leak stack traces and reclaim leaked statements if statement-leak-reclaim is turned ON. -
Classes in com.sun.gjc.util used by com.sun.gjc.spi.jdbc40 Class Description ResultSetClosedEventListener Object closed listener that will be used to intimate listeners to perform operations after an object is closed.SQLTraceDelegator Implementation of SQLTraceListener to listen to events related to a sql record tracing.StatementLeakListener Leak listener that will be used by StatementLeakDetector to intimate the listeners during statement leaks and to print statement leak stack traces and reclaim leaked statements if statement-leak-reclaim is turned ON. -
Classes in com.sun.gjc.util used by com.sun.gjc.util Class Description SQLTrace Store the sql queries executed by applications along with the number of times executed and the time stamp of the last usage.StatementLeakListener Leak listener that will be used by StatementLeakDetector to intimate the listeners during statement leaks and to print statement leak stack traces and reclaim leaked statements if statement-leak-reclaim is turned ON. -
Classes in com.sun.gjc.util used by fish.payara.jdbc.stats Class Description SQLTrace Store the sql queries executed by applications along with the number of times executed and the time stamp of the last usage.SQLTraceCache Base class for Sql Tracing Caches used to store SQL statements used by applications.