net.sf.seam.perf4j
Class SeamJoinPoint

java.lang.Object
  extended by net.sf.seam.perf4j.SeamJoinPoint
All Implemented Interfaces:
AbstractJoinPoint

public class SeamJoinPoint
extends Object
implements AbstractJoinPoint

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.

Author:
Marcin ZajÄ…czkowski, 2010-01-29

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

SeamJoinPoint

public SeamJoinPoint(org.jboss.seam.intercept.InvocationContext ic)
Constructor with Seam InvocationContext to wrap.

Parameters:
ic - original InvocationContext to wrap
Method Detail

proceed

public Object proceed()
               throws Exception

Specified by:
proceed in interface AbstractJoinPoint
Throws:
Exception

getExecutingObject

public Object getExecutingObject()

Specified by:
getExecutingObject in interface AbstractJoinPoint

getParameters

public Object[] getParameters()

Specified by:
getParameters in interface AbstractJoinPoint

getMethodName

public String getMethodName()

Specified by:
getMethodName in interface AbstractJoinPoint


Copyright © 2010. All Rights Reserved.