Copyright © 2008, 2009 Pedro Agulló Soliveres

com.softwarementors.extjs.djn.api
Class RegisteredPollMethod

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

public class RegisteredPollMethod
extends java.lang.Object


Method Summary
 RegisteredApi getApi()
           
 java.lang.reflect.Method getMethod()
           
 java.lang.String getName()
           
 java.lang.Class<?> getOwningClass()
           
 int getParameterCount()
           
 java.lang.Class<?>[] getParameterTypes()
           
 java.lang.Class<?> getReturnType()
           
static boolean isValidPollMethod(java.lang.reflect.Method method)
           
 
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)

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()

Copyright © 2008, 2009 Pedro Agulló Soliveres