Uses of Interface
ca.uhn.cache.proxy.IMethodAdapter

Packages that use IMethodAdapter
ca.uhn.cache.proxy   
ca.uhn.cache.proxy.impl   
 

Uses of IMethodAdapter in ca.uhn.cache.proxy
 

Subinterfaces of IMethodAdapter in ca.uhn.cache.proxy
 interface IListeningMethodAdapter
          An extension of IMethodAdapter to handle methods in which results are returned to the caller via a listener instead of as a return value.
 

Constructors in ca.uhn.cache.proxy with parameters of type IMethodAdapter
CachingInvocationHandler(java.lang.Object theTarget, IMethodAdapter[] theAdapters, ISemanticCache theCache)
           
 

Uses of IMethodAdapter in ca.uhn.cache.proxy.impl
 

Classes in ca.uhn.cache.proxy.impl that implement IMethodAdapter
 class AbstractMethodAdapter
          Base implementation of IMethodAdapter.
 



Copyright © 2004-2005 University Health Network. All Rights Reserved.