|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InvocationHandler
Handler to invoke methods with one argument.
| Method Summary | |
|---|---|
java.lang.Class[] |
getFactTypes()
This method is used for backward reasoning. |
java.lang.Class |
getParameterType()
This method is used to build invocation network. |
void |
invoke(java.lang.Object arg,
ResultConsumer resultConsumer)
Invokes target method. |
| Method Detail |
|---|
void invoke(java.lang.Object arg,
ResultConsumer resultConsumer)
throws java.lang.Throwable
parameter - resultConsumer -
java.lang.Throwablejava.lang.Class getParameterType()
java.lang.Class[] getFactTypes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||