@Target(value={METHOD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Inherited @Documented public @interface ExtDirectMethod
| Modifier and Type | Optional Element and Description |
|---|---|
ExtDirectMethodDocumentation |
documentation
(Optional) Documentation that are to be placed on the api method.
|
Class<?> |
entryClass
Optional parameter.
|
String |
event
Optional parameter.
|
String |
group
Optional parameter.
|
boolean |
streamResponse
Optional parameter.
|
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
public abstract boolean streamResponse
public abstract Class<?> entryClass
public abstract ExtDirectMethodDocumentation documentation
Copyright © 2010-2013. All Rights Reserved.