Interface Summary |
IDataInspector |
A IDataInspector is a helper that knows about a certain result
class and is able to tell a ISemanticCache important things
about results of that class. |
IListeningMethodAdapter |
An extension of IMethodAdapter to handle methods
in which results are returned to the caller via a listener
instead of as a return value. |
IListeningMethodAdapter.ResultListener |
A generic listener for query results. |
IMethodAdapter |
Adapts the arguments and return values of a particular Java method
to work with a ISemanticCache . |