|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@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 |
|---|
public abstract boolean value
|
GridGain 2.1.0
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
|
GridGain - Grid Computing Made Simple, ver. 2.1.0.19122008
2005-2008 Copyright © GridGain Systems. All Rights Reserved. |
|
|