GridGain™ 2.0.3
Java API Specification

org.gridgain.grid.gridify.aop.jboss
Class GridifyJbossAspect

java.lang.Object
  extended by org.gridgain.grid.gridify.aop.jboss.GridifyJbossAspect

public class GridifyJbossAspect
extends Object

JBoss 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
 

Field Summary
static org.jboss.aop.pointcut.CFlowStack CFLOW_STACK
          Definition of cflow pointcut.
 
Constructor Summary
GridifyJbossAspect()
           
 
Method Summary
 Object gridify(org.jboss.aop.joinpoint.MethodInvocation invoc)
          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
 

Field Detail

CFLOW_STACK

public static final org.jboss.aop.pointcut.CFlowStack CFLOW_STACK
Definition of cflow pointcut.

Constructor Detail

GridifyJbossAspect

public GridifyJbossAspect()
Method Detail

gridify

public Object gridify(org.jboss.aop.joinpoint.MethodInvocation invoc)
               throws Throwable
Aspect implementation which executes grid-enabled methods on remote nodes.

Throws:
Throwable - If method execution failed.
Parameters:
invoc - Method invocation instance provided by JBoss AOP framework.
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.