|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface OnRegion
Annotation to declare an interface as a GemFire OnRegion Function Execution
| Required Element Summary | |
|---|---|
String |
region
A reference to the bean id of the GemFire Region. |
| Optional Element Summary | |
|---|---|
String |
id
The bean name of the POJO interface defining the GemFire Function executions. |
String |
resultCollector
Optional ResultCollector bean reference. |
| Element Detail |
|---|
public abstract String region
public abstract String id
public abstract String resultCollector
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||