com.lonniepryor.blues.aop
Interface JoinPoint


public interface JoinPoint

Describes the information associated with a single join point in an application.

Version:
$Revision: 1.1 $
Author:
Lonnie Pryor

Method Summary
 java.lang.String getInstanceName()
          Returns the name of the instance this jon point is declared on.
 java.lang.reflect.Method getTargetMethod()
          The method this join point represents.
 

Method Detail

getInstanceName

public java.lang.String getInstanceName()
Returns the name of the instance this jon point is declared on.

Returns:
The name of the instance this jon point is declared on.

getTargetMethod

public java.lang.reflect.Method getTargetMethod()
The method this join point represents.

Returns:
The method this join point represents.


Copyright © 2003 Blues Framework. All Rights Reserved.