Interface | Description |
---|---|
ObjectReference |
A way to refer to objects that are stored in "awkward" places (for example inside a
HttpSession or
ThreadLocal ). |
Resetter |
Interface for a resetter component.
|
Class | Description |
---|---|
NoOperationResetter |
A Resetter that has no operation.
|
PrivateInvoker |
An Invoker that is able to call protected and private methods.
|
ReflectionUtils |
Helper class for introspecting interface and class hierarchies.
|
SimpleInvoker |
A simple
Invoker implementation, that routes any call to a target object. |
SimpleReference |
Simple implmenentation for an
ObjectReference . |
Utility classes building the toys.
General classes used in the toys and useful for other occasions.