com.bea.wlrt.ede.impl
Class MonitoringProxy
java.lang.Object
|
+--com.bea.wlrt.ede.impl.StageProxy
|
+--com.bea.wlrt.ede.impl.MonitoringProxy
- public class MonitoringProxy
- extends StageProxy
- implements com.bea.wlrt.ede.MonitorableStage
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
MonitoringProxy
public MonitoringProxy(EventSinkManager sender)
getMonitor
public com.bea.wlrt.ede.Monitor getMonitor()
setMonitor
public void setMonitor(com.bea.wlrt.ede.Monitor monitor)
getSystemClock
public Clock getSystemClock()
setSystemClock
public void setSystemClock(Clock systemClock)
getStatsManager
public com.bea.wlrt.ede.StatsManager getStatsManager()
- Specified by:
- getStatsManager in interface com.bea.wlrt.ede.MonitorableStage
preAction
protected void preAction(List newEvents,
List oldEvents)
postAction
protected void postAction(List newEvents,
List oldEvents)
monitorEvents
public void monitorEvents(boolean enable)
invoke
public Object invoke(MethodInvocation methodInvocation)
throws Throwable
- Overrides:
- invoke in class StageProxy