|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Module
| Method Summary | |
|---|---|
java.lang.Object |
executeMethod(MethodDeclaration method,
java.lang.Object[] parameters)
Invokes the code behind a logical method declaration, using the supplied parameters. |
MethodDeclaration |
getMethod(java.lang.String methodName,
java.lang.Class<?>... parameterTypes)
Returns a particular method as matched by the name and parameter types. |
MethodDeclaration[] |
getMethods()
Returns all logical method declarations for the module. |
java.lang.String |
getName()
Returns the name uniquely identifying the module. |
boolean |
isCacheable()
Tells whether the module information as described by this interface may change over time, or may be cached. |
java.lang.String |
toString()
Returns a pretty-print friendly string describing the module. |
| Method Detail |
|---|
java.lang.String getName()
boolean isCacheable()
MethodDeclaration[] getMethods()
MethodDeclaration getMethod(java.lang.String methodName,
java.lang.Class<?>... parameterTypes)
throws java.lang.NoSuchMethodException,
java.lang.SecurityException
methodName - parameterTypes -
java.lang.NoSuchMethodException
java.lang.SecurityException
java.lang.Object executeMethod(MethodDeclaration method,
java.lang.Object[] parameters)
throws java.lang.Exception
method - parameters -
java.lang.Exceptionjava.lang.String toString()
toString in class java.lang.Object
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||