Class MyUsageIntroductionImpl
java.lang.Object
info.ejava.examples.svc.aop.items.introductions.MyUsageIntroductionImpl
- All Implemented Interfaces:
MyUsageIntroduction
This example Introduction can be added to an advised object to
track some per-advised information. The proxy wrapping the advised
target will implement the MyUsageIntroduction interface and delegate
calls to this class.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
calls
-
-
Constructor Details
-
MyUsageIntroductionImpl
public MyUsageIntroductionImpl()
-
-
Method Details
-
getAllCalled
- Specified by:
getAllCalled
in interfaceMyUsageIntroduction
-
addCalled
- Specified by:
addCalled
in interfaceMyUsageIntroduction
-
clear
public void clear()- Specified by:
clear
in interfaceMyUsageIntroduction
-