jfun.yan.monitoring
Interface ComponentMonitor

All Superinterfaces:
CtorMonitor, GetterMonitor, IndexedGetterMonitor, IndexedSetterMonitor, MethodMonitor, SetterMonitor
All Known Implementing Classes:
NopComponentMonitor

public interface ComponentMonitor
extends CtorMonitor, MethodMonitor, GetterMonitor, SetterMonitor, IndexedGetterMonitor, IndexedSetterMonitor

This interface monitors events triggered by constructor, method and java bean getter/setters.

Author:
Michelle Lei

Method Summary
 
Methods inherited from interface jfun.yan.monitoring.CtorMonitor
constructed, constructing, constructionFailed
 
Methods inherited from interface jfun.yan.monitoring.MethodMonitor
invocationFailed, invoked, invoking
 
Methods inherited from interface jfun.yan.monitoring.GetterMonitor
propertyGetFailed, propertyGetting, propertyGot
 
Methods inherited from interface jfun.yan.monitoring.SetterMonitor
propertySet, propertySetFailed, propertySetting
 
Methods inherited from interface jfun.yan.monitoring.IndexedGetterMonitor
propertyGetFailed, propertyGetting, propertyGot
 
Methods inherited from interface jfun.yan.monitoring.IndexedSetterMonitor
propertySet, propertySetFailed, propertySetting