|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.jzeno.aop.AbstractAspect
net.sf.jzeno.aop.MonitoringAspect
public class MonitoringAspect
This aspect implements production monitoring of the business facades.
| Field Summary |
|---|
| Fields inherited from class net.sf.jzeno.aop.AbstractAspect |
|---|
afterException, beforeException, his, nextAspect, primaryException |
| Constructor Summary | |
|---|---|
MonitoringAspect(Aspect nextAspect,
java.lang.Object target)
|
|
| Method Summary | |
|---|---|
void |
postProcess(java.lang.reflect.Method method,
java.lang.Object[] arguments)
|
void |
preProcess(java.lang.reflect.Method method,
java.lang.Object[] arguments)
|
| Methods inherited from class net.sf.jzeno.aop.AbstractAspect |
|---|
getNextAspect, invoke, process, setNextAspect |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MonitoringAspect(Aspect nextAspect,
java.lang.Object target)
nextAspect - target - | Method Detail |
|---|
public void preProcess(java.lang.reflect.Method method,
java.lang.Object[] arguments)
throws java.lang.Exception
preProcess in class AbstractAspectjava.lang.ExceptionAbstractAspect.preProcess(Method, Object[])
public void postProcess(java.lang.reflect.Method method,
java.lang.Object[] arguments)
throws java.lang.Exception
postProcess in class AbstractAspectjava.lang.ExceptionAbstractAspect.postProcess(Method, Object[])
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||