GridGain™ 2.1.0
Java API Specification

org.gridgain.grid.spi
Annotation Type GridSpiMultipleInstancesSupport


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

Annotates whether or not multiple instances of this SPI can be started in the same VM. This annotation should be attached to SPI implementation class.

Note: if this annotations is omitted on SPI it will be assumed that SPI doesn't support multiple grid instances on the same VM.



See Also:

  Documentation
  Email Support
  Online Forums
  Issue Tracking

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

 

Required Element Summary
 boolean value
          Whether or not target SPI supports multiple grid instances started in the same VM.
 

Element Detail

value

public abstract boolean value
Whether or not target SPI supports multiple grid instances started in the same VM.


GridGain™ 2.1.0
Java API Specification

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