org.ow2.frascati.tinfi.api
Interface IntentJoinPoint

All Superinterfaces:
org.aopalliance.intercept.Invocation, org.aopalliance.intercept.Joinpoint, org.aopalliance.intercept.MethodInvocation

public interface IntentJoinPoint
extends org.aopalliance.intercept.MethodInvocation

Interface for introspecting intent join points. An intent join point corresponds to the interface where a service invocation has been intercepted.

Since:
0.3
Author:
Lionel Seinturier

Method Summary
 Component getComponent()
          Return the component for which the intent has been defined.
 Interface getInterface()
          Return the component interface (service or reference) for which the intent has been defined.
 
Methods inherited from interface org.aopalliance.intercept.MethodInvocation
getMethod
 
Methods inherited from interface org.aopalliance.intercept.Invocation
getArguments
 
Methods inherited from interface org.aopalliance.intercept.Joinpoint
getStaticPart, getThis, proceed
 

Method Detail

getComponent

Component getComponent()
Return the component for which the intent has been defined.

Since:
1.4.1

getInterface

Interface getInterface()
Return the component interface (service or reference) for which the intent has been defined.

Since:
0.4.5


Copyright © 2007-2011. All Rights Reserved.