@Target(value=METHOD)
@Retention(value=RUNTIME)
@Inherited
@Documented
public @interface ExtDirectMethod
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.Class<?> |
entryClass
Optional parameter.
|
java.lang.String |
event
Optional parameter if the method is a POLL method.
|
java.lang.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 java.lang.String group
public abstract java.lang.String event
public abstract boolean synchronizeOnSession
public abstract java.lang.Class<?> entryClass
Copyright © 2010-2012. All Rights Reserved.