|
GridGain 2.0.3
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gridgain.grid.gridify.aop.jboss.GridifyJbossAspect
public class GridifyJbossAspect
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
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 |
|---|
public static final org.jboss.aop.pointcut.CFlowStack CFLOW_STACK
| Constructor Detail |
|---|
public GridifyJbossAspect()
| Method Detail |
|---|
public Object gridify(org.jboss.aop.joinpoint.MethodInvocation invoc)
throws Throwable
Throwable - If method execution failed.invoc - Method invocation instance provided by JBoss AOP framework.
|
GridGain 2.0.3
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
GridGain - Grid Computing Made Simple, ver. 2.0.3.20052008
2005-2008 Copyright © GridGain Systems. All Rights Reserved. |
|