GridGain™ 2.0.3
Java API Specification

org.gridgain.grid
Annotation Type GridTaskName


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Apache20LicenseCompatible
public @interface GridTaskName

This annotation allows to assign optional name to grid task. If attached to GridTask implementation GridGain will take this name as a task name instead of default which is grid task's class FQN.



See Also:

  Documentation
  Email Support
  Online Forums
  Issue Tracking

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

 

Required Element Summary
 String value
          Optional task name.
 

Element Detail

value

public abstract String value
Optional task name.


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.