Copyright © 2008, 2009 Pedro Agulló Soliveres

com.softwarementors.extjs.djn.api
Class RegisteredMethod

java.lang.Object
  extended by com.softwarementors.extjs.djn.api.RegisteredMethod
Direct Known Subclasses:
RegisteredPollMethod, RegisteredStandardMethod

public abstract class RegisteredMethod
extends java.lang.Object


Constructor Summary
protected RegisteredMethod(RegisteredAction action, java.lang.reflect.Method method, java.lang.String name)
           
 
Method Summary
 RegisteredAction getAction()
           
 java.lang.Class<?> getActionClass()
           
 java.lang.String getActionName()
           
 java.lang.String getFullJavaMethodName()
           
 java.lang.String getFullName()
           
 java.lang.reflect.Method getMethod()
           
 java.lang.String getName()
           
 int getParameterCount()
           
 java.lang.Class<?>[] getParameterTypes()
           
 java.lang.Class<?> getReturnType()
           
abstract  RegisteredMethodType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegisteredMethod

protected RegisteredMethod(RegisteredAction action,
                           java.lang.reflect.Method method,
                           java.lang.String name)
Method Detail

getAction

public RegisteredAction getAction()

getMethod

public java.lang.reflect.Method getMethod()

getParameterTypes

public java.lang.Class<?>[] getParameterTypes()

getParameterCount

public int getParameterCount()

getReturnType

public java.lang.Class<?> getReturnType()

getActionClass

public java.lang.Class<?> getActionClass()

getName

public java.lang.String getName()

getActionName

public java.lang.String getActionName()

getFullName

public java.lang.String getFullName()

getFullJavaMethodName

public java.lang.String getFullJavaMethodName()

getType

public abstract RegisteredMethodType getType()

Copyright © 2008, 2009 Pedro Agulló Soliveres