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
 java.lang.reflect.Method getMethod()
           
 java.lang.String getName()
           
 java.lang.Class<?> getOwningClass()
           
 int getParameterCount()
           
 java.lang.Class<?>[] getParameterTypes()
           
 java.lang.Class<?> getReturnType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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