com.softwarementors.extjs.djn.api
Class RegisteredMethod
java.lang.Object
com.softwarementors.extjs.djn.api.RegisteredMethod
- Direct Known Subclasses:
- RegisteredPollMethod, RegisteredStandardMethod
public abstract class RegisteredMethod
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegisteredMethod
protected RegisteredMethod(RegisteredAction action,
java.lang.reflect.Method method,
java.lang.String name)
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()