@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 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
public abstract Class<?> entryClass
Copyright © 2010-2012. All Rights Reserved.