Package org.jpu.patterns.proxy

Proxy-related utilities.

See:
          Description

Interface Summary
DelegatingProxy.Delegator  
IProxyBean This interface can optionally be implemented by a proxy that is backed by ProxyBean.
 

Class Summary
DelegatingProxy Experimental class; do not use.
DelegatingProxy.Mapping  
JPUInvocationHandler This class is designed to make writing InvocationHandler's easier and less error-prone, as well as to facilitate more efficient delegation and a more natural inheritance-based delegation model.
JPUInvocationHandler.DelegationCacheValue Defines entries in the self-delegation cache.
JPUInvocationHandler.DelegationState  
ProxyBean Change-tracking invocation handler intended for use in implementing JavaBean's that are referenced through one or more interfaces.
 

Exception Summary
IllegalMethodException  
UnhandledMethodCallException  
 

Package org.jpu.patterns.proxy Description

Proxy-related utilities.



Copyright (c) 2001-2003 - Apache Software Foundation