@Target(value=METHOD) @Retention(value=RUNTIME) @Inherited @Documented public @interface ExtDirectMethod
| Modifier and Type | Optional Element and Description |
|---|---|
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
Copyright © 2010-2012. All Rights Reserved.