|
||||||||||
| 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 | |
|---|---|
String |
event
Optional parameter if the method is a POLL method. |
String |
group
The name of an api group this method is part of. |
boolean |
synchronizeOnSession
Optional parameter. |
ExtDirectMethodType |
value
Specifies the type of the remote method. |
public abstract ExtDirectMethodType value
public abstract String group
public abstract String event
public abstract boolean synchronizeOnSession
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||