Holger's
Java API

Uses of Interface
com.antelmann.util.InterfaceMonitor

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
 



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads