portal.services.monitor.sp
Class ObjectMonitorTarget

java.lang.Object
  extended byportal.services.monitor.sp.ObjectMonitorTarget

public class ObjectMonitorTarget
extends java.lang.Object


Constructor Summary
ObjectMonitorTarget(java.lang.Class pInterface)
           
 
Method Summary
 java.lang.Class getMonitoredInterface()
           
 void registerCall(java.lang.reflect.Method method, long timePerformed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectMonitorTarget

public ObjectMonitorTarget(java.lang.Class pInterface)
Method Detail

getMonitoredInterface

public java.lang.Class getMonitoredInterface()

registerCall

public void registerCall(java.lang.reflect.Method method,
                         long timePerformed)