|
Oracle TopLink Java API Reference 10g Release 3 (10.1.3.1) B28219-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.toplink.tools.profiler.DMSPerformanceProfiler
Purpose: Define the interface of TopLink profiler for using DMS gate.
Description: A mechanism used to provide a link for TopLink performance profiling by using the DMS tool. The predefined TopLink metrics will be monitored by using DMS sensors. TopLink library instrumentation will be done by inserting DMS calls for the purpose of measuring its performance
Responsibilities:
Field Summary |
Constructor Summary | |
DMSPerformanceProfiler(Session session) PUBLIC: Create a new dms profiler. |
Method Summary | |
Session |
getSession() |
java.lang.String |
getSessionName() |
java.lang.Object |
profileExecutionOfQuery(DatabaseQuery query, DatabaseRow row, Session session) INTERNAL: Finish a profile operation if profiling. |
void |
setSession(Session session) INTERNAL: Set the sesssion. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DMSPerformanceProfiler(Session session)
Method Detail |
public Session getSession()
public java.lang.String getSessionName()
public void setSession(Session session)
SessionProfiler
setSession
in interface SessionProfiler
public java.lang.Object profileExecutionOfQuery(DatabaseQuery query, DatabaseRow row, Session session)
SessionProfiler
profileExecutionOfQuery
in interface SessionProfiler
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |