Copyright @ 2001 SAP. All Rights Reserved.

Uses of Interface
com.sap.util.monitor.jarm.IMonitor

Uses of IMonitor in com.sap.util.monitor.jarm
 

Classes in com.sap.util.monitor.jarm that implement IMonitor
 class TaskMonitor
          The class TaskMonitor provides all the methods you need to get your JAVA code monitored.
 

Methods in com.sap.util.monitor.jarm that return IMonitor
static IMonitor TaskMonitor.getRequestMonitor(java.lang.String userName, java.lang.String reqName)
          Returns the monitor object of the current thread (created by a former getRequestMonitor() call); if there was not such a call a new monitoring object is created (userName and reqName is only used in this case); It is recommended to pass a monitor object through other layers of the application because this would save getRequestMonitor() calls;
 

Methods in com.sap.util.monitor.jarm with parameters of type IMonitor
 java.lang.Object IJarmListener.startRequest(IMonitor mon, java.lang.String reqName, int detailLevel)
          method called when a new request is started
 


Copyright @ 2001 SAP. All Rights Reserved.