|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InterfaceMonitor | |
|---|---|
| com.antelmann.util | This package contains general utility classes that are used throughout the other packages. |
| Uses of InterfaceMonitor in com.antelmann.util |
|---|
| Classes in com.antelmann.util that implement InterfaceMonitor | |
|---|---|
static class |
InterfaceMonitor.Adapter
a helper class to faciliate the implementation of the embedding interface |
| Methods in com.antelmann.util with parameters of type InterfaceMonitor | |
|---|---|
static Object |
InterfaceWrapper.wrapObject(ClassLoader cl,
Object object,
InterfaceMonitor monitor,
Class<?>... interfacesToObserve)
returns an object that - apart from implementing the given interfaces - monitors each call to the object through the interfaces. |
static Object |
InterfaceWrapper.wrapObject(Object obj,
InterfaceMonitor mon,
Class<?>... interfacesToObserve)
uses the ClassLoader from Settings |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||