| Package | Description |
|---|---|
| net.anotheria.moskito.core.dynamic | |
| net.anotheria.moskito.core.predefined |
| Modifier and Type | Class and Description |
|---|---|
class |
PlainCallHandler
This call handler does nothing but forwards the call directly to the implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
ProxyUtils.createInstance(T impl,
java.lang.String name,
java.lang.String category,
java.lang.String subsystem,
IOnDemandCallHandler handler,
IOnDemandStatsFactory<? extends IStats> statsFactory,
boolean attachLoggers,
java.lang.Class<T> interf,
java.lang.Class<?>... additionalInterfaces)
Creates a new proxied instance for an existing implementation.
|
| Constructor and Description |
|---|
MoskitoInvokationProxy(java.lang.Object anImplementation,
IOnDemandCallHandler aHandler,
IOnDemandStatsFactory<S> factory,
java.lang.String producerId,
java.lang.String category,
java.lang.String subsystem,
java.lang.Class<?>... interfaces)
Creates a new MoskitoInvocationProxy with given implementation, handler and stats factory, and interfaces to monitor.
|
MoskitoInvokationProxy(java.lang.Object anImplementation,
IOnDemandCallHandler aHandler,
IOnDemandStatsFactory factory,
java.lang.Class<?>... interfaces)
Creates a new MoskitoInvokationProxy.
|
MoskitoInvokationProxy(java.lang.Object anImplementation,
IOnDemandCallHandler aHandler,
IOnDemandStatsFactory factory,
java.lang.String category,
java.lang.String subsystem,
java.lang.Class<?>... interfaces)
Creates a new MoskitoInvokationProxy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceStatsCallHandler
Implementation of a call handler that uses service stats.
|
class |
ServiceStatsCallHandlerWithCallSysout
This CallHandler prints out all requests that passes throw it to the standart out.
|
Copyright © 2010-2020 anotheria.net. All Rights Reserved.