com.softwarementors.extjs.djn.api
Class RegisteredPollMethod
java.lang.Object
com.softwarementors.extjs.djn.api.RegisteredPollMethod
public class RegisteredPollMethod
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isValidPollMethod
public static boolean isValidPollMethod(java.lang.reflect.Method method)
getApi
public RegisteredApi getApi()
getName
public java.lang.String getName()
getMethod
public java.lang.reflect.Method getMethod()
getParameterTypes
public java.lang.Class<?>[] getParameterTypes()
getParameterCount
public int getParameterCount()
getReturnType
public java.lang.Class<?> getReturnType()
getOwningClass
public java.lang.Class<?> getOwningClass()