GridGain™ 2.0.3
Java API Specification

org.gridgain.grid.gridify.aop.spring
Class GridifySpringEnhancer

java.lang.Object
  extended by org.gridgain.grid.gridify.aop.spring.GridifySpringEnhancer

public final class GridifySpringEnhancer
extends Object

Spring AOP enhancer. Use it to grid-enable methods annotated with Gridify annotation.

Note, that Spring AOP requires that all grid-enabled methods must be enhanced because it is proxy-based. Other AOP implementations, such as JBoss or AspectJ don't require special handling.

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
 

Method Summary
static
<T> T
enhance(T obj)
          Enhances the object on load.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

enhance

public static <T> T enhance(T obj)
Enhances the object on load.

Type Parameters:
T - Type of the object to enhance.
Parameters:
obj - Object to augment/enhance.
Returns:
Enhanced object.

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.