| Interface | Description |
|---|---|
| ObjectReference<T> |
A way to refer to objects that are stored in "awkward" places (for example inside a
HttpSession or
ThreadLocal). |
| Resetter<T> |
Interface for a resetter component.
|
| Class | Description |
|---|---|
| NoOperationResetter<T> |
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<T> |
Simple implementation for an
ObjectReference. |
Utility classes building the toys.
General classes used in the toys and useful for other occasions.
Copyright © 2005–2018 Codehaus. All rights reserved.