| Interface | Description |
|---|---|
| IOnDemandCallHandler |
A call handler is an object which is used by the dynamic proxy to handle the call.
|
| IOnDemandStatsFactory<S extends IStats> |
A factory for on demand stats.
|
| Class | Description |
|---|---|
| EntryCountLimitedOnDemandStatsProducer<S extends IStats> |
This implementation of the OnDemandStatsProducer has a hardcoded entry limit.
|
| MoskitoInvokationProxy<S extends IStats> |
This is an InvocationHandler which is used whenever you want to monitor an impementation of an interface in a AOP way.
|
| OnDemandStatsProducer<S extends IStats> |
This producer is used when the different method producing stats aren't known at compile time (or you don't want to use
them).
|
| PlainCallHandler |
This call handler does nothing but forwards the call directly to the implementation.
|
| ProxyUtils |
This utility class helps to create moskitoinvocation proxies.
|
| Exception | Description |
|---|---|
| OnDemandStatsProducerException |
Base exception type for ondemand stats producer exceptions.
|
Copyright © 2010-2020 anotheria.net. All Rights Reserved.