|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.seam.perf4j.SeamJoinPoint
public class SeamJoinPoint
An implementation of AbstractJoinPoint from Perf4j library for Seam Framework. SeamJoinPoint should be only created for method execution. Note: that construction required at least version 0.9.13 of Perf4j.
| Constructor Summary | |
|---|---|
SeamJoinPoint(org.jboss.seam.intercept.InvocationContext ic)
Constructor with Seam InvocationContext to wrap. |
|
| Method Summary | |
|---|---|
Object |
getExecutingObject()
|
String |
getMethodName()
|
Object[] |
getParameters()
|
Object |
proceed()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SeamJoinPoint(org.jboss.seam.intercept.InvocationContext ic)
ic - original InvocationContext to wrap| Method Detail |
|---|
public Object proceed()
throws Exception
proceed in interface AbstractJoinPointExceptionpublic Object getExecutingObject()
getExecutingObject in interface AbstractJoinPointpublic Object[] getParameters()
getParameters in interface AbstractJoinPointpublic String getMethodName()
getMethodName in interface AbstractJoinPoint
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||