GridGain™ 2.0.3
Java API Specification

org.gridgain.grid.gridify.aop.aspectj
Class GridifyAspectJAspect

java.lang.Object
  extended by org.gridgain.grid.gridify.aop.aspectj.GridifyAspectJAspect

public class GridifyAspectJAspect
extends Object

AspectJ aspect that cross-cuts on all methods grid-enabled with Gridify annotation and potentially executes them on remote node.

See Gridify documentation for more information about execution of gridified methods.



See Also:

  Documentation
  Email Support
  Online Forums
  Issue Tracking

Author:   2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.0.3

See Also:
Gridify
 

Constructor Summary
GridifyAspectJAspect()
           
 
Method Summary
 Object gridify(org.aspectj.lang.ProceedingJoinPoint joinPoint)
          Aspect implementation which executes grid-enabled methods on remote nodes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridifyAspectJAspect

public GridifyAspectJAspect()
Method Detail

gridify

public Object gridify(org.aspectj.lang.ProceedingJoinPoint joinPoint)
               throws Throwable
Aspect implementation which executes grid-enabled methods on remote nodes.

Throws:
Throwable - If execution failed.
Parameters:
joinPoint - Join point provided by AspectJ AOP.
Returns:
Method execution result.

GridGain™ 2.0.3
Java API Specification

GridGain™ - Grid Computing Made Simple, ver. 2.0.3.20052008
2005-2008 Copyright © GridGain Systems. All Rights Reserved.