T
- Type of the class that contains this method.public interface IProcedure<T> extends IMember<T>
Modifier and Type | Field and Description |
---|---|
static String |
INTERNAL_NAME |
Modifier and Type | Method and Description |
---|---|
Class[] |
getExceptionTypes()
Returns an array of
Class objects that represent the types of the exceptions
declared to be thrown by the underlying method represented by this IMethod
object. |
Method |
getMethod()
Return a reference to the
Method that this IProcedure represents |
Class<?>[] |
getParameterTypes()
Returns an array of
Class objects that represent the formal parameter types, in
declaration order, of the method represented by this Method object. |
Class<?> |
getReturnType()
Returns a
Class object that represents the formal return type of the method
represented by this IMethod object. |
getDeclaringClass, getMember, getModifiers, getName, isAccessible, setAccessible
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAnnotationPresent
static final String INTERNAL_NAME
Class<?> getReturnType()
Class
object that represents the formal return type of the method
represented by this IMethod
object.Class<?>[] getParameterTypes()
Class
objects that represent the formal parameter types, in
declaration order, of the method represented by this Method
object. Returns an
array of length 0 if the underlying method takes no parameters.Class[] getExceptionTypes()
Class
objects that represent the types of the exceptions
declared to be thrown by the underlying method represented by this IMethod
object. Returns an array of length 0 if the method declares no exceptions in its
throws
clause.Method getMethod()
Method
that this IProcedure
representsCopyright © GigaSpaces.