|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) @Inherited @Documented public @interface ExtDirectMethod
Annotation for methods whose implement a call
| Optional Element Summary | |
|---|---|
Class<?> |
entryClass
A STORE_MODIFY method must specify the class of the entries in the collection. |
String |
event
Optional parameter if the method is a POLL method. |
String |
group
The name of an api group this method is part of. |
ExtDirectMethodType |
value
Specifies the type of the remote method. |
public abstract ExtDirectMethodType value
public abstract String group
public abstract Class<?> entryClass
public abstract String event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||