Copyright © 2008, 2009 Pedro Agulló Soliveres

com.softwarementors.extjs.djn.api
Class RegisteredPollMethod

java.lang.Object
  extended by com.softwarementors.extjs.djn.api.RegisteredMethod
      extended by com.softwarementors.extjs.djn.api.RegisteredPollMethod

public class RegisteredPollMethod
extends RegisteredMethod


Method Summary
 RegisteredMethodType getType()
           
static boolean isValidPollMethod(java.lang.reflect.Method method)
           
 
Methods inherited from class com.softwarementors.extjs.djn.api.RegisteredMethod
getAction, getActionClass, getActionName, getFullJavaMethodName, getFullName, getMethod, getName, getParameterCount, getParameterTypes, getReturnType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isValidPollMethod

public static boolean isValidPollMethod(java.lang.reflect.Method method)

getType

public RegisteredMethodType getType()
Specified by:
getType in class RegisteredMethod

Copyright © 2008, 2009 Pedro Agulló Soliveres