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