Package org.objectweb.jac.wrappers

Class Summary
CacheWrapper CacheWrapper implements a wrapper that caches the wrappee methods results so that it can avoid the wrappee computations.
ForwardingWrapper This wrapper forwards the method calls that arrive on the wrappee to another object.
LimiterWrapper LimiterWrapper implements a wrapper that tests a counter value before calling the wrappee object.
VerboseWrapper This wrapper prints some informations about the wrapped method when it is called.
 

Exception Summary
ForwardingException Signals that the forwarding wrapper was not able to forward.
LimiterException Signals that something is wrong with the limits of the limiter wrapper.